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 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
*
Fix tracking of temp table relation extensions as writes
Andres Freund
2023-09-13
*
Improve error message on snapshot import in snapmgr.c
Michael Paquier
2023-09-14
*
Refactor error messages for unsupported providers in pg_locale.c
Michael Paquier
2023-09-14
*
Fix incorrect logic in plan dependency recording
David Rowley
2023-09-14
*
Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.
Amit Kapila
2023-09-13
*
Fix exception safety bug in typcache.c.
Thomas Munro
2023-09-13
*
Translation updates
Alvaro Herrera
2023-09-11
*
Translation updates
Peter Eisentraut
2023-09-06
*
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
*
Report syncscan position at end of scan.
Heikki Linnakangas
2023-08-31
*
Use actual backend IDs in pg_stat_get_backend_subxact().
Nathan Bossart
2023-08-30
*
Rename some support functions for pgstat* views.
Nathan Bossart
2023-08-30
*
Avoid possible overflow with ltsGetFreeBlock() in logtape.c
Michael Paquier
2023-08-30
*
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-29
*
Initialize ListenSocket array earlier.
Heikki Linnakangas
2023-08-29
*
Translation updates
Peter Eisentraut
2023-08-28
*
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
*
Fix lack of message pluralization
Peter Eisentraut
2023-08-24
*
Rename hook functions for debug_io_direct to match variable name.
Peter Eisentraut
2023-08-24
*
Fix the error message when failing to restore the snapshot.
Amit Kapila
2023-08-24
*
Fix translation markers
Peter Eisentraut
2023-08-24
*
Fix _bt_allequalimage() call within critical section.
Heikki Linnakangas
2023-08-23
*
Use the buffer cache when initializing an unlogged index.
Heikki Linnakangas
2023-08-23
*
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-23
*
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
*
Remove dubious warning message from SQL/JSON functions
Peter Eisentraut
2023-08-18
*
Invalidate smgr_targblock in smgrrelease().
Thomas Munro
2023-08-17
*
Unify some error messages
Peter Eisentraut
2023-08-16
*
Improved CREATE SUBSCRIPTION message for clarity
Peter Eisentraut
2023-08-16
*
De-pessimize ConditionVariableCancelSleep().
Thomas Munro
2023-08-15
*
hio: Take number of prior relation extensions into account
Andres Freund
2023-08-14
*
Fix off-by-one in XLogRecordMaxSize check.
Noah Misch
2023-08-12
*
Document RelationGetIndexAttrBitmap better
Alvaro Herrera
2023-08-10
*
Recalculate search_path after ALTER ROLE.
Jeff Davis
2023-08-09
*
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
*
Fix ReorderBufferCheckMemoryLimit() comment.
Masahiko Sawada
2023-08-02
*
Fix performance regression in pg_strtointNN_safe functions
David Rowley
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]