summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-07-04Add support for syslog facility in pgqdSergio Visinoni
Add support for defining the syslog facility we want pgqd to log to in the ini file, since this is supported in libusual.
2014-04-10actual different nodes are a helpful example caseJustin Alan Ryan
2013-10-22noise .. little howto cleanupmartinko
2013-07-26preparation for upcoming release (updating files)martinko
2013-07-09Merge remote-tracking branch 'tarvip/walmgr-createslave'Marko Kreen
2013-07-09walmgr: new command createslave and new option --synch-standbyTarvi Pillessaar
2013-06-19Merge remote-tracking branch 'gamato/develop'Marko Kreen
2013-04-17doc: mention config option in create-* commandsMarko Kreen
2013-04-16todo: remove few done itemsMarko Kreen
2013-04-15python: text fixesmartinko
2013-02-20noisemartinko
2013-02-15doc/londiste3: catch up with recent "compare --count-only" commitmartinko
2013-01-18scriptmgr: user= supportMarko Kreen
Daemon sections can now have user= option. It makes scriptmgr launch (and kill) daemons with sudo -u $user.
2013-01-14copy-condition removed from londiste3 man pageKaarel Kitsemets
This option is no longer available as londiste3 add-table option. Removed in ccfcf87df7fe0a123b563efec1639dec8367c2da
2012-12-25Fix few documentation errors.Marko Kreen
Noticed-By: Sergey Konoplev
2012-11-28fixed typosmartinko
2012-11-26londiste resurrect: Get dead root back into cascadeMarko Kreen
In some cases the 'takeover --dead-root' will be used although actual data on node is fine. Eg. network downtime, lost power. It would be good to have a way to bring it back to cascade without need for full rebuild. This command sync queue contents and re-subscribes node. Any events found on old root that are not spread to rest of cascade are dumped and deleted. No actual table changes are made, thus there must be external mechanism to avoid data conflicts.
2012-10-09Merge branch 'master' of https://github.com/markokr/skytoolsAsko Oja
2012-10-09Fix missed renamesMarko Kreen
2012-10-09Londiste compare and repair fixesAsko Oja
Deprecated Londiste command line parameter --copy-condition. Londiste handler part.py must be used instead as it leaves configuration in maintainable state. Fixed Londiste compare and repair for one to many and many to one repliaction use cases. Now filtering condition is applied on both ends and datasets compared should be the same. Cleaned up database splitting howto.
2012-10-08Fix queue_splitter3 manpage.Marko Kreen
2012-10-02Fix support for '--with-python=PYTHON' configure flagEmiel van de Laar
2012-09-24Rename queue_splitter & _mover docs with '3' suffixMarko Kreen
It seems whole "configurable suffix" idea is a mess and should be removed.
2012-09-18Merge remote-tracking branch 'intgit/master'Marko Kreen
2012-09-13scripts: update doc as wellTarvi Pillessaar
2012-08-29Merge branch 'master' of git://github.com/markokr/skytoolsMarko Kreen
2012-08-16Some cleanup and grammar corrections to documentation.Doug Gorley
2012-08-03qadmin updatedmartinko
2012-08-02doc/qadmin.txt: small fixesmartinko
2012-07-26scripts/skytools_upgrade.py: added "dry run" option and updated manual pagemartinko
--not-really:: Don't actually do anything.
2012-07-24doc/scriptmgr.txt: manual updatemartinko
catch up with the previous commit
2012-07-19Add manpages for new scripts.Marko Kreen
Also clean up minor issues in common text fragments.
2012-07-05londiste execute: support meta attributes in sqlMarko Kreen
THis allows use of EXECUTE in sitations where table can be missing on few nodes. Currenly, this needed to to be solved with temp update functions that detect local situation or avoiding Londiste completely. Both which are non-optimal solutions.
2012-07-05londiste: Wait commands for londisteMarko Kreen
add-table --wait-sync Don't return until all pending tables are synced wait-sync Wait until all pending tables are synced. wait-root Wait until root's next tick has appeared locally. wait-provider Wait until provider's next tick has appeared locally.
2012-06-04update walmgr docTarvi Pillessaar
2012-05-29londiste3.txt: describe --copy-nodeMarko Kreen
2012-05-10Group-access roles for SQL functions (draft)Marko Kreen
This is attempt for fine-grained access rights for all Skytools SQL schemas. As it still needs review, the rights are not activated by default, instead following sql files are generated: newgrants_<schema>.sql - applies new rights, drop old public access oldgrants_<schema>.sql - restores old rights - public execute privilege to all functions Only thing that is active by default is creation of new groups in upgrade functions. New access roles: pgq_reader Can consume queues (source-side) pgq_writer Can write into queues (source-side / dest-side) Can use pgq_node/pgq_ext schema as regular consumer (dest-side) pgq_admin Admin operations on queues, required for CascadedWorker on dest-side. Member of pgq_reader and pgq_writer. londiste_reader Member of pgq_reader, needs additional read access to tables. (source-side) londiste_writer Member of pgq_admin, needs additional write access to tables. (dest-side)
2012-03-17Add howtos and clean up docsMarko Kreen
Include howtos written by Hannu Krosing. Clean up rest of the docs for release.
2012-03-06Clean up SQL documentationMarko Kreen
By Hannu Krosing, applied with some fixing
2012-01-04doc: restore queue_mover & queue_splitter docsMarko Kreen
as we still install those scripts, keep their doc around
2011-12-28doc/makefile: simplify sed expressionMarko Kreen
older seds dont like ';'
2011-11-25Merge remote-tracking branch 'klando/for_marko'Marko Kreen
Conflicts: README
2011-11-25doc/Makefile: update for walmgr3 and londiste3Cédric Villemain
so the new file is build and the renamed one is still build
2011-11-25doc/londiste3.txt: add londiste3 manpageCédric Villemain
Up to date with --help Londiste man page is mostly written, it lacks maybe a QUICK START.
2011-11-25doc/qadmin.txt: Update the man pageCédric Villemain
The manpage contains now all the options and console commands as well as not implemented commands. there are items in the TODO list in the source, what about them in the documentation ?
2011-11-25doc/walmgr.txt: walmgr manpage reviewCédric Villemain
The review is based on walmgr3 --help output and partial code review. File has been rename from walmgr.txt QUICK START reviewed for warm-standby.
2011-11-21todo: few ideas to avoid connstrings on command lineMarko Kreen
2011-11-18skytools3.txt: Minor cleanupMarko Kreen
2011-11-15doc/todo: remove old/done itemsMarko Kreen
2011-11-14doc/devnotes: way to make 'git log' nicerMarko Kreen