index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix assertion failure with PL/Python exceptions
Michael Paquier
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
*
Skip psql's TAP test for query cancellation entirely on Windows
Michael Paquier
2023-09-13
*
Fix uninitialized access to InitialRunningXacts during decoding after ERROR.
Amit Kapila
2023-09-12
*
doc: remove mention of backslash doubling in strings
Bruce Momjian
2023-09-08
*
Stabilize subscription stats test.
Masahiko Sawada
2023-09-08
*
doc: Extend documentation of PG_TEST_EXTRA
Daniel Gustafsson
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
*
doc: mention that to_char() values are rounded
Bruce Momjian
2023-09-06
*
doc: mention libpq regression tests
Bruce Momjian
2023-09-05
*
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
*
postgres_fdw: Fix test for parameterized foreign scan.
Etsuro Fujita
2023-08-30
*
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
*
ci: Prepare to make compute resources for CI configurable
Andres Freund
2023-08-23
*
ci: Use VMs for SanityCheck and CompilerWarnings
Andres Freund
2023-08-23
*
ci: Move execution method of tasks into yaml templates
Andres Freund
2023-08-23
*
ci: Don't specify amount of memory
Andres Freund
2023-08-23
*
doc: Replace list of drivers and PLs with wiki link
Daniel Gustafsson
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
*
Stamp 15.4.
REL_15_4
Tom Lane
2023-08-07
*
Last-minute updates for release notes.
Tom Lane
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
*
Release notes for 15.4, 14.9, 13.12, 12.16, 11.21.
Tom Lane
2023-08-05
*
Doc: update documentation for creating custom scan paths.
Etsuro Fujita
2023-08-03
*
Update comments on CustomPath struct.
Etsuro Fujita
2023-08-03
*
First-draft release notes for 15.4.
Tom Lane
2023-08-02
*
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
[next]