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 problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-24
*
Fix min_dynamic_shared_memory on Windows.
Thomas Munro
2023-10-22
*
Dodge a compiler bug affecting timetz_zone/timetz_izone.
Tom Lane
2023-10-20
*
jit: Changes for LLVM 17.
Thomas Munro
2023-10-19
*
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Thomas Munro
2023-10-19
*
jit: Support opaque pointers in LLVM 16.
Thomas Munro
2023-10-18
*
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
*
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-10-16
*
Acquire ControlFileLock in relevant SQL functions.
Thomas Munro
2023-10-16
*
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-10-14
*
Fix runtime partition pruning for HASH partitioned tables
David Rowley
2023-10-13
*
Fix incorrect step generation in HASH partition pruning
David Rowley
2023-10-12
*
Fix bug in GenericXLogFinish().
Jeff Davis
2023-10-10
*
Remove extra parenthesis from comment.
Etsuro Fujita
2023-10-06
*
Fix memory leak in Memoize code
David Rowley
2023-10-05
*
Avoid memory size overflow when allocating backend activity buffer
Michael Paquier
2023-10-03
*
Fail hard on out-of-memory failures in xlogreader.c
Michael Paquier
2023-10-03
*
Flush WAL stats in bgwriter
Heikki Linnakangas
2023-10-02
*
Fix datalen calculation in tsvectorrecv().
Tom Lane
2023-10-01
*
In COPY FROM, fail cleanly when unsupported encoding conversion is needed.
Tom Lane
2023-10-01
*
Fix briefly showing old progress stats for ANALYZE on inherited tables.
Heikki Linnakangas
2023-09-30
*
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-28
*
Fix checking of index expressions in CompareIndexInfo().
Tom Lane
2023-09-28
*
Add missing TidRangePath handling in print_path()
David Rowley
2023-09-29
*
Fix typo in src/backend/access/transam/README.
Etsuro Fujita
2023-09-28
*
Fix another bug in parent page splitting during GiST index build.
Heikki Linnakangas
2023-09-26
*
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
*
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 incorrect logic in plan dependency recording
David Rowley
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
*
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
*
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
*
Don't Memoize lateral joins with volatile join conditions
David Rowley
2023-08-07
[next]