index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Add missing errcode() in a few ereport calls.
Amit Kapila
2020-03-18
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
C comment: correct commented bytes of max_cached_tuplebufs
Bruce Momjian
2020-03-14
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Fix nextXid tracking bug on standbys (9.5-11 only).
Thomas Munro
2020-03-12
*
Fix bug that causes to report waiting in PS display twice, in hot standby.
Fujii Masao
2020-03-10
*
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-09
*
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
*
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-19
*
Translation updates
Peter Eisentraut
2020-02-10
*
Revert commit 606f350de9.
Fujii Masao
2020-02-03
*
Fix memory leak on DSM slot exhaustion.
Thomas Munro
2020-02-01
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
*
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-31
*
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
*
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2020-01-23
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-20
*
Fix crash in BRIN inclusion op functions, due to missing datum copy.
Heikki Linnakangas
2020-01-20
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
*
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-14
*
Fix edge-case crashes and misestimation in range containment selectivity.
Tom Lane
2020-01-12
*
Revert "Forbid DROP SCHEMA on temporary namespaces"
Michael Paquier
2020-01-08
*
Fix running out of file descriptors for spill files.
Amit Kapila
2020-01-02
*
Forbid DROP SCHEMA on temporary namespaces
Michael Paquier
2019-12-27
*
Rotate instead of shifting hash join batch number.
Thomas Munro
2019-12-24
*
Prevent a rowtype from being included in itself via a range.
Tom Lane
2019-12-23
*
Fix error reporting for index expressions of prohibited types.
Tom Lane
2019-12-17
*
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Tom Lane
2019-12-12
*
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-12-12
*
Fix race condition in our Windows signal emulation.
Tom Lane
2019-12-09
*
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-12-01
*
Fix typo in comment.
Etsuro Fujita
2019-11-27
*
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-24
*
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-21
*
Revise GIN README
Alexander Korotkov
2019-11-20
*
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-20
*
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-16
*
Translation updates
Peter Eisentraut
2019-11-11
*
Fix gratuitous error message variation
Peter Eisentraut
2019-11-08
*
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-07
*
Fix assertion failure when running pgbench -s.
Fujii Masao
2019-11-07
*
Fix timestamp of sent message for write context in logical decoding
Michael Paquier
2019-11-06
*
Avoid logging complaints about abandoned connections when using PAM.
Tom Lane
2019-11-05
*
Catch invalid typlens in a couple of places
Peter Eisentraut
2019-11-04
*
Fix race condition at backend exit when deleting element in syncrep queue
Michael Paquier
2019-11-01
*
Clean up properly error_context_stack in autovacuum worker on exception
Michael Paquier
2019-10-23
*
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-18
[next]