skytools.git
18 years agopgq: dont allow regular users directly insert to event tables
Marko Kreen [Tue, 31 Jul 2007 15:12:58 +0000 (15:12 +0000)]
pgq: dont allow regular users directly insert to event tables

18 years agoMake "provider remove" not fail if the table does not exist.
Marko Kreen [Tue, 31 Jul 2007 14:27:18 +0000 (14:27 +0000)]
Make "provider remove" not fail if the table does not exist.

Patch by Dimitri Fontaine.

18 years agoallow everybody to SELECT pgq and londiste tables
Marko Kreen [Tue, 31 Jul 2007 09:59:20 +0000 (09:59 +0000)]
allow everybody to SELECT pgq and londiste tables

18 years agoanother todo update
Marko Kreen [Mon, 30 Jul 2007 22:58:48 +0000 (22:58 +0000)]
another todo update

18 years agolondiste: forgot to set schema for serialconsumer
Marko Kreen [Mon, 30 Jul 2007 22:43:27 +0000 (22:43 +0000)]
londiste: forgot to set schema for serialconsumer

18 years agobump version to 2.1.5
Marko Kreen [Mon, 30 Jul 2007 16:54:32 +0000 (16:54 +0000)]
bump version to 2.1.5

18 years agopgq: rewrite triggers in C, thus not depending on plpython anymore
Marko Kreen [Mon, 30 Jul 2007 12:31:24 +0000 (12:31 +0000)]
pgq: rewrite triggers in C, thus not depending on plpython anymore

18 years agopgq: more plpython code under old/
Marko Kreen [Mon, 30 Jul 2007 12:25:24 +0000 (12:25 +0000)]
pgq: more plpython code under old/

18 years agopgq: load ev_id with queue data
Marko Kreen [Mon, 30 Jul 2007 09:49:13 +0000 (09:49 +0000)]
pgq: load ev_id with queue data

18 years agoallow .copy() operation on rows
Marko Kreen [Fri, 27 Jul 2007 11:50:09 +0000 (11:50 +0000)]
allow .copy() operation on rows

18 years agowikify todo
Marko Kreen [Wed, 25 Jul 2007 21:15:45 +0000 (21:15 +0000)]
wikify todo

18 years agodoc: missed logtriga installation
Marko Kreen [Wed, 25 Jul 2007 16:33:12 +0000 (16:33 +0000)]
doc: missed logtriga installation

18 years agoUpdate docs based on feedback from Dimitri Fontaine.
Marko Kreen [Wed, 25 Jul 2007 14:21:43 +0000 (14:21 +0000)]
Update docs based on feedback from Dimitri Fontaine.

18 years agoskytools: docstring shuffle, hide/remove low-level/old stuff
Marko Kreen [Wed, 25 Jul 2007 10:14:23 +0000 (10:14 +0000)]
skytools: docstring shuffle, hide/remove low-level/old stuff

18 years agosplit identifiers on first dot only
Marko Kreen [Wed, 25 Jul 2007 09:58:26 +0000 (09:58 +0000)]
split identifiers on first dot only

18 years agolondiste: make all table-access functions security definer
Marko Kreen [Wed, 25 Jul 2007 09:54:33 +0000 (09:54 +0000)]
londiste: make all table-access functions security definer

18 years agolondiste: keep client_encoding same on both side
Marko Kreen [Wed, 25 Jul 2007 09:49:25 +0000 (09:49 +0000)]
londiste: keep client_encoding same on both side

18 years agodoc update
Marko Kreen [Tue, 24 Jul 2007 22:19:52 +0000 (22:19 +0000)]
doc update

18 years agopgq/lowlevel: build sql as well
Marko Kreen [Mon, 23 Jul 2007 14:26:37 +0000 (14:26 +0000)]
pgq/lowlevel: build sql as well

18 years agopgq: aquire cur_tick also, although not used atm
Marko Kreen [Mon, 23 Jul 2007 14:20:55 +0000 (14:20 +0000)]
pgq: aquire cur_tick also, although not used atm

18 years agoskytools: separate psycopg specific code
Marko Kreen [Mon, 23 Jul 2007 14:16:22 +0000 (14:16 +0000)]
skytools: separate psycopg specific code

18 years agoprepare NEWS for next rel
Marko Kreen [Fri, 20 Jul 2007 17:04:06 +0000 (17:04 +0000)]
prepare NEWS for next rel

18 years agopgq.SerialConsumer: move tick queries to separate functions to allow overriding them...
Marko Kreen [Fri, 20 Jul 2007 16:39:53 +0000 (16:39 +0000)]
pgq.SerialConsumer: move tick queries to separate functions to allow overriding them if needed

