Code

 
descriptionPostgreSQL Round-Robin Extension
ownerSebastian Harl
last changeFri, 8 Nov 2013 13:27:37 +0000 (14:27 +0100)
shortlog
2013-11-08 Sebastian Harlpostrr.sql: Use "LANGUAGE C" rather than "LANGUAGE... master
2013-11-08 Sebastian HarlFixed compilation with PostgreSQL 9.2.
2012-11-12 Sebastian HarlRemoved patch version from the extension's version.
2012-11-12 Sebastian Harlsrc/Makefile: Make sure to re-create postrr.control...
2012-11-12 Sebastian Harlpostrr.control: Set relocatable to false.
2012-11-12 Sebastian HarlAdded support for installing PostRR as an extension.
2012-11-12 Sebastian Harlpgtest.sh: Added dump/restore commands.
2012-11-12 Sebastian HarlCData: Added support for undefined values.
2012-11-09 Sebastian HarlPostRR_update(): Fixed handling of multiple columns...
2012-11-08 Sebastian HarlRRTimeslice: Added cast from timestamptz to rrtimeslice.
2012-11-07 Sebastian HarlPostRR_update(): Use rrtimeslice_cmp() to decide how...
2012-11-07 Sebastian HarlRRTimeslice: Added rrtimeslice_cmp().
2012-11-04 Sebastian Harlpostrr.sql: Removed unnecessary aliases.
2012-11-04 Sebastian Harlpostrr.sql: Don't use 'EXECUTE' in PostRR_update().
2012-10-30 Sebastian Harlconfigure: Don't output the build date in the summary.
2012-10-30 Sebastian HarlCData: Use errdetail() rather than errhint() to report...
...
tags
12 years ago postrr-0.0.0 Initial PostRR commit.
heads
10 years ago master