Commit Graph

62168 Commits (5334620eef8f7b429594e6cf9dc97331eda2a8bd)
 

Author SHA1 Message Date
John Naylor 5334620eef Update GB18030 encoding from version 2000 to 2022 4 months ago
Amit Kapila e41d954da6 Fix LOCK_TIMEOUT handling during parallel apply. 4 months ago
Michael Paquier f83fe65f3f Fix compiler warnings in test_bitmapset 4 months ago
Robert Haas f2bae51dfd Keep track of what RTIs a Result node is scanning. 4 months ago
Daniel Gustafsson a48d1ef586 doc: Remove trailing whitespace in xref 4 months ago
Michael Paquier 00c3d87a5c Add a test module for Bitmapset 4 months ago
David Rowley 9fc7f6ab72 Fix various incorrect filename references 4 months ago
Richard Guo e3a0304eba Fix misleading comment in RangeTblEntry 4 months ago
Michael Paquier 293a3286d7 Fix meson build with -Duuid=ossp when using version older than 0.60 4 months ago
Daniel Gustafsson e1d917182c Add support for base64url encoding and decoding 4 months ago
Tom Lane 261f89a976 Track the maximum possible frequency of non-MCE array elements. 4 months ago
Tom Lane 1eccb93150 Re-allow using statistics for bool-valued functions in WHERE. 4 months ago
Nathan Bossart 18cdf5932a Fix obsolete references to postgres.h in comments. 4 months ago
David Rowley ac7c8e412c Improve wording in a few comments 4 months ago
Amit Kapila 5b148706c5 Add optional pid parameter to pg_replication_origin_session_setup(). 4 months ago
Amit Kapila 8aac5923a3 Improve few errdetail messages introduced in commit 0d48d393d4. 4 months ago
Michael Paquier deb208df45 Make XLogFlush() and XLogNeedsFlush() decision-making more consistent 4 months ago
Amit Langote 8741e48e5d Fix EPQ crash from missing partition pruning state in EState 4 months ago
Michael Paquier 3cd3a039da Document and check that PgStat_HashKey has no padding 4 months ago
Nathan Bossart 16607718c0 Add a test harness for the LWLock tranche code. 4 months ago
Nathan Bossart c3cc2ab87d Fix re-initialization of LWLock-related shared memory. 4 months ago
Fujii Masao 2e66cae935 pgbench: Remove unused argument from create_sql_command(). 4 months ago
Fujii Masao 45f50c995f pg_restore: Fix security label handling with --no-publications/subscriptions. 4 months ago
Andres Freund 0110e2ec5c Mark shared buffer lookup table HASH_FIXED_SIZE 4 months ago
Tom Lane b0cc0a71e0 Calculate agglevelsup correctly when Aggref contains a CTE. 4 months ago
Thomas Munro 0951942bba jit: Fix type used for Datum values in LLVM IR. 4 months ago
Michael Paquier 39f67d9b55 injection_points: Fix incrementation of variable-numbered stats 4 months ago
Michael Paquier 158c48303e Fix shared memory calculation size of PgAioCtl 4 months ago
David Rowley ac06ea8f7b Add missing EPQ recheck for TID Range Scan 4 months ago
David Rowley dee21ea6d6 Add missing EPQ recheck for TID Scan 4 months ago
Tom Lane e633fa6351 Add regression expected-files for older OpenSSL in FIPS mode. 4 months ago
Tom Lane 8abbbbae61 Revert "Avoid race condition between "GRANT role" and "DROP ROLE"". 4 months ago
Noah Misch c044b50d19 Fix pg_dump COMMENT dependency for separate domain constraints. 4 months ago
Tom Lane 83a5641945 Provide more-specific error details/hints for function lookup failures. 4 months ago
Tom Lane c7b0cb367d Add regression expected-files for older OpenSSL in FIPS mode. 4 months ago
Richard Guo b63a822452 Treat JsonConstructorExpr as non-strict 4 months ago
John Naylor cfa6cd2927 Generate GB18030 mappings from the Unicode Consortium's UCM file 4 months ago
Peter Eisentraut e56a601e06 Move pg_int64 back to postgres_ext.h 4 months ago
Fujii Masao 8e5b92928d pg_dump: Fix dumping of security labels on subscriptions and event triggers. 4 months ago
Amit Kapila 0f42206531 Fix intermittent BF failures in 035_conflicts. 4 months ago
Peter Eisentraut bce18ef3c6 Fix incorrect const qualifier 4 months ago
Fujii Masao 66dabc06b1 pg_restore: Fix comment handling with --no-policies. 4 months ago
Fujii Masao b54e8dbfe3 pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 4 months ago
Peter Geoghegan 7d9cd2df5f Teach nbtree to avoid evaluating row compare keys. 4 months ago
Peter Eisentraut ce71993ae4 Expand virtual generated columns in constraint expressions 4 months ago
Peter Eisentraut 9ec0b29976 CREATE STATISTICS: improve misleading error message 4 months ago
Peter Eisentraut 4bd9191298 Change fmgr.h typedefs to use original names 4 months ago
Peter Eisentraut dc41d7415f Remove hbaPort type 4 months ago
Peter Eisentraut d4d1fc527b Update various forward declarations to use typedef 4 months ago
Peter Eisentraut 70407d39b7 Improve ExplainState type handling in header files 4 months ago