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 ndistinct estimates with system attributes
Tomas Vondra
2021-03-26
*
Fix bug in WAL replay of COMMIT_TS_SETTS record.
Fujii Masao
2021-03-25
*
Use correct spelling of statistics kind
Tomas Vondra
2021-03-23
*
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
*
Fix memory leak when initializing DH parameters in backend
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 leak rd_statlist when a relcache entry is dropped.
Tom Lane
2021-03-18
*
Prevent buffer overrun in read_tablespace_map().
Tom Lane
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
*
Validate the OID argument of pg_import_system_collations().
Tom Lane
2021-03-08
*
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Alvaro Herrera
2021-02-23
*
Fix another ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-02-18
*
Fix compiler warning in back branches (9.6, 10).
Thomas Munro
2021-02-16
*
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
*
Translation updates
Peter Eisentraut
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 CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-30
*
Silence another gcc 11 warning.
Tom Lane
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 ALTER DEFAULT PRIVILEGES with duplicated objects
Michael Paquier
2021-01-20
*
Remove faulty support for MergeAppend plan with WHERE CURRENT OF.
Tom Lane
2021-01-19
*
Avoid crash with WHERE CURRENT OF and a custom scan plan.
Tom Lane
2021-01-18
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
Disallow CREATE STATISTICS on system catalogs
Tomas Vondra
2021-01-15
*
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-13
*
Fix thinko in comment
Alvaro Herrera
2021-01-12
*
Fix ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-01-08
*
Further second thoughts about idle_session_timeout patch.
Tom Lane
2021-01-07
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
Add an explicit cast to double when using fabs().
Dean Rasheed
2021-01-05
*
Fix numeric_power() when the exponent is INT_MIN.
Dean Rasheed
2021-01-05
*
Fix inconsistent code with shared invalidations of snapshots
Michael Paquier
2020-12-28
*
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-25
*
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-24
*
Fix portability issues with parsing of recovery_target_xid
Michael Paquier
2020-12-23
*
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-21
*
Avoid memcpy() with same source and destination during relmapper init.
Tom Lane
2020-12-18
*
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-14
*
Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.
Tom Lane
2020-12-08
*
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
[next]