aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix assertion failure with PL/Python exceptionsMichael Paquier2023-09-19
* Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.Tom Lane2023-09-18
* Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane2023-09-15
* Revert "Improve error message on snapshot import in snapmgr.c"Michael Paquier2023-09-14
* Improve error message on snapshot import in snapmgr.cMichael Paquier2023-09-14
* Fix incorrect logic in plan dependency recordingDavid Rowley2023-09-14
* Fix exception safety bug in typcache.c.Thomas Munro2023-09-13
* Skip psql's TAP test for query cancellation entirely on WindowsMichael Paquier2023-09-13
* Fix uninitialized access to InitialRunningXacts during decoding after ERROR.Amit Kapila2023-09-12
* doc: remove mention of backslash doubling in stringsBruce Momjian2023-09-08
* Stabilize subscription stats test.Masahiko Sawada2023-09-08
* doc: Extend documentation of PG_TEST_EXTRADaniel Gustafsson2023-09-08
* pg_basebackup: Generate valid temporary slot names under PQbackendPID()Michael Paquier2023-09-07
* Disable 031_recovery_conflict.pl in 15 and 16.Thomas Munro2023-09-07
* doc: mention that to_char() values are roundedBruce Momjian2023-09-06
* doc: mention libpq regression testsBruce Momjian2023-09-05
* Unify gratuitously different error messagesPeter Eisentraut2023-09-05
* Fix out-of-bound read in gtsvector_picksplit()Michael Paquier2023-09-04
* Fix handling of shared statistics with dropped databasesMichael Paquier2023-09-04
* postgres_fdw: Fix test for parameterized foreign scan.Etsuro Fujita2023-08-30
* Avoid possible overflow with ltsGetFreeBlock() in logtape.cMichael Paquier2023-08-30
* Initialize ListenSocket array earlier.Heikki Linnakangas2023-08-29
* Avoid unnecessary plancache revalidation of utility statements.Tom Lane2023-08-24
* Update DECLARE_INDEX documentationPeter Eisentraut2023-08-24
* ci: Make compute resources for CI configurableAndres Freund2023-08-23
* ci: Prepare to make compute resources for CI configurableAndres Freund2023-08-23
* ci: Use VMs for SanityCheck and CompilerWarningsAndres Freund2023-08-23
* ci: Move execution method of tasks into yaml templatesAndres Freund2023-08-23
* ci: Don't specify amount of memoryAndres Freund2023-08-23
* doc: Replace list of drivers and PLs with wiki linkDaniel Gustafsson2023-08-23
* Fix pg_dump assertion failure when dumping pg_catalog.Jeff Davis2023-08-22
* Cache by-reference missing values in a long lived contextAndrew Dunstan2023-08-22
* Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier2023-08-21
* ci: macos: use cached macports installAndres Freund2023-08-19
* Invalidate smgr_targblock in smgrrelease().Thomas Munro2023-08-17
* Remove test from commit fa2e874946.Jeff Davis2023-08-10
* Recalculate search_path after ALTER ROLE.Jeff Davis2023-08-07
* Stamp 15.4.REL_15_4Tom Lane2023-08-07
* Last-minute updates for release notes.Tom Lane2023-08-07
* Reject substituting extension schemas or owners matching ["$'\].Noah Misch2023-08-07
* Translation updatesPeter Eisentraut2023-08-07
* Don't Memoize lateral joins with volatile join conditionsDavid Rowley2023-08-07
* Fix RLS policy usage in MERGE.Dean Rasheed2023-08-07
* Release notes for 15.4, 14.9, 13.12, 12.16, 11.21.Tom Lane2023-08-05
* Doc: update documentation for creating custom scan paths.Etsuro Fujita2023-08-03
* Update comments on CustomPath struct.Etsuro Fujita2023-08-03
* First-draft release notes for 15.4.Tom Lane2023-08-02
* Fix ReorderBufferCheckMemoryLimit() comment.Masahiko Sawada2023-08-02
* Fix overly strict Assert in jsonpath codeDavid Rowley2023-08-02
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28