summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2013-05-15Allow CREATE FOREIGN TABLE to include SERIAL columns.Tom Lane
2013-05-14pg_upgrade: Replace tabs in output string constants by spacesPeter Eisentraut
2013-05-12pgbench: Fix order of options in --help outputPeter Eisentraut
2013-05-12pg_xlogdump: Improve --help outputPeter Eisentraut
2013-05-11Fix buildfarm incompatibility in updated pg_upgrade test script.Tom Lane
2013-05-11Make pg_upgrade's test script attempt to select a non-conflicting port.Tom Lane
2013-05-10Fix pgp_pub_decrypt() so it works for secret keys with passwords.Tom Lane
2013-05-09Use pg_dump's --quote-all-identifiers option in pg_upgrade.Tom Lane
2013-05-08The data structure used in unaccent is a trie, not suffix tree.Heikki Linnakangas
2013-05-02pg_test_fsync: update output to show usecs/op clearerBruce Momjian
2013-04-30Fix pg_upgrade for 9.3 with data checksums.Simon Riggs
2013-04-30Revert previous temporary patchSimon Riggs
2013-04-30Temporarily silence pg_upgrade's checksums checkSimon Riggs
2013-04-30pg_upgrade: Remove PGPORT handling from test suitePeter Eisentraut
2013-04-30Revert "pg_ctl: Add idempotent option"Peter Eisentraut
2013-04-28Editorialize a bit on new ProcessUtility() API.Tom Lane
2013-04-23Remove prototype for cube(text) function that doesn't exist anymore.Heikki Linnakangas
2013-04-19Don't try to pass -I switch to postmaster in contrib/start-scripts/linux.Tom Lane
2013-04-19Fix typo in comment.Robert Haas
2013-04-17pg_upgrade: Add checksum C commentBruce Momjian
2013-04-17sepgsql: Minor improvement to test script, doc fix.Robert Haas
2013-04-17sepgsql: One more getObjectIdentity in lieu of getObjectDescription.Robert Haas
2013-04-15Improve GiST index search performance for trigram regex queries.Tom Lane
2013-04-14pg_ctl: Add idempotent optionPeter Eisentraut
2013-04-12sepgsql: Enforce db_procedure:{execute} permission.Robert Haas
2013-04-12sepgql: Use getObjectIdentity rather than getObjectDescription.Robert Haas
2013-04-10Make contrib/pg_trgm also support regex searches with GiST indexes.Tom Lane
2013-04-10Make worker_spi sample code more completeAlvaro Herrera
2013-04-09Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane
2013-04-07Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction.Tom Lane
2013-04-05sepgsql: Enforce db_schema:search permission.Robert Haas
2013-03-31pg_upgrade: don't copy/link files for invalid indexesBruce Momjian
2013-03-30Avoid moving data directory in upgrade testing.Andrew Dunstan
2013-03-28Allow sepgsql labels to depend on object name.Robert Haas
2013-03-27sepgsql: Support for new post-ALTER access hook.Robert Haas
2013-03-22Document cross-version compatibility issues for contrib/postgres_fdw.Tom Lane
2013-03-22Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely.Tom Lane
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-22Silence compiler warnings about unused values.Andrew Dunstan
2013-03-22Avoid retrieving dummy NULL columns in postgres_fdw.Tom Lane
2013-03-21Redo postgres_fdw's planner code so it can handle parameterized paths.Tom Lane
2013-03-18Add pageinspect--1.0--1.sql for checksum changesSimon Riggs
2013-03-18Add pageinspect--1.1.sql for checksum changesSimon Riggs
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-03-17Use pqsignal() in contrib programs rather than calling signal(2) directly.Tom Lane
2013-03-17Fix inclusions in pgbench.c.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-15Improve the documentation about commit_delay.Tom Lane
2013-03-14Minor fixes for hstore_to_json_loose().Tom Lane
2013-03-13Introduce less-bogus handling of collations in contrib/postgres_fdw.Tom Lane