aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA.Tom Lane2019-11-19
* Further fix dumping of views that contain just VALUES(...).Tom Lane2019-11-16
* Improve stability of tests for VACUUM (SKIP_LOCKED)Michael Paquier2019-11-16
* Skip system attributes when applying mvdistinct statsTomas Vondra2019-11-16
* Always call ExecShutdownNode() if appropriate.Thomas Munro2019-11-16
* Doc: in v12 release notes, explain how to replace uses of consrc and adsrc.Tom Lane2019-11-15
* Add missing check_collation_set call to bpcharne().Tom Lane2019-11-13
* Fix silly initializations (cosmetic only).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
* docs: clarify that only INSERT and UPDATE triggers can mod. NEWBruce Momjian2019-11-12
* Stamp 12.1.REL_12_1Tom Lane2019-11-11
* 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
* Translation updatesPeter Eisentraut2019-11-11
* Release notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20, 9.4.25.Tom Lane2019-11-10
* 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
* First-draft release notes for 12.1.Tom Lane2019-11-08
* Fix gratuitous error message variationPeter Eisentraut2019-11-08
* postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita2019-11-08
* 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
* Fix assertion failure when running pgbench -s.Fujii Masao2019-11-07
* Document log_transaction_sample_rate as superuser-onlyTomas Vondra2019-11-06
* Minor code review for tuple slot rewrite.Tom Lane2019-11-06
* Sync our DTrace infrastructure with c.h's definition of type bool.Tom Lane2019-11-06
* Fix memory allocation mistakePeter Eisentraut2019-11-06
* Fix timestamp of sent message for write context in logical decodingMichael Paquier2019-11-06
* Request small targetlist for input to WindowAgg.Andrew Gierth2019-11-06
* doc: fix for plurality typo on bgwriter doc sentenceBruce Momjian2019-11-05
* doc: fix plurality typo on bgwriter doc sentenceBruce Momjian2019-11-05
* Avoid logging complaints about abandoned connections when using PAM.Tom Lane2019-11-05
* Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane2019-11-05
* Generate EquivalenceClass members for partitionwise child join rels.Tom Lane2019-11-05
* Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITIONMichael Paquier2019-11-05
* Doc: Improve description around ALTER TABLE ATTACH PARTITIONMichael Paquier2019-11-05
* Stabilize pg_dump output order for similarly-named triggers and policies.Tom Lane2019-11-04
* Catch invalid typlens in a couple of placesPeter Eisentraut2019-11-04
* Suppress warning from older compilers.Tom Lane2019-11-03
* Validate ispell dictionaries more carefully.Tom Lane2019-11-02
* Fix failure when creating cloned indexes for a partitionMichael Paquier2019-11-02
* Fix race condition at backend exit when deleting element in syncrep queueMichael Paquier2019-11-01
* relnotes: PG 12, mention change in libpq parameter parsingBruce Momjian2019-10-30
* pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.Andres Freund2019-10-29
* pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.Andres Freund2019-10-29