aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLYMichael Paquier2019-10-29
* Handle empty-string edge cases correctly in strpos().Tom Lane2019-10-28
* Doc: Add missing step for pg_stat_progress_clusterMichael Paquier2019-10-28
* Fix dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier2019-10-28
* Fix initialization of fake LSN for unlogged relationsMichael Paquier2019-10-27
* Doc: improve documentation of configuration settings that have units.Tom Lane2019-10-26
* Avoid failure when selecting a namespace node in XMLTABLE.Tom Lane2019-10-25
* Get rid of useless/dangerous redefinition of bool in ECPG.Tom Lane2019-10-25
* Handle interrupts within a transaction context in REINDEX CONCURRENTLYMichael Paquier2019-10-25
* docs: fix wording of REFRESH CONCURRENTLY manual pageBruce Momjian2019-10-23
* Acquire properly session-level lock on new index in REINDEX CONCURRENTLYMichael Paquier2019-10-23
* Fix thinkos from 4f4061b for libpq integer parsingMichael Paquier2019-10-23
* Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier2019-10-23
* Deal with yet another issue related to "Norwegian (Bokmål)" locale.Tom Lane2019-10-21
* Use CFLAGS_SL while probing linkability of libperl.Tom Lane2019-10-21
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-21
* Update obsolete comment.Etsuro Fujita2019-10-21
* Fix memory leak introduced in commit 7df159a620.Amit Kapila2019-10-21