summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-30sql/pgq: tag pgq.batch_id_seq as dumpable (extension)Marko Kreen
That case was broken in old 9.1 releases, fixed since 9.1.7. The sequence will be owned by extension and without tagging it will not be dumped in data dump.
2013-10-30deb: support Postgres 9.3, 9.4Marko Kreen
2013-10-22noise .. little howto cleanupmartinko
2013-10-17londiste: added ignore_truncate handler optionmartinko
Truncate events can be ignored on per handler basis.
2013-10-17londiste: moved config processing from dispatch to base handlermartinko
2013-10-07scripts/data_maintainer.py: cleaned upmartinko
2013-10-04Merge remote-tracking branch 'gamato/master'Marko Kreen
Conflicts: debian/changelog
2013-10-03.gitignore updatedmartinko
2013-10-03scripts/data_maintainer.py: added dynamic throttling support (via sql)martinko
2013-10-02scripts/data_maintainer.py: clean-upmartinko
2013-09-20Merge branch 'master' of skype-git:/git/dba/skytools-3martinko
2013-09-20debian/changelog: updatedmartinko
2013-09-20Merge branch 'master' into developmartinko
2013-09-20Merge branch 'hotfix/3.1.5.3' into developmartinko
Conflicts: debian/changelog
2013-09-20Merge branch 'hotfix/3.1.5.3'3.1.5.3martinko
2013-09-20debian/changelog: updatedmartinko
2013-09-20londiste.handlers.dispatch: fixed "ignore events aiming at obsolete ↵martinko
partitions" bug
2013-09-20deb: include data_maintainer3 in packageMarko Kreen
2013-09-20sql/pgq: fix retry-queue vs. newgrantsMarko Kreen
2013-09-19londiste.handlers.dispatch: fixed "ignore events aiming at obsolete ↵martinko
partitions" bug
2013-09-19python: amendmentsmartinko
2013-09-19londiste.drop_obsolete_partitions: drop tables in alphabetical order (that ↵martinko
is from the oldest)
2013-09-19Merge branch 'master' of skype-git:/git/users/petr.jelinek/skytools-3 into ↵martinko
develop
2013-09-19Merge branch 'master' of https://github.com/markokr/skytools into developmartinko
2013-09-18Get rid of dictfetch*() usage, it's obsolete.Marko Kreen
2013-09-18deb: include data_maintainer3 in packageMarko Kreen
2013-09-04Add timeout for add-table operation to avoid possible locking issues.Petr Jelinek
2013-08-18sql/pgq: fix retry-queue vs. newgrantsMarko Kreen
2013-08-09Merge remote-tracking branch 'gamato/master'Marko Kreen
2013-08-09Merge branch 'release/skytools_3_1_5' into developmartinko
2013-08-09Merge branch 'release/skytools_3_1_5'skytools_3_1_5martinko
2013-08-09v3.1.5martinko
2013-07-31Merge remote-tracking branch 'gamato/develop'Marko Kreen
2013-07-31Merge branch 'develop' into release/skytools_3_1_5martinko
2013-07-31londiste.handlers.shard: fixed incomplete docstring for part handlermartinko
2013-07-26preparation for upcoming release (updating files)martinko
2013-07-26pgq_node.get_node_info: document node_attrsMarko Kreen
2013-07-18londiste/repair: made less verbosemartinko
(in response to "londiste3 repair command floods the console with the diff mesages")
2013-07-10Merge branch 'master' of https://github.com/markokr/skytools into developmartinko
2013-07-10Merge branch 'feature/skylog_tnetstrings_via_udp' into developmartinko
2013-07-09Merge remote-tracking branch 'tarvip/walmgr-createslave'Marko Kreen
2013-07-09walmgr: new command createslave and new option --synch-standbyTarvi Pillessaar
2013-07-08Merge remote-tracking branch 'petr/master'Marko Kreen
2013-07-07pgq: move RetriableEvent to consumer.pyMarko Kreen
It's hard to get overview if the retry-related code is laying around in different places. As only Consumer class deals with retry, move all crap into same file.
2013-07-07pgq.Consumer: non-lazy loading should use RetriableEventMarko Kreen
2013-07-02pgq.logutriga: don't quote '-'Marko Kreen
Not needed and now logutriga() behavior matches skytools.db_urlencode() and urllib.quote_plus().
2013-07-02Add consumer_filter option to simple_local_consumer.Petr Jelinek
2013-06-21set_tcp_keepalive: accept socket object directlyMarko Kreen
2013-06-20Merge branch 'master' of https://github.com/markokr/skytools into developmartinko
2013-06-20londiste: resync now checks if table is available on providermartinko