summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-11Doc: fix ancient mistake, or at least obsolete info, in rules example.Tom Lane
2019-11-11Translation updatesPeter Eisentraut
2019-11-10Release notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20, 9.4.25.Tom Lane
2019-11-09Remove test case that doesn't work with --disable-integer-timestamps.Tom Lane
2019-11-08postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita
2019-11-07docs: clarify that only INSERT and UPDATE triggers can mod. NEWBruce Momjian
2019-11-07Move declaration of ecpg_gettext() to a saner place.Tom Lane
2019-11-07Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane
2019-11-07Fix assertion failure when running pgbench -s.Fujii Masao
2019-11-06Fix timestamp of sent message for write context in logical decodingMichael Paquier
2019-11-06doc: fix plurality typo on bgwriter doc sentenceBruce Momjian
2019-11-05Avoid logging complaints about abandoned connections when using PAM.Tom Lane
2019-11-05Change pg_restore -f- to dump to stdout instead of to ./-Alvaro Herrera
2019-11-04Stabilize pg_dump output order for similarly-named triggers and policies.Tom Lane
2019-11-04Catch invalid typlens in a couple of placesPeter Eisentraut
2019-11-01Fix race condition at backend exit when deleting element in syncrep queueMichael Paquier
2019-10-26Fix pg_dump's handling of circular dependencies in views.Tom Lane
2019-10-24docs: fix wording of REFRESH CONCURRENTLY manual pageBruce Momjian
2019-10-23Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier
2019-10-21Deal with yet another issue related to "Norwegian (Bokmål)" locale.Tom Lane
2019-10-21Use CFLAGS_SL while probing linkability of libperl.Tom Lane
2019-10-21Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane
2019-10-19For PowerPC instruction "addi", use constraint "b".Noah Misch
2019-10-18Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao
2019-10-17Fix minor bug in logical-replication walsender shutdownAlvaro Herrera
2019-10-16Fix bug that could try to freeze running multixacts.Thomas Munro
2019-10-16Add missing include to pg_upgrade/version.cTomas Vondra
2019-10-16Improve the check for pg_catalog.line data type in pg_upgradeTomas Vondra
2019-10-16Doc: Fix various inconsistenciesMichael Paquier
2019-10-12AIX: Stop adding option -qsrcmsg.Noah Misch
2019-10-09Flush logical mapping files with fd opened for read/write at checkpointMichael Paquier
2019-10-07docs: Improve A?synchronous Multimaster Replication descr.Bruce Momjian
2019-10-07docs: clarify that today/tomorrow/yesterday is at 00:00Bruce Momjian
2019-10-07doc: move mention of log_min_error_statement in a better spotBruce Momjian
2019-10-04Handle spaces in OpenSSL install location for MSVCAndrew Dunstan
2019-10-04Fix bitshiftright()'s zero-padding some more.Tom Lane
2019-10-03Avoid unnecessary out-of-memory errors during encoding conversion.Tom Lane
2019-10-03Allow repalloc() to give back space when a large chunk is downsized.Tom Lane
2019-10-03Selectively include window frames in expression walks/mutates.Andrew Gierth
2019-09-27Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.Amit Kapila
2019-09-23Doc: clarify handling of duplicate elements in array containment tests.Tom Lane
2019-09-22Fix failure to zero-pad the result of bitshiftright().Tom Lane
2019-09-20Update time zone data files to tzdata release 2019c.Tom Lane
2019-09-20Fix typo in commit 82fa3ff8672.Amit Kapila
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
2019-09-19Doc: Fix incorrect mention to connection_object in CONNECT command of ECPGMichael Paquier
2019-09-19Doc: document autovacuum interruption.Amit Kapila
2019-09-13logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera
2019-09-12Fix usage of whole-row variables in WCO and RLS policy expressions.Tom Lane
2019-09-12Doc: Update PL/pgSQL sample function in plpgsql.sgml.Amit Kapila