aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add missing errcode() in a few ereport calls.Amit Kapila2020-03-18
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* C comment: correct commented bytes of max_cached_tuplebufsBruce Momjian2020-03-14
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-14
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Fix nextXid tracking bug on standbys (9.5-11 only).Thomas Munro2020-03-12
* Fix bug that causes to report waiting in PS display twice, in hot standby.Fujii Masao2020-03-10
* Avoid assertion failure with targeted recovery in standby mode.Fujii Masao2020-03-09
* Fix mesurement of elapsed time during truncating heap in VACUUM.Fujii Masao2020-02-19
* Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila2020-02-19
* Translation updatesPeter Eisentraut2020-02-10
* Revert commit 606f350de9.Fujii Masao2020-02-03
* Fix memory leak on DSM slot exhaustion.Thomas Munro2020-02-01
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao2020-01-31
* Fix an oversight in commit 4c70098ff.Tom Lane2020-01-23
* Clean up formatting.c's logic for matching constant strings.Tom Lane2020-01-23
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-22
* Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund2020-01-20
* Fix crash in BRIN inclusion op functions, due to missing datum copy.Heikki Linnakangas2020-01-20
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera2020-01-17
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-14
* Fix edge-case crashes and misestimation in range containment selectivity.Tom Lane2020-01-12
* Revert "Forbid DROP SCHEMA on temporary namespaces"Michael Paquier2020-01-08
* Fix running out of file descriptors for spill files.Amit Kapila2020-01-02
* Forbid DROP SCHEMA on temporary namespacesMichael Paquier2019-12-27
* Rotate instead of shifting hash join batch number.Thomas Munro2019-12-24
* Prevent a rowtype from being included in itself via a range.Tom Lane2019-12-23
* Fix error reporting for index expressions of prohibited types.Tom Lane2019-12-17
* Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane2019-12-12
* Remove redundant function calls in timestamp[tz]_part().Tom Lane2019-12-12
* Fix race condition in our Windows signal emulation.Tom Lane2019-12-09
* Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane2019-12-01
* Fix typo in comment.Etsuro Fujita2019-11-27
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-24
* Defend against self-referential views in relation_is_updatable().Tom Lane2019-11-21
* Revise GIN READMEAlexander Korotkov2019-11-20
* Fix traversing to the deleted GIN page via downlinkAlexander Korotkov2019-11-20
* Further fix dumping of views that contain just VALUES(...).Tom Lane2019-11-16
* Translation updatesPeter Eisentraut2019-11-11
* Fix gratuitous error message variationPeter Eisentraut2019-11-08
* 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
* Fix timestamp of sent message for write context in logical decodingMichael Paquier2019-11-06
* Avoid logging complaints about abandoned connections when using PAM.Tom Lane2019-11-05
* Catch invalid typlens in a couple of placesPeter Eisentraut2019-11-04
* Fix race condition at backend exit when deleting element in syncrep queueMichael Paquier2019-11-01
* Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier2019-10-23
* Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao2019-10-18