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
*
doc: correct reference to pg_relation in comment
Bruce Momjian
2023-09-26
*
MergeAttributes() and related variable renaming
Peter Eisentraut
2023-09-26
*
Clean up MergeCheckConstraint()
Peter Eisentraut
2023-09-26
*
Fix another bug in parent page splitting during GiST index build.
Heikki Linnakangas
2023-09-26
*
Add some const qualifiers
Peter Eisentraut
2023-09-26
*
Clean up MergeAttributesIntoExisting()
Peter Eisentraut
2023-09-26
*
Remove unused include
Peter Eisentraut
2023-09-26
*
Fix behavior of "force" in pgstat_report_wal()
Michael Paquier
2023-09-26
*
Fix edge-case for xl_tot_len broken by bae868ca.
Thomas Munro
2023-09-26
*
Add worker type to pg_stat_subscription.
Nathan Bossart
2023-09-25
*
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
*
Doc: improve cross-reference in Makefile comment.
Tom Lane
2023-09-25
*
Fix typo in numutils.c comments
Daniel Gustafsson
2023-09-25
*
Add GUC for temporarily disabling event triggers
Daniel Gustafsson
2023-09-25
*
Don't trust unvalidated xl_tot_len.
Thomas Munro
2023-09-23
*
Avoid potential pfree on NULL on OpenSSL errors
Daniel Gustafsson
2023-09-22
*
Simplify information schema check constraint deparsing
Peter Eisentraut
2023-09-22
*
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 typos in pgoutput.c
Michael Paquier
2023-09-20
*
Replace more MemSet calls with struct initialization
Peter Eisentraut
2023-09-19
*
Fix GiST README's explanation of the NSN cross-check.
Heikki Linnakangas
2023-09-19
*
Standardize type of extend_by counter
Peter Eisentraut
2023-09-19
*
Improve error message for snapshot import in snapmgr.c, take two
Michael Paquier
2023-09-19
*
Make binaryheap available to frontend code.
Nathan Bossart
2023-09-18
*
Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.
Tom Lane
2023-09-18
*
Fix information schema for catalogued not-null constraints
Peter Eisentraut
2023-09-18
*
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-09-15
*
Rename variable for code clarity
Daniel Gustafsson
2023-09-15
*
Remove unnecessary smgrimmedsync() when creating unlogged table.
Heikki Linnakangas
2023-09-15
*
Quote filenames in error messages
Daniel Gustafsson
2023-09-14
*
Fix indentation in SQL file
Peter Eisentraut
2023-09-14
*
Revert "Improve error message on snapshot import in snapmgr.c"
Michael Paquier
2023-09-14
*
Flush logical slots to disk during a shutdown checkpoint if required.
Amit Kapila
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
*
Remove redundant assignments in copyfrom.c
Michael Paquier
2023-09-09
*
Add JIT deform_counter
Daniel Gustafsson
2023-09-08
*
Teach WaitEventSetWait() to report multiple events on Windows.
Thomas Munro
2023-09-08
*
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-09-08
*
Improve BackendXidGetPid() to only access allProcs on matching XID
Michael Paquier
2023-09-08
*
Reorder tests in get_cheapest_path_for_pathkeys().
Robert Haas
2023-09-07
*
Move privilege check to the right place
Alvaro Herrera
2023-09-07
*
Update information_schema definition for not-null constraints
Alvaro Herrera
2023-09-07
*
Fix recovery conflict SIGUSR1 handling.
Thomas Munro
2023-09-07
[next]