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 edge-case for xl_tot_len broken by bae868ca.
Thomas Munro
2023-09-26
*
Collect dependency information for parsed CallStmts.
Tom Lane
2023-09-25
*
Limit to_tsvector_byid's initial array allocation to something sane.
Tom Lane
2023-09-25
*
Don't trust unvalidated xl_tot_len.
Thomas Munro
2023-09-23
*
Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.
Tom Lane
2023-09-21
*
Update comment about set_join_pathlist_hook().
Etsuro Fujita
2023-09-21
*
Fix GiST README's explanation of the NSN cross-check.
Heikki Linnakangas
2023-09-19
*
Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.
Tom Lane
2023-09-18
*
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-09-15
*
Fix get_expr_result_type() to find field names for RECORD Consts.
Tom Lane
2023-09-15
*
Allow extracting fields from a ROW() expression in more cases.
Tom Lane
2023-09-15
*
Revert "Improve error message on snapshot import in snapmgr.c"
Michael Paquier
2023-09-14
*
Improve error message on snapshot import in snapmgr.c
Michael Paquier
2023-09-14
*
Fix exception safety bug in typcache.c.
Thomas Munro
2023-09-13
*
Fix uninitialized access to InitialRunningXacts during decoding after ERROR.
Amit Kapila
2023-09-12
*
Make recovery report error message when invalid page header is found.
Fujii Masao
2023-09-12
*
Fix out-of-bound read in gtsvector_picksplit()
Michael Paquier
2023-09-04
*
Silence compiler warning in release 11 and 12 branches
Andrew Dunstan
2023-08-27
*
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
*
Cache by-reference missing values in a long lived context
Andrew Dunstan
2023-08-22
*
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
*
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 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
*
WAL-log the creation of the init fork of unlogged indexes.
Heikki Linnakangas
2023-07-06
*
Fix leak of LLVM "fatal-on-oom" section counter.
Heikki Linnakangas
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
*
Fix race in SSI interaction with bitmap heap scan.
Thomas Munro
2023-07-04
*
Fix race in SSI interaction with empty btrees.
Thomas Munro
2023-07-04
*
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-30
*
Fix order of operations in ExecEvalFieldStoreDeForm().
Tom Lane
2023-06-29
*
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-06-28
*
Check for interrupts and stack overflow in TParserGet().
Tom Lane
2023-06-24
*
nbtree VACUUM: cope with topparent inconsistencies.
Peter Geoghegan
2023-06-21
*
Avoid Assert failure when processing empty statement in aborted xact.
Tom Lane
2023-06-21
*
Fix the errhint message and docs for drop subscription failure.
Amit Kapila
2023-06-21
*
Fix hash join when inner hashkey expressions contain Params.
Tom Lane
2023-06-20
*
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-06-19
[next]