summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-14Fix buildfarm with regard to pg_auditStephen Frost
2015-05-14Add pg_audit, an auditing extensionStephen Frost
2015-05-13Fix distclean/maintainer-clean targets to remove top-level tmp_install dir.Tom Lane
2015-05-13Fix comment.Robert Haas
2015-05-13Extend abbreviated key infrastructure to datum tuplesorts.Robert Haas
2015-05-13Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.Tom Lane
2015-05-13Fix jsonb replace and delete on scalars and empty structuresAndrew Dunstan
2015-05-13Remove useless assertion.Robert Haas
2015-05-13Add pgstattuple_approx() to the pgstattuple extension.Andres Freund
2015-05-13PL/Python: Remove procedure cache invalidationPeter Eisentraut
2015-05-12Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund
2015-05-12Fix some errors from jsonb functions patch.Andrew Dunstan
2015-05-12Additional functions and operators for jsonbAndrew Dunstan
2015-05-12Add support for doing late row locking in FDWs.Tom Lane
2015-05-12pgbench: Don't fail during startupStephen Frost
2015-05-12pg_basebackup -F t now succeeds with a long symlink targetAndrew Dunstan
2015-05-12doc build: use unique Makefile variable to control temp installBruce Momjian
2015-05-12"Fix" test_ddl_deparse regress test scheduleAlvaro Herrera
2015-05-12doc: prevent SGML 'make check' from building temp installBruce Momjian
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
2015-05-12Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-11Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERTStephen Frost
2015-05-11pg_upgrade: use single or double-quotes in command-line stringsBruce Momjian
2015-05-11Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane
2015-05-11Increase threshold for multixact member emergency autovac to 50%.Robert Haas
2015-05-11initdb: only recommend pg_ctl to start the serverBruce Momjian
2015-05-11docs: add "serialization anomaly" to transaction isolation tableBruce Momjian
2015-05-11pg_dump: suppress "Tablespace:" comment for default tablespacesBruce Momjian
2015-05-11Even when autovacuum=off, force it for members as we do in other cases.Robert Haas
2015-05-11Advance the stop point for multixact offset creation only at checkpoint.Robert Haas
2015-05-11Fix DetermineSafeOldestOffset for the case where there are no mxacts.Robert Haas
2015-05-10Code review for foreign/custom join pushdown patch.Tom Lane
2015-05-10Add missing "static" marker.Tom Lane
2015-05-09Correct reindexdb documentationStephen Frost
2015-05-09doc: adjust ordering of pg_stat_statement paragraphsBruce Momjian
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-05-09Improve ParseConfigFp comment wrt head/tailStephen Frost
2015-05-08Change default for include_realm to 1Stephen Frost
2015-05-08Modify pg_stat_get_activity to build a tuplestoreStephen Frost
2015-05-08Bump catversion for pg_file_settingsStephen Frost
2015-05-08Add pg_file_settings view and functionStephen Frost
2015-05-08Fix two problems in infer_arbiter_indexes().Andres Freund
2015-05-08At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas
2015-05-08Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas
2015-05-08Fix whitespacePeter Eisentraut
2015-05-08Minor ON CONFLICT related comments and doc fixes.Andres Freund
2015-05-08Teach autovacuum about multixact member wraparound.Robert Haas
2015-05-08Remove reference to src/tools/backend/index.htmlStephen Frost