summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-13Remove user_relns() SRF from regression tests.Andres Freund
2016-09-13Address portability issues in bfe16d1a5 test output.Andres Freund
2016-09-13Add more tests for targetlist SRFs.Andres Freund
2016-09-12Docs: assorted minor cleanups.Tom Lane
2016-09-12pg_basebackup: Clean created directories on failurePeter Eisentraut
2016-09-12Fix recent commit for tab-completion of database template.Kevin Grittner
2016-09-12Fix copy/pasto in file identificationSimon Riggs
2016-09-12Identify walsenders in pg_stat_activitySimon Riggs
2016-09-11Raise max setting of checkpoint_timeout to 1dSimon Riggs
2016-09-11psql tab completion for CREATE DATABASE ... TEMPLATE ...Kevin Grittner
2016-09-11Allow CREATE EXTENSION to follow extension update paths.Tom Lane
2016-09-11Fix and simplify MSVC build's handling of xml/xslt/uuid dependencies.Tom Lane
2016-09-11Implement binary heap replace-top operation in a smarter way.Heikki Linnakangas
2016-09-10Improve unreachability recognition in elog() macro.Tom Lane
2016-09-10Fix miserable coding in pg_stat_get_activity().Tom Lane
2016-09-09Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.Tom Lane
2016-09-09Convert PageAddItem into a macro to save a few cycles.Tom Lane
2016-09-09Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane
2016-09-09Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera
2016-09-09In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.Tom Lane
2016-09-09Make better use of existing enums in plpgsqlPeter Eisentraut
2016-09-09Avoid reporting "cache lookup failed" for some user-reachable cases.Tom Lane
2016-09-09Fix corruption of 2PC recovery with subxactsSimon Riggs
2016-09-09Correct TABLESAMPLE docsSimon Riggs
2016-09-09Improve scalability of md.c for large relations.Andres Freund
2016-09-09Faster PageIsVerified() for the all zeroes case.Andres Freund
2016-09-08Fix mdtruncate() to close fd.c handle of deleted segments.Andres Freund
2016-09-08Fix two src/test/modules MakefilesAlvaro Herrera
2016-09-08Allow pg_dump to dump non-extension members of an extension-owned schema.Tom Lane
2016-09-08Don't print database's tablespace in pg_dump -C --no-tablespaces output.Tom Lane
2016-09-08Fix minor memory leak in Standby startupSimon Riggs
2016-09-08MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.Noah Misch
2016-09-08MSVC: Place gendef.pl temporary file in the target directory.Noah Misch
2016-09-089.6 release notes: correct summary item about freezeBruce Momjian
2016-09-07Support renaming an existing value of an enum type.Tom Lane
2016-09-07Doc: minor documentation improvements about extensions.Tom Lane
2016-09-07Add a HINT for client-vs-server COPY failure cases.Tom Lane
2016-09-06Add location field to DefElemPeter Eisentraut
2016-09-06Doc: small improvements for documentation about VACUUM freezing.Tom Lane
2016-09-06Guard against possible memory allocation botch in batchmemtuples().Tom Lane
2016-09-06Teach appendShellString() to not quote strings containing "-".Tom Lane
2016-09-06Repair whitespace in initdb message.Tom Lane
2016-09-06Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVALSimon Riggs
2016-09-06C comment: fix file name mention on line 1Bruce Momjian
2016-09-05Cosmetic code cleanup in commands/extension.c.Tom Lane
2016-09-05Have "make coverage" recurse into contrib as wellAlvaro Herrera
2016-09-05Make locale-dependent regex character classes work for large char codes.Tom Lane
2016-09-05C comment: align dashes in GroupState node headerBruce Momjian
2016-09-05Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane
2016-09-05Add debug check function LWLockHeldByMeInMode()Simon Riggs