aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* doc: correct reference to pg_relation in commentBruce Momjian2023-09-26
* MergeAttributes() and related variable renamingPeter Eisentraut2023-09-26
* Clean up MergeCheckConstraint()Peter Eisentraut2023-09-26
* Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas2023-09-26
* Add some const qualifiersPeter Eisentraut2023-09-26
* Clean up MergeAttributesIntoExisting()Peter Eisentraut2023-09-26
* Remove unused includePeter Eisentraut2023-09-26
* Fix behavior of "force" in pgstat_report_wal()Michael Paquier2023-09-26
* Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro2023-09-26
* Add worker type to pg_stat_subscription.Nathan Bossart2023-09-25
* Collect dependency information for parsed CallStmts.Tom Lane2023-09-25
* Limit to_tsvector_byid's initial array allocation to something sane.Tom Lane2023-09-25
* Doc: improve cross-reference in Makefile comment.Tom Lane2023-09-25
* Fix typo in numutils.c commentsDaniel Gustafsson2023-09-25
* Add GUC for temporarily disabling event triggersDaniel Gustafsson2023-09-25
* Don't trust unvalidated xl_tot_len.Thomas Munro2023-09-23
* Avoid potential pfree on NULL on OpenSSL errorsDaniel Gustafsson2023-09-22
* Simplify information schema check constraint deparsingPeter Eisentraut2023-09-22
* Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane2023-09-21
* Update comment about set_join_pathlist_hook().Etsuro Fujita2023-09-21
* Fix typos in pgoutput.cMichael Paquier2023-09-20
* Replace more MemSet calls with struct initializationPeter Eisentraut2023-09-19
* Fix GiST README's explanation of the NSN cross-check.Heikki Linnakangas2023-09-19
* Standardize type of extend_by counterPeter Eisentraut2023-09-19
* Improve error message for snapshot import in snapmgr.c, take twoMichael Paquier2023-09-19
* Make binaryheap available to frontend code.Nathan Bossart2023-09-18
* Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.Tom Lane2023-09-18
* Fix information schema for catalogued not-null constraintsPeter Eisentraut2023-09-18
* Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane2023-09-15
* Rename variable for code clarityDaniel Gustafsson2023-09-15
* Remove unnecessary smgrimmedsync() when creating unlogged table.Heikki Linnakangas2023-09-15
* Quote filenames in error messagesDaniel Gustafsson2023-09-14
* Fix indentation in SQL filePeter Eisentraut2023-09-14
* Revert "Improve error message on snapshot import in snapmgr.c"Michael Paquier2023-09-14
* Flush logical slots to disk during a shutdown checkpoint if required.Amit Kapila2023-09-14
* Fix tracking of temp table relation extensions as writesAndres Freund2023-09-13
* Improve error message on snapshot import in snapmgr.cMichael Paquier2023-09-14
* Refactor error messages for unsupported providers in pg_locale.cMichael Paquier2023-09-14
* Fix incorrect logic in plan dependency recordingDavid Rowley2023-09-14
* Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila2023-09-13
* Fix exception safety bug in typcache.c.Thomas Munro2023-09-13
* Remove redundant assignments in copyfrom.cMichael Paquier2023-09-09
* Add JIT deform_counterDaniel Gustafsson2023-09-08
* Teach WaitEventSetWait() to report multiple events on Windows.Thomas Munro2023-09-08
* Remove some more "snapshot too old" vestiges.Thomas Munro2023-09-08
* Improve BackendXidGetPid() to only access allProcs on matching XIDMichael Paquier2023-09-08
* Reorder tests in get_cheapest_path_for_pathkeys().Robert Haas2023-09-07
* Move privilege check to the right placeAlvaro Herrera2023-09-07
* Update information_schema definition for not-null constraintsAlvaro Herrera2023-09-07
* Fix recovery conflict SIGUSR1 handling.Thomas Munro2023-09-07