Commit Graph

34884 Commits (c68b5eff13b97ecaaa87b24406455fafe568aa3f)
 

Author SHA1 Message Date
Tom Lane c68b5eff13 Fix inclusions in pg_receivexlog.c. 13 years ago
Tom Lane da5aeccf64 Move pqsignal() to libpgport. 13 years ago
Tom Lane d43837d030 Add lock_timeout configuration parameter. 13 years ago
Peter Eisentraut d2bef5f7db pg_resetxlog: Capitalize placeholder in --help output 13 years ago
Peter Eisentraut ea1aee88e3 pg_controldata: Undo message spelling change 13 years ago
Tom Lane 70ec2f8f43 Improve the documentation about commit_delay. 13 years ago
Tom Lane dcafdbcde1 Improve error reporting in code that checks for buffer refcount leaks. 13 years ago
Tom Lane 73e7025bd8 Extend format() to handle field width and left/right alignment. 13 years ago
Tom Lane 1a1832eb08 Avoid inserting no-op Limit plan nodes. 13 years ago
Kevin Grittner fb60e7296c Revert unnecessary change in MV call to checkRuleResultList(). 13 years ago
Kevin Grittner 8d7ff13ed5 Add regression test for MV join to view. 13 years ago
Heikki Linnakangas f7559c0101 Also update psqlscan.l with the UESCAPE error rule changes. 13 years ago
Tom Lane c2754991ba Minor fixes for hstore_to_json_loose(). 13 years ago
Tom Lane 4387cf956b Avoid inserting Result nodes that only compute identity projections. 13 years ago
Heikki Linnakangas a5ff502fce Change the way UESCAPE is lexed, to reduce the size of the flex tables. 13 years ago
Heikki Linnakangas 59d0bf9dca Add cost estimation of range @> and <@ operators. 13 years ago
Peter Eisentraut 788bce13d3 Add regression tests for XML mapping of domains 13 years ago
Kevin Grittner a18b72adcd Fix bug in dumping prior releases due to MV REFRESH dependency checking. 13 years ago
Tom Lane ed3ddf918b Introduce less-bogus handling of collations in contrib/postgres_fdw. 13 years ago
Tom Lane 209f675f0f Fix documentation oversight. 13 years ago
Tom Lane 50c19fc76f Fix contrib/postgres_fdw's handling of column defaults. 13 years ago
Tom Lane a0c6dfeecf Allow default expressions to be attached to columns of foreign tables. 13 years ago
Alvaro Herrera 1ba0119308 Fix orthotypographical mistake 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
Tom Lane 41eef0ff75 Fix thinko in matview patch. 13 years ago
Andrew Dunstan 38fb4d978c JSON generation improvements. 13 years ago
Peter Eisentraut dd28c410f7 doc: Add note about checkpoint_warning vs checkpoint_timeout 13 years ago
Peter Eisentraut 31531325a4 pg_ctl: Adjust nls.mk for split out of wait_error.c 13 years ago
Peter Eisentraut 74e629cb09 pg_basebackup: Add missing newlines to several error messages 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
Magnus Hagander 7f49a67f95 Report pg_hba line number and contents when users fail to log in 13 years ago
Heikki Linnakangas 96443d1420 Forgot catversion bump in the SP-GiST adjacent support patch. 13 years ago
Heikki Linnakangas 23f10b6473 SP-GiST support of the range adjacent operator -|- 13 years ago
Heikki Linnakangas 2443a26b9b Remove unnecessary #ifdef FRONTEND check to choose between strdup and pstrdup. 13 years ago
Kevin Grittner 71877c18a8 Fix typo in docs for ALTER MATERIALIZED VIEW. 13 years ago
Tom Lane a7b61d4f5a Fix infinite-loop risk in fixempties() stage of regex compilation. 13 years ago
Heikki Linnakangas 7ccefe8610 Fix tli history file fetching, broken by the archive after crash recevery patch. 13 years ago
Tom Lane 1908abc4a3 Arrange to cache FdwRoutine structs in foreign tables' relcache entries. 13 years ago
Peter Eisentraut 9795113916 Add fe_memutils.c to nls.mk where used 13 years ago
Robert Haas f90cc26982 Code beautification for object-access hook machinery. 13 years ago
Peter Eisentraut f11af2bcab Adjust nls.mk for split out of wait_error.c 13 years ago
Tom Lane e11cb8ba2c Fix missing #include in commands/matview.h. 13 years ago
Kevin Grittner c5bf7a2052 WAL-log the extension of a new empty MV heap which is being populated. 13 years ago
Kevin Grittner 5141603ebd Add docs for pg_matviews, which were missed in the initial MV commit. 13 years ago
Kevin Grittner cfa3df3de1 Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch. 13 years ago
Andrew Dunstan cd340ca89a Fix message typo. 13 years ago
Peter Eisentraut 71ea7e9737 pg_ctl: Add comma to message 13 years ago