summaryrefslogtreecommitdiff
path: root/python/conf
AgeCommit message (Collapse)Author
2014-03-17typosmartinko
2012-04-05skylog: stop using standard SysLogHandler, it's brokenMarko Kreen
It fails to handle unicode strings - it puts BOM in wrong place. Wrap logging.handlers implementation in class that simply drops the BOM addition.
2011-12-01skylog.ini: sample for syslogMarko Kreen
2011-03-16modernize wal-master.iniMartin Pihlak
2011-01-21Added --init-X commands to simplify walmgr setup.Martin Pihlak
- Both wal-master and slave now use [walmgr] configuration section. - Added --init-master and --init-slave command to set up configuration files. - Various path are guessed from PGDATA, optionally override with --set X=Y - "slave" config key in wal-master.ini now only contains hostname - "slave" config key in wal-slave.ini has been replaced with walmgr_data - ssh-keygen option to init-master, ssh-add-key option to init-slave - most of the cf.get() calls for directories have been replaced with cf.getfile()
2010-12-09Cosmetics for wal-master.ini + hot_standby support.Martin Pihlak
2010-12-09Allow "primary_conninfo" to be specified in wal-slave.iniMartin Pihlak
Based on a patch by Mark Kirkwood.
2010-12-09Some adjustments for 9.0, wal_level GUC is also modified during setup/stop.Martin Pihlak
2010-07-27Introduce a 'slave_pg_xlog' configuration variable. ThisMartin Pihlak
allows master and slave pg_xlog files to be in different locations. During restore this directory is symlinked to slave pg_xlog. Patch from Steve Singer.
2010-07-27Introduce a 'backup_datadir' configuration variable toMartin Pihlak
control whether the slave data directory is kept or overwritten during restore. Patch from Steve Singer.
2009-06-04Merge commit 'martin/master'Marko Kreen
2009-06-04WalMgr backup retains symlinks for pg_log and pg_xlog.Martin Pihlak
Attempt to keep symlinks for pg_log and pg_xlog. Add a new configuration parameter for controlling the behaviour.
2009-06-01python scripts: Move template config to docstring.Asko Oja
* Template config is now in docstring to make to more easy to keep up-to-date. * dbscript: --ini option to show template config.
2009-03-05- bring londiste.ini up to dateMartin Pihlak
- bring londiste help message more up to date - add --help hint for DBScript start error msg - bump pgq version to 3.0devel
2009-02-18Handle PostgreSQL configuration files as part of backup/restore.Martin Pihlak
New configuration variables for the config locations plus the documentation changes. Mark Kirkwoord, with some editorialization by me.
2009-02-13python/pgq updateMarko Kreen
- remove the obsolete setconsumer stuff - New CascadedConsumer / CascadedWorker classes, that are based on regular pgq.Consumer - move RemoteConsumer / SerialConsumer out of pgq/consumer.py pgq.Consumer: - rename conf params and instance variables: pgq_queue_name -> queue_name pgq_consumer_id -> consumer_name - disable automatic registration on the queue, now script needs to be called with switches --register / --unregister - drop code to read from multiple-queues at once pgq.ticker: - drop event seq tracking code, this is now done in db
2009-01-26- documentation update.Martin Pihlak
- upgraded configuration to use 8.3
2008-11-28WalMgr changes:Martin Pihlak
- Added recovery restart point handling, retain WAL files since the last restart point. Additional slave config parameter "slave_bin" for specifying location for postgres binaries. - Slave backup now creates backup_label and history files.
2008-04-17more londiste workMarko Kreen
- parallel copy - dont error out in 'copy' when columns differ - its add-table problem - test big cascade with lot of tables
2007-04-13walmgr: use even more recent verMarko Kreen
2007-03-13final public releaseskytools_2_1Marko Kreen