summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-09postgres_fdw: Remove unstable regression test.Robert Haas
2016-02-09postgres_fdw: Push down joins to remote servers.Robert Haas
2016-02-09Add more chattiness in server shutdown.Tom Lane
2016-02-08Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane
2016-02-08Re-pgindent varlena.c.Tom Lane
2016-02-08Rename typedef "string" to "VarString".Tom Lane
2016-02-08Use %u not %d to print OIDs.Tom Lane
2016-02-08Last-minute updates for release notes.Tom Lane
2016-02-08Fix some regex issues with out-of-range characters and large char ranges.Tom Lane
2016-02-08Make GIN regression test stable.Fujii Masao
2016-02-08Fix overeager pushdown of HAVING clauses when grouping sets are used.Andres Freund
2016-02-07Improve documentation about PRIMARY KEY constraints.Tom Lane
2016-02-07Fix deparsing of ON CONFLICT arbiter WHERE clauses.Tom Lane
2016-02-07Release notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20.Tom Lane
2016-02-07ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.Tom Lane
2016-02-07Fix parallel-safety markings for pg_upgrade functions.Robert Haas
2016-02-07Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas
2016-02-07Introduce group locking to prevent parallel processes from deadlocking.Robert Haas
2016-02-07Improve speed of timestamp/time/date output functions.Tom Lane
2016-02-06Fix comment block trashed by pgindent.Tom Lane
2016-02-06Improve HJDEBUG code a bit.Tom Lane
2016-02-06Add missing "static" qualifier.Tom Lane
2016-02-06Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().Noah Misch
2016-02-06Force certain "pljava" custom GUCs to be PGC_SUSET.Noah Misch
2016-02-05First-draft release notes for 9.4.6.Tom Lane
2016-02-05Update time zone data files to tzdata release 2016a.Tom Lane
2016-02-05Fix typo in comment.Robert Haas
2016-02-05Remove parallel-safety check from GetExistingLocalJoinPath.Robert Haas
2016-02-05Fix small goof in comment.Robert Haas
2016-02-05Fix typo.Robert Haas
2016-02-05Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane
2016-02-05postgres_fdw: pgindent run.Robert Haas
2016-02-05postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only.Robert Haas
2016-02-05When modifying a foreign table, initialize tableoid field properly.Robert Haas
2016-02-05Improve error messagePeter Eisentraut
2016-02-04Add some additional core functions to support join pushdown for FDWs.Robert Haas
2016-02-04Change the way that LWLocks for extensions are allocated.Robert Haas
2016-02-04Simplify syntax diagram for REINDEX.Tom Lane
2016-02-04In pg_dump, ensure that view triggers are processed after view rules.Tom Lane
2016-02-03Extend sortsupport for text to more opclasses.Robert Haas
2016-02-03Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore documentation.Tom Lane
2016-02-03Allow parallel custom and foreign scans.Robert Haas
2016-02-03doc: Fix stand-alone INSTALL file buildPeter Eisentraut
2016-02-03Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number.Tom Lane
2016-02-03Code review for commit dc203dc3ac40a4b02b92fb827848a547d2957153.Robert Haas
2016-02-03Remove CustomPath's TextOutCustomPath method.Robert Haas
2016-02-03postgres_fdw: Allow fetch_size to be set per-table or per-server.Robert Haas
2016-02-03Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane
2016-02-03Add support for systemd service notificationsPeter Eisentraut
2016-02-03Improve error reporting when location specified by postgres -D does not existPeter Eisentraut