summaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2014-11-05v3.2.6martinko
2014-11-05fixed subscriber_info_watermark_name_fkey violationmartinko
2014-10-29bumping up schemata's versions in preparation for upcoming releasemartinko
2014-10-29Merge branch 'master' of https://github.com/markokr/skytools into hotfix/3.2.5martinko
2014-10-29sql/pgq_ext/structure/tables.sql: fixed some typosmartinko
2014-10-29fixed subscriber_info_watermark_name_fkey violationmartinko
(introduced in commit 0466144)
2014-10-27pgq_node: avoid concurrency in promote/demoteMarko Kreen
2014-10-27v3.2.4martinko
2014-10-06bumping up schemata's versions in preparation for upcoming releasemartinko
2014-10-03londiste.list_obsolete_partitions: removed lower-casing of parent table namemartinko
2014-10-03londiste.handlers.dispatch: improved ignoring of events aiming at obsolete ↵martinko
partitions Partition is never created if it is already known to be obsolete (and so to be dropped).
2014-08-05pgq: clean up pgq.consumer when consumer is unregisteredmartinko
The goal is to leave no "garbage" that accumulates over time.
2014-07-25Merge branch 'master' of https://github.com/markokr/skytools into developmartinko
2014-07-25pgq_node.tables: added foreign key and fixed commentsmartinko
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-05-17Fix londiste_provider regtest.Marko Kreen
Sync with recent changes.
2014-04-10Upgrade libusual to master, rewrite pgqd MakefileMarko Kreen
Old setup.mk is now dropped in libusual, convert pgqd to use antimake.mk instead.
2014-04-01bumped up version to 3.2martinko
let's get trendy ... it's no good to be stuck on same minor version for so long ;-) and it actually did not make sense ... quite a few important features appeared
2014-03-17londiste.upgrade_schema: fixed condition_timing vs action_timingmartinko
2014-02-20bumping up versions in preparation for upcoming releasemartinko
2014-02-19londiste.create_partition: fixed to avoid deadlocks from concurrent workersmartinko
2013-12-07updated londiste.upgrade_schema with fix for londiste.table_info trigger issuemartinko
2013-12-06fixed londiste.table_info trigger issuemartinko
2013-12-03Merge branch 'hotfix/3.1.5.4' into developmartinko
2013-12-03sql/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-09-20sql/pgq: fix retry-queue vs. newgrantsMarko Kreen
2013-09-19londiste.drop_obsolete_partitions: drop tables in alphabetical order (that ↵martinko
is from the oldest)
2013-08-18sql/pgq: fix retry-queue vs. newgrantsMarko Kreen
2013-07-26pgq_node.get_node_info: document node_attrsMarko 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-03-26londiste: bump version to 3.1.4Marko Kreen
2013-03-19londiste.create_trigger: added check for after-trigger being overshadowed by ↵martinko
skip-trigger
2013-03-19londiste.create_trigger: fixed compatibility with postgres 9+martinko
2013-03-05newgrants/pgq_node: another fixMarko Kreen
2013-03-04Merge remote-tracking branch 'petr/master'Marko Kreen
2013-03-04More newgrants fixes..Marko Kreen
2013-03-03londiste: actually execute the ENABLE/DISABLE RULE query in ↵Petr Jelinek
londiste.create_partition
2013-03-03more newgrants fixes.Marko Kreen
mostly works now. only problem is that londiste_writer needs to be superuser because of session_replication_role. That can be fixed with secdef function, but that means code needs to be installed separately.
2013-02-22Merge remote-tracking branch 'gamato/master'Marko Kreen
2013-02-21londiste.drop_obsolete_partitions: changed back to return (and log) names of ↵martinko
dropped tables
2013-02-21londiste.create_partition: properly quote owner in ddlmartinko
2013-02-21londiste.drop_obsolete_partitions: reformattedmartinko
2013-02-20londiste.create_trigger: use decode for _new_args[1]Marko Kreen
2013-02-20Merge remote-tracking branch 'petr/master'Marko Kreen
2013-02-20londiste: added dispatch handler arg retention_periodmartinko
It controls how long to keep partitions around. Examples: '3 months', '1 year'
2013-02-19londiste.drop_obsolete_partitions: changed to raise notice instead of ↵martinko
returning rows; defaults to public schema.
2013-02-19londiste.drop_obsolete_partitions: amendedmartinko
2013-02-19londiste.drop_obsolete_partitions: added support for different partitioning ↵martinko
periods
2013-02-19londiste: reformatted drop_obsolete_partitions() to lower casemartinko
2013-02-19londiste: imported drop_obsolete_partitions(2) functionmartinko