Commit Graph

61810 Commits (a730ad855144d73a29a24cfdb00a5e0f954bdaec)
 

Author SHA1 Message Date
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
Nathan Bossart 8c0c868637 vacuumdb: Fix --missing-stats-only with virtual generated columns. 4 months ago
Heikki Linnakangas 5a26a3e4ee Revert unnecessary check for NULL 4 months ago
Heikki Linnakangas e7ff96853e libpq: Be strict about cancel key lengths 4 months ago
Heikki Linnakangas 8aa287c906 libpq: Handle OOM by disconnecting instead of hanging or skipping msgs 4 months ago
Heikki Linnakangas 27f20441c5 Revert GetTransactionSnapshot() to return historic snapshot during LR 4 months ago
Amit Kapila fc387141ea Doc: Fix typo in logicaldecoding.sgml. 4 months ago
Michael Paquier 86831952ad Ignore temporary relations in RelidByRelfilenumber() 4 months ago
Peter Eisentraut b942360f82 Use consistent type for pgaio_io_get_id() result 4 months ago
Michael Paquier 859444465f doc: Improve description of wal_compression 4 months ago
Tom Lane 906b68217a Fix re-execution of a failed SQLFunctionCache entry. 4 months ago
Michael Paquier ea1c6b0b0a Fix assertion failure with replication slot release in single-user mode 4 months ago