Commit Graph

62158 Commits (261f89a976bf3dbf25e43bab9983fdd28f20b49b)
 

Author SHA1 Message Date
Tom Lane 261f89a976 Track the maximum possible frequency of non-MCE array elements. 3 months ago
Tom Lane 1eccb93150 Re-allow using statistics for bool-valued functions in WHERE. 3 months ago
Nathan Bossart 18cdf5932a Fix obsolete references to postgres.h in comments. 3 months ago
David Rowley ac7c8e412c Improve wording in a few comments 3 months ago
Amit Kapila 5b148706c5 Add optional pid parameter to pg_replication_origin_session_setup(). 3 months ago
Amit Kapila 8aac5923a3 Improve few errdetail messages introduced in commit 0d48d393d4. 3 months ago
Michael Paquier deb208df45 Make XLogFlush() and XLogNeedsFlush() decision-making more consistent 3 months ago
Amit Langote 8741e48e5d Fix EPQ crash from missing partition pruning state in EState 3 months ago
Michael Paquier 3cd3a039da Document and check that PgStat_HashKey has no padding 3 months ago
Nathan Bossart 16607718c0 Add a test harness for the LWLock tranche code. 3 months ago
Nathan Bossart c3cc2ab87d Fix re-initialization of LWLock-related shared memory. 3 months ago
Fujii Masao 2e66cae935 pgbench: Remove unused argument from create_sql_command(). 3 months ago
Fujii Masao 45f50c995f pg_restore: Fix security label handling with --no-publications/subscriptions. 3 months ago
Andres Freund 0110e2ec5c Mark shared buffer lookup table HASH_FIXED_SIZE 3 months ago
Tom Lane b0cc0a71e0 Calculate agglevelsup correctly when Aggref contains a CTE. 3 months ago
Thomas Munro 0951942bba jit: Fix type used for Datum values in LLVM IR. 3 months ago
Michael Paquier 39f67d9b55 injection_points: Fix incrementation of variable-numbered stats 3 months ago
Michael Paquier 158c48303e Fix shared memory calculation size of PgAioCtl 3 months ago
David Rowley ac06ea8f7b Add missing EPQ recheck for TID Range Scan 3 months ago
David Rowley dee21ea6d6 Add missing EPQ recheck for TID Scan 3 months ago
Tom Lane e633fa6351 Add regression expected-files for older OpenSSL in FIPS mode. 3 months ago
Tom Lane 8abbbbae61 Revert "Avoid race condition between "GRANT role" and "DROP ROLE"". 3 months ago
Noah Misch c044b50d19 Fix pg_dump COMMENT dependency for separate domain constraints. 3 months ago
Tom Lane 83a5641945 Provide more-specific error details/hints for function lookup failures. 3 months ago
Tom Lane c7b0cb367d Add regression expected-files for older OpenSSL in FIPS mode. 3 months ago
Richard Guo b63a822452 Treat JsonConstructorExpr as non-strict 3 months ago
John Naylor cfa6cd2927 Generate GB18030 mappings from the Unicode Consortium's UCM file 3 months ago
Peter Eisentraut e56a601e06 Move pg_int64 back to postgres_ext.h 3 months ago
Fujii Masao 8e5b92928d pg_dump: Fix dumping of security labels on subscriptions and event triggers. 3 months ago
Amit Kapila 0f42206531 Fix intermittent BF failures in 035_conflicts. 3 months ago
Peter Eisentraut bce18ef3c6 Fix incorrect const qualifier 3 months ago
Fujii Masao 66dabc06b1 pg_restore: Fix comment handling with --no-policies. 3 months ago
Fujii Masao b54e8dbfe3 pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 3 months ago
Peter Geoghegan 7d9cd2df5f Teach nbtree to avoid evaluating row compare keys. 3 months ago
Peter Eisentraut ce71993ae4 Expand virtual generated columns in constraint expressions 3 months ago
Peter Eisentraut 9ec0b29976 CREATE STATISTICS: improve misleading error message 3 months ago
Peter Eisentraut 4bd9191298 Change fmgr.h typedefs to use original names 3 months ago
Peter Eisentraut dc41d7415f Remove hbaPort type 3 months ago
Peter Eisentraut d4d1fc527b Update various forward declarations to use typedef 3 months ago
Peter Eisentraut 70407d39b7 Improve ExplainState type handling in header files 3 months ago
Peter Eisentraut 1e3b5edb8e Remove workarounds against repeat typedefs 3 months ago
Amit Kapila 0d48d393d4 Resume conflict-relevant data retention automatically. 3 months ago
Peter Eisentraut 282d0bdee6 jit: fix build with LLVM-21 3 months ago
Peter Eisentraut 748caa9dcb Some stylistic improvements in toast_save_datum() 3 months ago
Peter Eisentraut bf5da5d6ca Hide duplicate names from extension views 3 months ago
Peter Geoghegan 454c046094 nbtree: Always set skipScan flag on rescan. 3 months ago
Tom Lane cdf7feb965 Amend recent fix for SIMILAR TO regex conversion. 3 months ago
Nathan Bossart 95bdc67228 Add commit 7e9c216b52 to .git-blame-ignore-revs. 3 months ago
Nathan Bossart 7e9c216b52 Re-pgindent nbtpreprocesskeys.c after commit 796962922e. 3 months ago
Alexander Korotkov f6edf403a9 Specify locale provider for pg_regress --no-locale 3 months ago