index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix uninitialized access to InitialRunningXacts during decoding after ERROR.
Amit Kapila
2023-09-12
*
Stabilize subscription stats test.
Masahiko Sawada
2023-09-08
*
pg_basebackup: Generate valid temporary slot names under PQbackendPID()
Michael Paquier
2023-09-07
*
Disable 031_recovery_conflict.pl in 15 and 16.
Thomas Munro
2023-09-07
*
Unify gratuitously different error messages
Peter Eisentraut
2023-09-05
*
Fix out-of-bound read in gtsvector_picksplit()
Michael Paquier
2023-09-04
*
Fix handling of shared statistics with dropped databases
Michael Paquier
2023-09-04
*
Avoid possible overflow with ltsGetFreeBlock() in logtape.c
Michael Paquier
2023-08-30
*
Initialize ListenSocket array earlier.
Heikki Linnakangas
2023-08-29
*
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
*
Update DECLARE_INDEX documentation
Peter Eisentraut
2023-08-24
*
ci: Make compute resources for CI configurable
Andres Freund
2023-08-23
*
Fix pg_dump assertion failure when dumping pg_catalog.
Jeff Davis
2023-08-22
*
Cache by-reference missing values in a long lived context
Andrew Dunstan
2023-08-22
*
Fix pg_stat_reset_single_table_counters() for shared relations
Michael Paquier
2023-08-21
*
ci: macos: use cached macports install
Andres Freund
2023-08-19
*
Invalidate smgr_targblock in smgrrelease().
Thomas Munro
2023-08-17
*
Remove test from commit fa2e874946.
Jeff Davis
2023-08-10
*
Recalculate search_path after ALTER ROLE.
Jeff Davis
2023-08-07
*
Reject substituting extension schemas or owners matching ["$'\].
Noah Misch
2023-08-07
*
Translation updates
Peter Eisentraut
2023-08-07
*
Don't Memoize lateral joins with volatile join conditions
David Rowley
2023-08-07
*
Fix RLS policy usage in MERGE.
Dean Rasheed
2023-08-07
*
Update comments on CustomPath struct.
Etsuro Fujita
2023-08-03
*
Fix ReorderBufferCheckMemoryLimit() comment.
Masahiko Sawada
2023-08-02
*
Fix overly strict Assert in jsonpath code
David Rowley
2023-08-02
*
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-28
*
Raise fixed token-length limit in hba.c.
Tom Lane
2023-07-27
*
Fix the display of UNKNOWN message type in apply worker.
Amit Kapila
2023-07-25
*
Guard against null plan pointer in CachedPlanIsSimplyValid().
Tom Lane
2023-07-20
*
Fix indentation in twophase.c
Michael Paquier
2023-07-18
*
Fix recovery of 2PC transaction during crash recovery
Michael Paquier
2023-07-18
*
Add indisreplident to fields refreshed by RelationReloadIndexInfo()
Michael Paquier
2023-07-14
*
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-14
*
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
*
Release lock after encountering bogs row in vac_truncate_clog()
Andres Freund
2023-07-13
*
Be more rigorous about local variables in PostgresMain().
Tom Lane
2023-07-10
*
Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema
Michael Paquier
2023-07-10
*
Fix tmpdir issues with commit e213de8e78
Andrew Dunstan
2023-07-08
*
Use shorter location for pg_replslot in pg_basebackup test
Andrew Dunstan
2023-07-08
*
Fix type of iterator variable in SH_START_ITERATE
Andres Freund
2023-07-06
*
Skip pg_baseback long filename test if path too long on Windows
Andrew Dunstan
2023-07-06
*
WAL-log the creation of the init fork of unlogged indexes.
Heikki Linnakangas
2023-07-06
*
Fix MarkGUCPrefixReserved() to check all options.
Heikki Linnakangas
2023-07-06
*
Revert the commits related to allowing page lock to conflict among parallel g...
Amit Kapila
2023-07-06
*
Fix leak of LLVM "fatal-on-oom" section counter.
Heikki Linnakangas
2023-07-05
*
pgstat: fix subscription stats entry leak.
Masahiko Sawada
2023-07-05
*
Ensure that creation of an empty relfile is fsync'd at checkpoint.
Heikki Linnakangas
2023-07-04
*
Re-bin segment when memory pages are freed.
Thomas Munro
2023-07-04
*
Fix race in SSI interaction with gin fast path.
Thomas Munro
2023-07-04
[next]