Commit Graph

61826 Commits (e457312c0d19b3d4e60f44f7260280a2788c1503)
 

Author SHA1 Message Date
Peter Geoghegan e457312c0d Always commute strategy when preprocessing DESC keys. 2 days ago
Andres Freund 3c0018a6f4 ci: openbsd: Increase RAM disk's size 2 days ago
Peter Eisentraut 14bb47567a Silence compiler warnings on clang 21 2 days ago
Tom Lane 3c02c46521 Report the correct is_temporary flag for column defaults. 2 days ago
Peter Eisentraut 3e43a7b1ab Remove stray semicolon at global scope 3 days ago
Michael Paquier a4e87604bc Fix description of WAL record blocks in hash_xlog.h 3 days ago
Michael Paquier e9682da594 Fix incorrect file reference in guc.h 3 days ago
Tom Lane bc865ff6d1 Fix memory leakage in nodeSubplan.c. 3 days ago
Nathan Bossart 87ea6e9b66 meson: Build numeric.c with -ftree-vectorize. 4 days ago
Peter Eisentraut 21fdc37d21 Fix CREATE TABLE LIKE with not-valid check constraint 4 days ago
Jeff Davis a7024398b8 meson: build checksums with extra optimization flags. 4 days ago
Michael Paquier 039301b3fc Fix leak with SMgrRelations in startup process 4 days ago
Nathan Bossart a80b7a0547 Fix documentation for shmem_startup_hook. 5 days ago
Michael Paquier f256a7bba7 Fix corruption of pgstats shared hashtable due to OOM failures 6 days ago
Michael Paquier fbb8ae2aec Update parser README to include parse_jsontable.c 6 days ago
Dean Rasheed c70b6db34f Fix concurrent update issue with MERGE. 1 week ago
Michael Paquier a730ad8551 Fix outdated comments in slru.c 1 week ago
Dean Rasheed 311340f178 Fix replica identity check for MERGE. 1 week 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 2 weeks ago
Amit Kapila 8df3d355db Fix use-after-free issue in slot synchronization. 2 weeks ago
Michael Paquier ae53537e21 libpq: Fix PQtrace() format for non-printable characters 2 weeks ago
Michael Paquier 399f7ce3da Update outdated references to the SLRU ControlLock 2 weeks ago
Tom Lane 6200622301 Stamp 18rc1. 2 weeks ago
Peter Eisentraut 83fa889459 Translation updates 2 weeks 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 3 weeks ago
Peter Eisentraut 118601a7e8 Improve objectNamesToOids() comment 3 weeks ago
Peter Eisentraut d07e2d4237 Fix: Don't strip $libdir from nested module_pathnames 3 weeks ago
Jeff Davis 08aa8f035c Check for more Unicode functions during upgrade. 3 weeks ago
Jacob Champion bf37808ef6 oauth: Explicitly depend on -pthread 3 weeks ago
Peter Eisentraut 952b5a4a95 Message style improvements 3 weeks ago
Nathan Bossart 6b34e21575 Document privileges required for vacuumdb --missing-stats-only. 3 weeks ago
Tom Lane 3a7a3eaaf9 Put "excludeOnly" GIN scan keys at the end of the scankey array. 3 weeks ago
Tom Lane 44c2e5b76c Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 3 weeks ago
Alexander Korotkov 8951941fb8 Improve RowMark handling during Self-Join Elimination 3 weeks ago
Alexander Korotkov 8202b0e83d Refactor variable names in remove_self_joins_one_group() 3 weeks ago