Commit Graph

61821 Commits (a4e87604bcdfb6b877b16cc767b2ed15411c7342)
 

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