18 years agopgq.SerialConsumer: use functions instead of direct access at tables
Marko Kreen [Fri, 20 Jul 2007 16:25:12 +0000 (16:25 +0000)]
pgq.SerialConsumer: use functions instead of direct access at tables

18 years agoskytools/psycopg2: allow setting row fields
Marko Kreen [Fri, 20 Jul 2007 15:59:58 +0000 (15:59 +0000)]
skytools/psycopg2: allow setting row fields

18 years agolondiste: regtest update
Marko Kreen [Fri, 20 Jul 2007 13:17:45 +0000 (13:17 +0000)]
londiste: regtest update

18 years agolondiste: make set_last_tick able to forget the position
Marko Kreen [Fri, 20 Jul 2007 13:17:31 +0000 (13:17 +0000)]
londiste: make set_last_tick able to forget the position

18 years agopgq_ext.set_last_tick: use same ret type as londiste.set_last_tick
Marko Kreen [Fri, 20 Jul 2007 13:15:07 +0000 (13:15 +0000)]
pgq_ext.set_last_tick: use same ret type as londiste.set_last_tick

18 years agopgq_ext: functions for tick tracking
Marko Kreen [Fri, 20 Jul 2007 13:10:28 +0000 (13:10 +0000)]
pgq_ext: functions for tick tracking

18 years agopgq: doc & makefile updates for reorg
Marko Kreen [Tue, 17 Jul 2007 20:30:06 +0000 (20:30 +0000)]
pgq: doc & makefile updates for reorg

18 years agomove C code into subdir
Marko Kreen [Tue, 17 Jul 2007 20:11:03 +0000 (20:11 +0000)]
move C code into subdir

18 years agopgq: simple uninstall script
Marko Kreen [Tue, 17 Jul 2007 13:55:57 +0000 (13:55 +0000)]
pgq: simple uninstall script

18 years agopgq: rewrite insert_event() in C
Marko Kreen [Tue, 17 Jul 2007 13:54:54 +0000 (13:54 +0000)]
pgq: rewrite insert_event() in C

18 years agodeb: accept psycopg2
Marko Kreen [Mon, 16 Jul 2007 14:37:25 +0000 (14:37 +0000)]
deb: accept psycopg2

18 years agotune own shortcut
Marko Kreen [Mon, 16 Jul 2007 14:34:50 +0000 (14:34 +0000)]
tune own shortcut

18 years agopgq: add missing indexes
Marko Kreen [Mon, 16 Jul 2007 14:33:54 +0000 (14:33 +0000)]
pgq: add missing indexes

18 years agoscriptmgr: more error checking, dont die on user mistakes
Marko Kreen [Mon, 16 Jul 2007 14:15:48 +0000 (14:15 +0000)]
scriptmgr: more error checking, dont die on user mistakes

18 years agobulk_loader: always use temp tables
Marko Kreen [Mon, 16 Jul 2007 14:14:58 +0000 (14:14 +0000)]
bulk_loader: always use temp tables

18 years agoskytools: support for psycopg2
Marko Kreen [Mon, 16 Jul 2007 14:07:35 +0000 (14:07 +0000)]
skytools: support for psycopg2

18 years agopgq.consumer: dont allow big seeking around
Marko Kreen [Mon, 16 Jul 2007 14:06:21 +0000 (14:06 +0000)]
pgq.consumer: dont allow big seeking around

18 years agoskytools.config: allow use without config file
Marko Kreen [Mon, 16 Jul 2007 13:53:37 +0000 (13:53 +0000)]
skytools.config: allow use without config file

18 years agofunctions for SQL ident quoting
Marko Kreen [Mon, 16 Jul 2007 13:36:00 +0000 (13:36 +0000)]
functions for SQL ident quoting

18 years agorepair: unnecessary psycopg import
Marko Kreen [Mon, 16 Jul 2007 13:31:53 +0000 (13:31 +0000)]
repair: unnecessary psycopg import

18 years agolondiste fkeys: include fkeys for dependents
Marko Kreen [Thu, 12 Jul 2007 20:30:35 +0000 (20:30 +0000)]
londiste fkeys: include fkeys for dependents

18 years agobump ver in configure also skytools_2_1_4
Marko Kreen [Mon, 16 Apr 2007 13:05:17 +0000 (13:05 +0000)]
bump ver in configure also

18 years agoclean script tests
Marko Kreen [Mon, 16 Apr 2007 13:04:04 +0000 (13:04 +0000)]
clean script tests

18 years agosome more api problems in cube_dispatcher
Marko Kreen [Mon, 16 Apr 2007 13:01:43 +0000 (13:01 +0000)]
some more api problems in cube_dispatcher

