summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-15Extend format() to handle field width and left/right alignment.Tom Lane
2013-03-14Avoid inserting no-op Limit plan nodes.Tom Lane
2013-03-14Revert unnecessary change in MV call to checkRuleResultList().Kevin Grittner
2013-03-14Add regression test for MV join to view.Kevin Grittner
2013-03-14Also update psqlscan.l with the UESCAPE error rule changes.Heikki Linnakangas
2013-03-14Minor fixes for hstore_to_json_loose().Tom Lane
2013-03-14Avoid inserting Result nodes that only compute identity projections.Tom Lane
2013-03-14Change the way UESCAPE is lexed, to reduce the size of the flex tables.Heikki Linnakangas
2013-03-14Add cost estimation of range @> and <@ operators.Heikki Linnakangas
2013-03-14Add regression tests for XML mapping of domainsPeter Eisentraut
2013-03-14Fix bug in dumping prior releases due to MV REFRESH dependency checking.Kevin Grittner
2013-03-13Introduce less-bogus handling of collations in contrib/postgres_fdw.Tom Lane
2013-03-12Fix documentation oversight.Tom Lane
2013-03-12Fix contrib/postgres_fdw's handling of column defaults.Tom Lane
2013-03-12Allow default expressions to be attached to columns of foreign tables.Tom Lane
2013-03-12Fix orthotypographical mistakeAlvaro Herrera
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-11Fix thinko in matview patch.Tom Lane
2013-03-10JSON generation improvements.Andrew Dunstan
2013-03-10doc: Add note about checkpoint_warning vs checkpoint_timeoutPeter Eisentraut
2013-03-10pg_ctl: Adjust nls.mk for split out of wait_error.cPeter Eisentraut
2013-03-10pg_basebackup: Add missing newlines to several error messagesPeter Eisentraut
2013-03-10Band-aid for regression test expected-results problem with timestamptz.Tom Lane
2013-03-10Support writable foreign tables.Tom Lane
2013-03-10Report pg_hba line number and contents when users fail to log inMagnus Hagander
2013-03-08Forgot catversion bump in the SP-GiST adjacent support patch.Heikki Linnakangas
2013-03-08SP-GiST support of the range adjacent operator -|-Heikki Linnakangas
2013-03-08Remove unnecessary #ifdef FRONTEND check to choose between strdup and pstrdup.Heikki Linnakangas
2013-03-07Fix typo in docs for ALTER MATERIALIZED VIEW.Kevin Grittner
2013-03-07Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane
2013-03-07Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas
2013-03-07Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane
2013-03-07Add fe_memutils.c to nls.mk where usedPeter Eisentraut
2013-03-07Code beautification for object-access hook machinery.Robert Haas
2013-03-07Adjust nls.mk for split out of wait_error.cPeter Eisentraut
2013-03-06Fix missing #include in commands/matview.h.Tom Lane
2013-03-06WAL-log the extension of a new empty MV heap which is being populated.Kevin Grittner
2013-03-06Add docs for pg_matviews, which were missed in the initial MV commit.Kevin Grittner
2013-03-06Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch.Kevin Grittner
2013-03-06Fix message typo.Andrew Dunstan
2013-03-06pg_ctl: Add comma to messagePeter Eisentraut
2013-03-06Remove dependency on the DLL of pythonxx.def file.Andrew Dunstan
2013-03-05Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane
2013-03-05Bump catversion because of new function in the materialized view patch.Kevin Grittner
2013-03-04Fix overflow check in tm2timestamp (this time for sure).Tom Lane
2013-03-04psql: Let \l accept a patternPeter Eisentraut
2013-03-04Remove accidentally-committed .orig file.Kevin Grittner
2013-03-04Fix map_sql_value_to_xml_value() to treat domains like their base types.Tom Lane