Code

postrr.git
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...
2012-10-30 Sebastian HarlRRTimeslice: Quote the lower/upper bounds in the range...
2012-10-30 Sebastian HarlRRTimeslice: Updated output format to <range> #<seq...
2012-10-30 Sebastian HarlCData: Fixed handling of whitespace + garbage detection...
2012-10-30 Sebastian HarlRRTimeslice: Don't encode invalid (0) intervals in...
2012-10-30 Sebastian Harlpostrr.h: Updated prototype for rrtimeslice_to_timestam...
2012-10-29 Sebastian HarlRRTimeslice: Use TimestampTz rather than timestamp...
2012-10-29 Sebastian Harlbase: Include extra version information in postrr_versi...
2012-10-29 Sebastian Harlpgtest.sh: Make it possible to specify PG_CONFIG thru...
2012-10-29 Sebastian Harluninstall_postrr.sql: Drop table "postrr.rrarchives".
2012-10-23 Sebastian Harlpostrr.sql: Added PostRR_update() functions.
2012-10-23 Sebastian Harlpostrr.sql: Added 'postrr.rrarchives' table.
2012-10-23 Sebastian Harlpgtest.sh: Added documentation for 'restart'.
2012-10-23 Sebastian Harlpgtest.sh: Added 'restart' command.
2012-10-23 Sebastian HarlCData: Check both arguments of CData_update() for NULL.
2012-10-23 Sebastian HarlCData: Declared CData_update() as not strict.
2012-10-23 Sebastian HarlCData: Include CF function in output string.
2012-10-22 Sebastian Harlpgtest.sh: Exit with status zero when using the 'help...
2012-10-22 Sebastian Harlpgtest.sh: Improved help/usage output.
2012-10-18 Sebastian Harlpgtest.sh: Changed PostgreSQL port to 2345.
2012-10-14 Sebastian Harlpgtest.sh: 'setup': Create database for the current...
2012-10-14 Sebastian Harlpostrr_comments.sql: Added comment for CData type.
2012-10-14 Sebastian Harlpostrr.7: Added a short description for the CData data...
2012-10-14 Sebastian Harlconfigure: Added a few "checking ..." messages for...
2012-10-14 Sebastian Harlconfigure.ac: Replaced place-holder help text.
2012-10-14 Sebastian Harlautogen.sh: Improved "help" output.
2012-05-10 Sebastian HarlCData: added a cast to double precision.
2012-05-10 Sebastian HarlCData: Added cdata_update().
2012-05-09 Sebastian HarlRRTimeslice: added a cast to timestamp.
2012-05-08 Sebastian HarlRRTimeslice: Changed all comparison operators to compar...
2012-05-03 Sebastian Harlrrtimeslice: Added hash function and operator class.
2012-04-30 Sebastian Harlpgtest.sh: Pass additional arguments to client and...
2012-04-30 Sebastian HarlCData: Added casts from integer and numeric to cdata.
2012-04-30 Sebastian HarlCData: Use float8 rather than double.
2012-04-29 Sebastian Harluninstall_postrr.sql: Drop CData type and all related...
2012-04-29 Sebastian HarlCData: Added support for a type modifier.
2012-04-29 Sebastian HarlCData: fixed typo: RRTIMESLICE → CDATA.
2012-04-28 Sebastian HarlAdded initial version of the CData data type.
2012-04-28 Sebastian Harlpgtest.sh: Added a small helper script to setup/run...
2012-04-28 Sebastian HarlInitial import of PostRR -- the PostgreSQL Round-Robin... postrr-0.0.0