summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2013-03-12Fix contrib/postgres_fdw's handling of column defaults.Tom Lane
2013-03-12Avoid row-processing-order dependency in postgres_fdw regression test.Tom Lane
2013-03-12Fix postgres_fdw's issues with inconsistent interpretation of data values.Tom Lane
2013-03-11Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.Tom Lane
2013-03-10JSON generation improvements.Andrew Dunstan
2013-03-10Band-aid for regression test expected-results problem with timestamptz.Tom Lane
2013-03-10Support writable foreign tables.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-28Improve pg_upgrade commentary on multixact changeAlvaro Herrera
2013-02-27Fix typo in "pg_xlogdump --help" and error message.Heikki Linnakangas
2013-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
2013-02-26Add missing .gitignore file.Tom Lane
2013-02-26Clean up "stopgap" implementation of timestamptz_to_str().Tom Lane
2013-02-24Fix build of contrib/pg_xlogdump.Tom Lane
2013-02-23Rename postgres_fdw's use_remote_explain option to use_remote_estimate.Tom Lane
2013-02-22contrib/Makefile also needs updatedAlvaro Herrera
2013-02-22Fix some typos and grammatical mistakesAlvaro Herrera
2013-02-22Fix copy-and-pasteoAlvaro Herrera
2013-02-22Add pg_xlogdump contrib programAlvaro Herrera
2013-02-22Fix some planning oversights in postgres_fdw.Tom Lane
2013-02-22Fix whole-row references in postgres_fdw.Tom Lane
2013-02-22Change postgres_fdw to show casts as casts, not underlying function calls.Tom Lane
2013-02-22Get rid of postgres_fdw's assumption that remote type OIDs match ours.Tom Lane
2013-02-22Adjust postgres_fdw's search path handling.Tom Lane
2013-02-21Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw.Tom Lane