summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Silence another create_index regression test failure.Heikki Linnakangas
2015-05-15Fix outdated src/test/mb/ tests, and add a GB18030 test.Tom Lane
2015-05-15Add archive_mode='always' option.Heikki Linnakangas
2015-05-15Silence create_index regression test failure.Heikki Linnakangas
2015-05-15Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas
2015-05-15Fix insufficiently-paranoid GB18030 encoding verifier.Tom Lane
2015-05-15Support --verbose option in reindexdb.Fujii Masao
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-05-15Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.Tom Lane
2015-05-15Separate block sampling functionsSimon Riggs
2015-05-15pg_upgrade: make controldata checks more consistentBruce Momjian
2015-05-15Add pg_settings.pending_restart columnPeter Eisentraut
2015-05-14Support "expanded" objects, particularly arrays, for better performance.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-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-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-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