aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Split handling of reloptions for partitioned tablesMichael Paquier2019-11-14
* Fix plan instability in the new tuplesort test.Andres Freund2019-11-13
* Remove unused code from tuplesort.Andres Freund2019-11-13
* Add tests for tuplesort.c.Andres Freund2019-11-13
* Add missing check_collation_set call to bpcharne().Tom Lane2019-11-13
* Fix silly initializations (cosmetic only).Tom Lane2019-11-13
* Avoid using SplitIdentifierString to parse ListenAddresses, too.Tom Lane2019-11-13
* Avoid downcasing/truncation of RADIUS authentication parameters.Tom Lane2019-11-13
* Include TableFunc references when computing expression dependencies.Tom Lane2019-11-13
* Handle arrays and ranges in pg_upgrade's test for non-upgradable types.Tom Lane2019-11-13
* Make pg_waldump report more detail information about PREPARE TRANSACTION record.Fujii Masao2019-11-13
* Add regression test for two-phase transaction in postgres_fdwMichael Paquier2019-11-13
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Finish reverting commit 0a52d378b.Tom Lane2019-11-12
* pg_stat_activity: document client_port being nullAlvaro Herrera2019-11-12
* pg_stat_{ssl,gssapi}: Show only processes with connectionsAlvaro Herrera2019-11-12
* Make _bt_keep_natts_fast() use datum_image_eq().Peter Geoghegan2019-11-12
* Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera2019-11-12
* Teach datum_image_eq() about cstring datums.Peter Geoghegan2019-11-12
* Fix ecpglib.h to declare bool consistently with c.h.Tom Lane2019-11-12
* gitattributes: Add new filePeter Eisentraut2019-11-12
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Doc: fix ancient mistake, or at least obsolete info, in rules example.Tom Lane2019-11-11
* Further improve stability of partition_prune regression test.Tom Lane2019-11-11
* gitattributes: Remove entries for no longer existing filesPeter Eisentraut2019-11-11
* Fix whitespacePeter Eisentraut2019-11-11
* Rerun autoheaderPeter Eisentraut2019-11-11
* Optimize PredicateLockTuple().Thomas Munro2019-11-11
* Optimize TransactionIdIsCurrentTransactionId().Thomas Munro2019-11-11
* Rearrange dropdb() to avoid errors after allowing other sessions to exit.Amit Kapila2019-11-11
* Fix subscription testPeter Eisentraut2019-11-09
* doc: Clarify documentation about SSL passphrasesPeter Eisentraut2019-11-09
* doc: Further tweak recovery parameters documentationPeter Eisentraut2019-11-09
* Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut2019-11-09
* Fix new COPY test of PL/pgSQL with VPATH buildsMichael Paquier2019-11-09
* Add tests for COPY in PL/pgSQLMichael Paquier2019-11-09
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-08
* Add backtrace support for error reportingAlvaro Herrera2019-11-08
* Fix gratuitous error message variationPeter Eisentraut2019-11-08
* postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita2019-11-08
* More precise errors from initial pg_control checkPeter Eisentraut2019-11-08
* Use "low key" terminology in nbtsort.c.Peter Geoghegan2019-11-07
* docs: clarify that only INSERT and UPDATE triggers can mod. NEWBruce Momjian2019-11-07
* Move declaration of ecpg_gettext() to a saner place.Tom Lane2019-11-07
* Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera2019-11-07
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-07
* Fix nested error handling in PG_FINALLYPeter Eisentraut2019-11-07
* Fix assertion failure when running pgbench -s.Fujii Masao2019-11-07
* Add reusable routine for making arrays unique.Thomas Munro2019-11-07