18 years agoremember to run autoconf to test...
Marko Kreen [Mon, 16 Apr 2007 12:53:44 +0000 (12:53 +0000)]
remember to run autoconf to test...

18 years agoversion 2.1.4
Marko Kreen [Mon, 16 Apr 2007 12:49:17 +0000 (12:49 +0000)]
version 2.1.4

18 years agodont stop on first make found
Marko Kreen [Mon, 16 Apr 2007 12:44:33 +0000 (12:44 +0000)]
dont stop on first make found

18 years agosome scripts were not converted to new api
Marko Kreen [Mon, 16 Apr 2007 12:43:11 +0000 (12:43 +0000)]
some scripts were not converted to new api

18 years agopgq: fix old comment
Marko Kreen [Mon, 16 Apr 2007 12:42:23 +0000 (12:42 +0000)]
pgq: fix old comment

18 years agobump version, cleanup comment
Marko Kreen [Mon, 16 Apr 2007 12:40:18 +0000 (12:40 +0000)]
bump version, cleanup comment

18 years agopgq: add fields for get_consumer_info
Marko Kreen [Mon, 16 Apr 2007 12:39:29 +0000 (12:39 +0000)]
pgq: add fields for get_consumer_info

18 years agowalmgr: use even more recent ver
Marko Kreen [Fri, 13 Apr 2007 07:28:44 +0000 (07:28 +0000)]
walmgr: use even more recent ver

18 years agoHere was old ver of walmgr, sync with internal ver
Marko Kreen [Fri, 13 Apr 2007 07:19:11 +0000 (07:19 +0000)]
Here was old ver of walmgr, sync with internal ver

18 years agologtriga: add missing vars. duh.
Marko Kreen [Thu, 12 Apr 2007 10:27:03 +0000 (10:27 +0000)]
logtriga: add missing vars.  duh.

18 years agologtriga: properly account for deleted columns
Marko Kreen [Thu, 12 Apr 2007 10:17:54 +0000 (10:17 +0000)]
logtriga: properly account for deleted columns

18 years agoFix logtriga problems with mismatched column string.
Marko Kreen [Thu, 12 Apr 2007 10:08:25 +0000 (10:08 +0000)]
Fix logtriga problems with mismatched column string.

Thanks for Dmitriy V'jukov for good analysis.

18 years agoquiet a compiler warning
Marko Kreen [Thu, 12 Apr 2007 09:16:53 +0000 (09:16 +0000)]
quiet a compiler warning

18 years agotry to find gnu make
Marko Kreen [Tue, 10 Apr 2007 15:06:44 +0000 (15:06 +0000)]
try to find gnu make

18 years agoadd 8.2 mods to dependencies
Marko Kreen [Tue, 10 Apr 2007 15:06:17 +0000 (15:06 +0000)]
add 8.2 mods to dependencies

18 years agouse make only via $(MAKE)
Marko Kreen [Tue, 10 Apr 2007 14:56:16 +0000 (14:56 +0000)]
use make only via $(MAKE)

18 years agoversion 2.1.3 skytools_2_1_3
Marko Kreen [Tue, 10 Apr 2007 08:56:21 +0000 (08:56 +0000)]
version 2.1.3

18 years agodisplay errors in the end of run
Marko Kreen [Tue, 10 Apr 2007 08:53:53 +0000 (08:53 +0000)]
display errors in the end of run

18 years agofix copy-paste error
Marko Kreen [Tue, 10 Apr 2007 08:51:03 +0000 (08:51 +0000)]
fix copy-paste error

18 years agoclean test junk
Marko Kreen [Mon, 9 Apr 2007 15:58:12 +0000 (15:58 +0000)]
clean test junk

18 years agostart prepring some doc about config skytools_2_1_2
Marko Kreen [Mon, 9 Apr 2007 15:49:26 +0000 (15:49 +0000)]
start prepring some doc about config

18 years agoversion 2.1.2
Marko Kreen [Mon, 9 Apr 2007 15:45:44 +0000 (15:45 +0000)]
version 2.1.2

18 years agotest skip-truncate and expect-sync options
Marko Kreen [Mon, 9 Apr 2007 15:43:29 +0000 (15:43 +0000)]
test skip-truncate and expect-sync options

18 years agorepait handled different last row wrong
Marko Kreen [Mon, 9 Apr 2007 15:37:11 +0000 (15:37 +0000)]
repait handled different last row wrong

18 years agomove copy ticking away from playback
Marko Kreen [Mon, 9 Apr 2007 15:36:38 +0000 (15:36 +0000)]
move copy ticking away from playback

18 years agotest force_tick
Marko Kreen [Mon, 9 Apr 2007 15:03:40 +0000 (15:03 +0000)]
test force_tick

