Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Peter Eisentraut 187ca5e8e9 Revert "pg_ctl: Add idempotent option" 13 years ago
Tom Lane f8db76e875 Editorialize a bit on new ProcessUtility() API. 13 years ago
Heikki Linnakangas cc7b0c2553 Remove prototype for cube(text) function that doesn't exist anymore. 13 years ago
Tom Lane 3353583d7e Don't try to pass -I switch to postmaster in contrib/start-scripts/linux. 13 years ago
Robert Haas 4580a4bd2c Fix typo in comment. 13 years ago
Bruce Momjian 5286963066 pg_upgrade: Add checksum C comment 13 years ago
Robert Haas f050457978 sepgsql: Minor improvement to test script, doc fix. 13 years ago
Robert Haas 0bf5c548d6 sepgsql: One more getObjectIdentity in lieu of getObjectDescription. 13 years ago
Tom Lane 410bed2ab8 Improve GiST index search performance for trigram regex queries. 13 years ago
Peter Eisentraut 8730618458 pg_ctl: Add idempotent option 13 years ago
Robert Haas f8a54e936b sepgsql: Enforce db_procedure:{execute} permission. 13 years ago
Robert Haas b620fdabba sepgql: Use getObjectIdentity rather than getObjectDescription. 13 years ago
Tom Lane 6f5b8beb64 Make contrib/pg_trgm also support regex searches with GiST indexes. 13 years ago
Alvaro Herrera e543631f3c Make worker_spi sample code more complete 13 years ago
Tom Lane 3ccae48f44 Support indexing of regular-expression searches in contrib/pg_trgm. 13 years ago
Tom Lane 7844608e54 Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction. 13 years ago
Robert Haas e965e6344c sepgsql: Enforce db_schema:search permission. 13 years ago
Bruce Momjian 203d8ae2db pg_upgrade: don't copy/link files for invalid indexes 13 years ago
Andrew Dunstan 67eb3e5075 Avoid moving data directory in upgrade testing. 13 years ago
Robert Haas 0f05840bf4 Allow sepgsql labels to depend on object name. 13 years ago
Robert Haas 1cea9bbb21 sepgsql: Support for new post-ALTER access hook. 13 years ago
Tom Lane 5b86fedfb5 Document cross-version compatibility issues for contrib/postgres_fdw. 13 years ago
Tom Lane 8a3b6772ae Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely. 13 years ago
Simon Riggs 96ef3b8ff1 Allow I/O reliability checks using 16-bit checksums 13 years ago
Andrew Dunstan e4a05c7512 Silence compiler warnings about unused values. 13 years ago
Tom Lane e690b95150 Avoid retrieving dummy NULL columns in postgres_fdw. 13 years ago
Tom Lane 9cbc4b80dd Redo postgres_fdw's planner code so it can handle parameterized paths. 13 years ago
Simon Riggs e016b72411 Add pageinspect--1.0--1.sql for checksum changes 13 years ago
Simon Riggs ef04cb745f Add pageinspect--1.1.sql for checksum changes 13 years ago
Simon Riggs bb7cc2623f Remove PageSetTLI and rename pd_tli to pd_checksum 13 years ago
Tom Lane 3c07fbf40b Use pqsignal() in contrib programs rather than calling signal(2) directly. 13 years ago
Tom Lane 8c41cb695c Fix inclusions in pgbench.c. 13 years ago
Tom Lane da5aeccf64 Move pqsignal() to libpgport. 13 years ago
Tom Lane 70ec2f8f43 Improve the documentation about commit_delay. 13 years ago
Tom Lane c2754991ba Minor fixes for hstore_to_json_loose(). 13 years ago
Tom Lane ed3ddf918b Introduce less-bogus handling of collations in contrib/postgres_fdw. 13 years ago
Tom Lane 50c19fc76f Fix contrib/postgres_fdw's handling of column defaults. 13 years ago
Tom Lane 0247d43dd9 Avoid row-processing-order dependency in postgres_fdw regression test. 13 years ago
Tom Lane cc3f281ffb Fix postgres_fdw's issues with inconsistent interpretation of data values. 13 years ago
Tom Lane 8f9cc41daf Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES. 13 years ago
Andrew Dunstan 38fb4d978c JSON generation improvements. 13 years ago
Tom Lane f7951eef89 Band-aid for regression test expected-results problem with timestamptz. 13 years ago
Tom Lane 21734d2fb8 Support writable foreign tables. 13 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Alvaro Herrera cd7d00ad65 Improve pg_upgrade commentary on multixact change 13 years ago
Heikki Linnakangas 26b45dc54f Fix typo in "pg_xlogdump --help" and error message. 13 years ago
Heikki Linnakangas 3d009e45bd Add support for piping COPY to/from an external program. 13 years ago
Tom Lane 08f9728057 Add missing .gitignore file. 13 years ago
Tom Lane 1418e6e07b Clean up "stopgap" implementation of timestamptz_to_str(). 13 years ago
Tom Lane e5bf0c376e Fix build of contrib/pg_xlogdump. 13 years ago