Commit Graph

61819 Commits (REL_18_STABLE)
 

Author SHA1 Message Date
Tom Lane bc865ff6d1 Fix memory leakage in nodeSubplan.c. 15 hours ago
Nathan Bossart 87ea6e9b66 meson: Build numeric.c with -ftree-vectorize. 18 hours ago
Peter Eisentraut 21fdc37d21 Fix CREATE TABLE LIKE with not-valid check constraint 23 hours ago
Jeff Davis a7024398b8 meson: build checksums with extra optimization flags. 1 day ago
Michael Paquier 039301b3fc Fix leak with SMgrRelations in startup process 2 days ago
Nathan Bossart a80b7a0547 Fix documentation for shmem_startup_hook. 2 days ago
Michael Paquier f256a7bba7 Fix corruption of pgstats shared hashtable due to OOM failures 3 days ago
Michael Paquier fbb8ae2aec Update parser README to include parse_jsontable.c 3 days ago
Dean Rasheed c70b6db34f Fix concurrent update issue with MERGE. 6 days ago
Michael Paquier a730ad8551 Fix outdated comments in slru.c 6 days ago
Dean Rasheed 311340f178 Fix replica identity check for MERGE. 7 days ago
Dean Rasheed 344662848a Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 1 week ago
Michael Paquier c91c61b241 Fix incorrect comment in pgstat_backend.c 1 week ago
Richard Guo ab4a35b4ea Fix planner error when estimating SubPlan cost 1 week ago
Amit Kapila 8df3d355db Fix use-after-free issue in slot synchronization. 1 week ago
Michael Paquier ae53537e21 libpq: Fix PQtrace() format for non-printable characters 1 week ago
Michael Paquier 399f7ce3da Update outdated references to the SLRU ControlLock 1 week ago
Tom Lane 6200622301 Stamp 18rc1. 1 week ago
Peter Eisentraut 83fa889459 Translation updates 1 week ago
Bruce Momjian e19c67d0fb doc PG 18 relnotes: adjust attribution for commit a252ed7fba 2 weeks ago
Bruce Momjian a252ed7fba doc PG 18 relnotes: add attribution and rewrite text search item 2 weeks ago
Bruce Momjian e1dacaac3b doc PG 18 relnotes: update to current 2 weeks ago
Daniel Gustafsson 8980c724b5 pg_dump: Fix compression API errorhandling 2 weeks ago
Tom Lane 0c97c72f3f Fix .gitignore for src/interfaces/libpq-oauth. 2 weeks ago
David Rowley 4aea558910 Fix possible use after free in expand_partitioned_rtentry() 2 weeks ago
Álvaro Herrera 3eea4dc2c7
CREATE STATISTICS: improve misleading error message 2 weeks ago
Peter Eisentraut d1073c3b4c doc PG 18 relnotes: Add migration note about tsearch 2 weeks ago
Richard Guo 58ea074f14 Fix semijoin unique-ification for child relations 2 weeks ago
Masahiko Sawada 514688656b Use LW_SHARED in walsummarizer.c for WALSummarizerLock lock where possible. 2 weeks ago
Tom Lane 3aee628370 Fix "variable not found in subplan target lists" in semijoin de-duplication. 2 weeks ago
Peter Eisentraut 663eecb5b6 Message style improvements 2 weeks ago
Andres Freund ce161b194e aio: Stop using enum bitfields due to bad code generation 2 weeks ago
Peter Eisentraut baf45ba053 Put back intra-grant-inplace.spec test coverage 2 weeks ago
Peter Eisentraut 118601a7e8 Improve objectNamesToOids() comment 2 weeks ago
Peter Eisentraut d07e2d4237 Fix: Don't strip $libdir from nested module_pathnames 2 weeks ago
Jeff Davis 08aa8f035c Check for more Unicode functions during upgrade. 2 weeks ago
Jacob Champion bf37808ef6 oauth: Explicitly depend on -pthread 2 weeks ago
Peter Eisentraut 952b5a4a95 Message style improvements 2 weeks ago
Nathan Bossart 6b34e21575 Document privileges required for vacuumdb --missing-stats-only. 2 weeks ago
Tom Lane 3a7a3eaaf9 Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
Tom Lane 44c2e5b76c Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 2 weeks ago
Alexander Korotkov 8951941fb8 Improve RowMark handling during Self-Join Elimination 2 weeks ago
Alexander Korotkov 8202b0e83d Refactor variable names in remove_self_joins_one_group() 2 weeks ago
Peter Eisentraut 9d115b9e11 Message wording improvements 2 weeks ago
Jacob Champion e76738e597 oauth: Always link with -lm for floor() 2 weeks ago
Noah Misch c6dca7c3dd Rewrite previous commit's test for TestUpgradeXversion compatibility. 3 weeks ago
Noah Misch 7652142f4c Sort DO_DEFAULT_ACL dump objects independent of OIDs. 3 weeks ago
Alexander Korotkov 2ce6abdf50 Revert "Get rid of WALBufMappingLock" 3 weeks ago
Nathan Bossart 8c0c868637 vacuumdb: Fix --missing-stats-only with virtual generated columns. 3 weeks ago
Heikki Linnakangas 5a26a3e4ee Revert unnecessary check for NULL 3 weeks ago