Commit Graph

57623 Commits (0870397ccfbdcf830e5fd75608415f7b5c3bc2e7)
 

Author SHA1 Message Date
Fujii Masao 0870397ccf pg_restore: Fix security label handling with --no-publications/subscriptions. 4 months ago
Tom Lane 7df74e635e Calculate agglevelsup correctly when Aggref contains a CTE. 4 months ago
David Rowley ba0203880a Add missing EPQ recheck for TID Range Scan 4 months ago
David Rowley d6539f88b7 Add missing EPQ recheck for TID Scan 4 months ago
Noah Misch 3cf328eca8 Fix pg_dump COMMENT dependency for separate domain constraints. 4 months ago
Richard Guo 62397bb189 Treat JsonConstructorExpr as non-strict 4 months ago
Fujii Masao 20b23784fc pg_dump: Fix dumping of security labels on subscriptions and event triggers. 4 months ago
Fujii Masao 97527a5e68 pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 4 months ago
Peter Eisentraut f30c04682c CREATE STATISTICS: improve misleading error message 4 months ago
Peter Eisentraut 2670881afd jit: fix build with LLVM-21 4 months ago
Tom Lane 281ad4ed11 Amend recent fix for SIMILAR TO regex conversion. 4 months ago
Tom Lane f6c8e7824c Fix oversights in pg_event_trigger_dropped_objects() fixes. 4 months ago
Peter Eisentraut 385c5dfe24 Silence compiler warnings on clang 21 4 months ago
Tom Lane 8856f1acc9 Report the correct is_temporary flag for column defaults. 4 months ago
Michael Paquier 2915a8f8f2 Fix description of WAL record blocks in hash_xlog.h 4 months ago
Michael Paquier 93b6b46633 Fix incorrect file reference in guc.h 4 months ago
Tom Lane e1da9c0721 Fix memory leakage in nodeSubplan.c. 4 months ago
Nathan Bossart 509c779293 meson: Build numeric.c with -ftree-vectorize. 4 months ago
Jeff Davis 2de24ca6ca meson: build checksums with extra optimization flags. 4 months ago
Michael Paquier 12f57681c7 Fix corruption of pgstats shared hashtable due to OOM failures 4 months ago
Dean Rasheed 21a61b87f4 Fix concurrent update issue with MERGE. 4 months ago
Dean Rasheed d37694b974 Fix compiler error introduced by 5386bfb9c1. 4 months ago
Dean Rasheed 421d7a1579 Fix replica identity check for MERGE. 4 months ago
Dean Rasheed 0c4d5a45db Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 4 months ago
Richard Guo 79ade58732 Fix planner error when estimating SubPlan cost 4 months ago
Michael Paquier 701a0bd56a libpq: Fix PQtrace() format for non-printable characters 4 months ago
Daniel Gustafsson ec017a305b pg_dump: Fix compression API errorhandling 4 months ago
David Rowley f0fe1da509 Fix possible use after free in expand_partitioned_rtentry() 4 months ago
Álvaro Herrera d84a6c3dad
CREATE STATISTICS: improve misleading error message 4 months ago
Tom Lane d532069c39 Put "excludeOnly" GIN scan keys at the end of the scankey array. 4 months ago
Tom Lane 25eadfd0fe Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 4 months ago
Noah Misch 412d29fd21 Rewrite previous commit's test for TestUpgradeXversion compatibility. 5 months ago
Noah Misch e68fa9a830 Sort DO_DEFAULT_ACL dump objects independent of OIDs. 5 months ago
Michael Paquier ab874faaa1 Ignore temporary relations in RelidByRelfilenumber() 5 months ago
Michael Paquier d16ed88f04 doc: Improve description of wal_compression 5 months ago
Michael Paquier fea1cc3f75 Fix assertion failure with replication slot release in single-user mode 5 months ago
Masahiko Sawada 815fcfb206 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 5 months ago
Amit Kapila 7ece761290 Fix self-deadlock during DROP SUBSCRIPTION. 5 months ago
Etsuro Fujita eb13f3d2e0 Update obsolete comments in ResultRelInfo struct. 5 months ago
Peter Eisentraut 1d5205d88b Fix git whitespace warning 5 months ago
David Rowley d809494cdf Fix invalid format string in HASH_DEBUG code 5 months ago
Andres Freund 4900179e9c ci: Simplify ci-os-only handling 5 months ago
Andres Freund 965d0a0b8b ci: Per-repo configuration for manually trigger tasks 5 months ago
Michael Paquier 791506f59e Fix compilation warning with SerializeClientConnectionInfo() 5 months ago
Andres Freund c42f2bdcdf ci: windows: Stop using DEBUG:FASTLINK 5 months ago
Tom Lane e67d5f7baa Don't treat EINVAL from semget() as a hard failure. 5 months ago
Michael Paquier 327bd6111a postgres_fdw: Fix tests with ANALYZE and remote sampling 5 months ago
Tom Lane c13dd7d50f Stamp 16.10. 5 months ago
Tom Lane 18d01671ef Last-minute updates for release notes. 5 months ago
Nathan Bossart 7ad8e79098 Restrict psql meta-commands in plain-text dumps. 5 months ago