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
*
Fix timeline assignment in checkpoints with 2PC transactions
Michael Paquier
2021-03-22
*
Fix memory leak when rejecting bogus DH parameters.
Tom Lane
2021-03-20
*
Don't leak malloc'd error string in libpqrcv_check_conninfo().
Tom Lane
2021-03-18
*
Don't leak malloc'd strings when a GUC setting is rejected.
Tom Lane
2021-03-18
*
Don't leak compiled regex(es) when an ispell cache entry is dropped.
Tom Lane
2021-03-18
*
Don't run RelationInitTableAccessMethod in a long-lived context.
Tom Lane
2021-03-18
*
Don't leak rd_statlist when a relcache entry is dropped.
Tom Lane
2021-03-18
*
Fix function name in error hint
Magnus Hagander
2021-03-18
*
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2021-03-17
*
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-18
*
Fix race in Parallel Hash Join batch cleanup.
Thomas Munro
2021-03-17
*
Avoid corner-case memory leak in SSL parameter processing.
Tom Lane
2021-03-16
*
Forbid marking an identity column as nullable.
Tom Lane
2021-03-12
*
VACUUM ANALYZE: Always update pg_class.reltuples.
Peter Geoghegan
2021-03-10
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
*
Validate the OID argument of pg_import_system_collations().
Tom Lane
2021-03-08
*
Fix use-after-free bug with AfterTriggersTableData.storeslot
Alvaro Herrera
2021-02-27
*
Fix list-manipulation bug in WITH RECURSIVE processing.
Tom Lane
2021-02-25
*
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Alvaro Herrera
2021-02-23
*
Remove outdated reference to RAID spindles.
Thomas Munro
2021-02-22
*
Fix bug in COMMIT AND CHAIN command.
Fujii Masao
2021-02-19
*
Fix another ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-02-18
*
Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.
Fujii Masao
2021-02-18
*
Convert tsginidx.c's GIN indexing logic to fully ternary operation.
Tom Lane
2021-02-16
*
Simplify loop logic in nodeIncrementalSort.c.
Tom Lane
2021-02-15
*
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-15
*
Default to wal_sync_method=fdatasync on FreeBSD.
Thomas Munro
2021-02-15
*
Hold interrupts while running dsm_detach() callbacks.
Thomas Munro
2021-02-15
*
Avoid divide-by-zero in regex_selectivity() with long fixed prefix.
Tom Lane
2021-02-12
*
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-10
*
Translation updates
Peter Eisentraut
2021-02-08
*
Fix mishandling of column-level SELECT privileges for join aliases.
Tom Lane
2021-02-08
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Revert "Propagate CTE property flags when copying a CTE list into a rule."
Tom Lane
2021-02-07
*
Propagate CTE property flags when copying a CTE list into a rule.
Tom Lane
2021-02-06
*
Disallow converting an inheritance child table to a view.
Tom Lane
2021-02-06
*
Fix backslash-escaping multibyte chars in COPY FROM.
Heikki Linnakangas
2021-02-05
*
Fix bug in HashAgg's selective-column-spilling logic.
Tom Lane
2021-02-04
*
Fix YA incremental sort bug.
Tom Lane
2021-02-04
*
Avoid crash when rolling back within a prepared statement.
Tom Lane
2021-02-03
*
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Noah Misch
2021-01-30
*
Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.
Noah Misch
2021-01-30
*
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-30
*
Silence another gcc 11 warning.
Tom Lane
2021-01-28
*
Remove bogus restriction from BEFORE UPDATE triggers
Alvaro Herrera
2021-01-28
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
*
Don't add bailout adjustment for non-strict deserialize calls.
Andrew Gierth
2021-01-28
*
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-25
*
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-25
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
[next]