18 years agodumb typo
Marko Kreen [Mon, 9 Apr 2007 15:01:18 +0000 (15:01 +0000)]
dumb typo

18 years agoactuall use new config
Marko Kreen [Mon, 9 Apr 2007 14:58:49 +0000 (14:58 +0000)]
actuall use new config

18 years agoadd missing file
Marko Kreen [Mon, 9 Apr 2007 14:51:42 +0000 (14:51 +0000)]
add missing file

18 years agorequest tick when state changes
Marko Kreen [Mon, 9 Apr 2007 14:46:52 +0000 (14:46 +0000)]
request tick when state changes

18 years agomove tick forcing to db
Marko Kreen [Mon, 9 Apr 2007 14:46:21 +0000 (14:46 +0000)]
move tick forcing to db

18 years agoremember where the installer config files were actually installed
Marko Kreen [Mon, 9 Apr 2007 14:45:46 +0000 (14:45 +0000)]
remember where the installer config files were actually installed

18 years agomove --skip-truncate switch to subscriber-add, keep state in db
Marko Kreen [Mon, 9 Apr 2007 12:09:13 +0000 (12:09 +0000)]
move --skip-truncate switch to subscriber-add, keep state in db

18 years agolog full patch to file when installing
Marko Kreen [Mon, 9 Apr 2007 12:06:24 +0000 (12:06 +0000)]
log full patch to file when installing

18 years agocouple of places were not updated for skip-truncate
Marko Kreen [Mon, 9 Apr 2007 12:05:48 +0000 (12:05 +0000)]
couple of places were not updated for skip-truncate

18 years agoSyncer: fully qualify given name
Marko Kreen [Mon, 9 Apr 2007 10:50:10 +0000 (10:50 +0000)]
Syncer: fully qualify given name

18 years agodb support for --skip-truncate
Marko Kreen [Mon, 9 Apr 2007 10:47:31 +0000 (10:47 +0000)]
db support for --skip-truncate

18 years agocode expected value in seconds, not interval object
Marko Kreen [Sun, 8 Apr 2007 21:46:01 +0000 (21:46 +0000)]
code expected value in seconds, not interval object

18 years agojust in case dont use value directly
Marko Kreen [Sun, 8 Apr 2007 21:42:15 +0000 (21:42 +0000)]
just in case dont use value directly

18 years agoactually test the functions
Marko Kreen [Sun, 8 Apr 2007 21:41:38 +0000 (21:41 +0000)]
actually test the functions

18 years agolondiste install also installs languages
Marko Kreen [Sun, 8 Apr 2007 21:36:52 +0000 (21:36 +0000)]
londiste install also installs languages

18 years agodumb typo
Marko Kreen [Fri, 6 Apr 2007 09:13:58 +0000 (09:13 +0000)]
dumb typo

18 years agoadd a note skytools_2_1_1
Marko Kreen [Fri, 6 Apr 2007 09:11:25 +0000 (09:11 +0000)]
add a note

18 years agoNews for 2.1.1
Marko Kreen [Fri, 6 Apr 2007 09:07:23 +0000 (09:07 +0000)]
News for 2.1.1

18 years agoremove _min from maint_delay, keep as compat var
Marko Kreen [Fri, 6 Apr 2007 09:03:08 +0000 (09:03 +0000)]
remove _min from maint_delay, keep as compat var

18 years agoupdate
Marko Kreen [Fri, 6 Apr 2007 09:02:35 +0000 (09:02 +0000)]
update

18 years agovarious tweaks to get regtest pass more predictibly
Marko Kreen [Fri, 6 Apr 2007 08:58:18 +0000 (08:58 +0000)]
various tweaks to get regtest pass more predictibly

18 years agobit more complete take on non-ticking sync
Marko Kreen [Fri, 6 Apr 2007 08:57:37 +0000 (08:57 +0000)]
bit more complete take on non-ticking sync

18 years agosplit regtests, add one for rotate
Marko Kreen [Thu, 5 Apr 2007 09:50:07 +0000 (09:50 +0000)]
split regtests, add one for rotate

18 years agoduh, more missed fields
Marko Kreen [Thu, 5 Apr 2007 09:49:36 +0000 (09:49 +0000)]
duh, more missed fields

18 years agoadd algorithm description
Marko Kreen [Thu, 5 Apr 2007 09:16:30 +0000 (09:16 +0000)]
add algorithm description

18 years agobuild upgrade skript
Marko Kreen [Wed, 4 Apr 2007 14:28:05 +0000 (14:28 +0000)]
build upgrade skript

18 years agobump sql ver also
Marko Kreen [Wed, 4 Apr 2007 14:27:51 +0000 (14:27 +0000)]
bump sql ver also