summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2012-02-17Fix longstanding error in contrib/intarray's int[] & int[] operator.Tom Lane
2012-02-15Have pg_upgrade output 'link' or 'copy' when reporting its status.Bruce Momjian
2012-02-15sepgsql: Move some code from hooks.c to label.cRobert Haas
2012-02-15Fix pg_test_fsync Win32 problems reported by the build farm; addBruce Momjian
2012-02-15Try to get pg_test_thread to compile on Windows by using a sleeperBruce Momjian
2012-02-14Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane
2012-02-14Change contrib/pg_test_fsync to control tests in terms of seconds perBruce Momjian
2012-02-14Improve labeling of pg_test_fsync open_sync test output.Bruce Momjian
2012-02-13Fix auto-explain JSON output to be valid JSON.Andrew Dunstan
2012-02-07Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas
2012-02-01Implement dry-run mode for pg_archivecleanupAlvaro Herrera
2012-01-28Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().Tom Lane
2012-01-27Fix pg_upgrade --help text for --user to not use a plural cluster name.Bruce Momjian
2012-01-25Now that the shared library name can be adjusted in the library test,Bruce Momjian
2012-01-25Improve plpython fix comment in pg_upgrade.Bruce Momjian
2012-01-25In pg_upgrade, when checking for the plpython library, we must check forBruce Momjian
2012-01-25Fix new SQL tablespace location function usage in pg_upgrade to properlyBruce Momjian
2012-01-20Triggered change notifications.Robert Haas
2012-01-19Add pg_upgrade C comment about why we check all relkinds for regtypes.Bruce Momjian
2012-01-15pgcrypto: Remove inappropriate const qualifierPeter Eisentraut
2012-01-10Fix one-byte buffer overrun in contrib/test_parser.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-12-27Remove support for on_exit()Peter Eisentraut
2011-12-27Run "make all" as a prerequisite of "make check"Peter Eisentraut
2011-12-21sepgsql: Check CREATE permissions for some object types.Robert Haas
2011-12-09If pg_test_fsync is interrupted, clean up the temp file.Robert Haas
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-12-05In pg_upgrade, allow tables using regclass to be upgraded because weBruce Momjian
2011-11-30Move EXTRA_CLEAN to where it actually works.Tom Lane
2011-11-29pg_upgrade: Disable installcheckPeter Eisentraut
2011-11-27Add pg_upgrade test suitePeter Eisentraut
2011-11-26Fix overly-aggressive and inconsistent quoting in OS X start script.Tom Lane
2011-11-26Remove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary.Bruce Momjian
2011-11-24Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing toBruce Momjian
2011-11-21Fix citext upgrade script to update derived copies of pg_type.typcollation.Tom Lane
2011-11-18Remove scandir() requirement in pg_upgrade; instead just use readdir()Bruce Momjian
2011-11-17Don't quote language nameAlvaro Herrera
2011-11-17Don't quote language nameAlvaro Herrera
2011-11-17Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1.Bruce Momjian
2011-11-17Fix pg_upgrade's pg_scandir_internal() to properly handle a NULLBruce Momjian
2011-11-17Remove pg_upgrade function no longer called (dir_matching_filenames).Bruce Momjian
2011-11-08Fix hstore regression tests.Robert Haas
2011-11-08Remove hstore's text => text operator.Robert Haas
2011-11-07Fix assorted bugs in contrib/unaccent's configuration file parsing.Tom Lane
2011-11-04Silence bogus compiler warning.Robert Haas
2011-11-04Check the return value of getcwd(), instead of assuming success.Robert Haas
2011-11-03Fix bogus code in contrib/ tsearch dictionary examples.Tom Lane
2011-11-03Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to moreBruce Momjian
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut