aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* PL/Python: Remove procedure cache invalidationPeter Eisentraut2015-05-12
* Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund2015-05-13
* Fix some errors from jsonb functions patch.Andrew Dunstan2015-05-12
* Additional functions and operators for jsonbAndrew Dunstan2015-05-12
* Add support for doing late row locking in FDWs.Tom Lane2015-05-12
* pgbench: Don't fail during startupStephen Frost2015-05-12
* pg_basebackup -F t now succeeds with a long symlink targetAndrew Dunstan2015-05-12
* doc build: use unique Makefile variable to control temp installBruce Momjian2015-05-12
* "Fix" test_ddl_deparse regress test scheduleAlvaro Herrera2015-05-12
* doc: prevent SGML 'make check' from building temp installBruce Momjian2015-05-12
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-12
* Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut2015-05-11
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERTStephen Frost2015-05-11
* pg_upgrade: use single or double-quotes in command-line stringsBruce Momjian2015-05-11
* Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane2015-05-11
* Increase threshold for multixact member emergency autovac to 50%.Robert Haas2015-05-11
* initdb: only recommend pg_ctl to start the serverBruce Momjian2015-05-11
* docs: add "serialization anomaly" to transaction isolation tableBruce Momjian2015-05-11
* pg_dump: suppress "Tablespace:" comment for default tablespacesBruce Momjian2015-05-11
* Even when autovacuum=off, force it for members as we do in other cases.Robert Haas2015-05-11
* Advance the stop point for multixact offset creation only at checkpoint.Robert Haas2015-05-10
* Fix DetermineSafeOldestOffset for the case where there are no mxacts.Robert Haas2015-05-10
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Add missing "static" marker.Tom Lane2015-05-09
* Correct reindexdb documentationStephen Frost2015-05-09
* doc: adjust ordering of pg_stat_statement paragraphsBruce Momjian2015-05-09
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-09
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Improve ParseConfigFp comment wrt head/tailStephen Frost2015-05-09
* Change default for include_realm to 1Stephen Frost2015-05-08
* Modify pg_stat_get_activity to build a tuplestoreStephen Frost2015-05-08
* Bump catversion for pg_file_settingsStephen Frost2015-05-08
* Add pg_file_settings view and functionStephen Frost2015-05-08
* Fix two problems in infer_arbiter_indexes().Andres Freund2015-05-08
* At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas2015-05-08
* Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas2015-05-08
* Fix whitespacePeter Eisentraut2015-05-08
* Minor ON CONFLICT related comments and doc fixes.Andres Freund2015-05-08
* Teach autovacuum about multixact member wraparound.Robert Haas2015-05-08
* Remove reference to src/tools/backend/index.htmlStephen Frost2015-05-08
* Remove dependency on ordering in logical decoding upsert test.Andres Freund2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-07
* Fix incorrect math in DetermineSafeOldestOffset.Robert Haas2015-05-07
* Makefile: Add comment that doc uninstall clears man directoriesBruce Momjian2015-05-07
* Properly send SCM status updates when shutting down service on WindowsMagnus Hagander2015-05-07
* Fix indentation that could mask a future bugMagnus Hagander2015-05-07
* Fix minor resource leak in pg_dumpMagnus Hagander2015-05-07