Commit Graph

62178 Commits (668de0430942829cc6085ab6ee99fd8080d21f0a)
 

Author SHA1 Message Date
Fujii Masao 668de04309 pgbench: Fix typo in documentation. 3 months ago
Fujii Masao b6290ea48e pgbench: Clarify documentation for \gset and \aset. 3 months ago
Fujii Masao 879c492480 vacuumdb: Do not run VACUUM (ONLY_DATABASE_STATS) when --analyze-only. 3 months ago
Melanie Plageman ae8ea7278c Correct prune WAL record opcode name in comment 3 months ago
Tom Lane aadbcc40bc Ensure guc_tables.o's dependency on guc_tables.inc.c is known. 3 months ago
Tom Lane 7ccbf6d8b5 Include pg_test_timing's full output in the TAP test log. 3 months ago
Fujii Masao 7fcb32ad02 Fix incorrect and inconsistent comments in tableam.h and heapam.c. 3 months ago
Peter Eisentraut a5b35fcedb Remove PointerIsValid() 3 months ago
Daniel Gustafsson 0fba25eb72 Fix incorrect option name in usage screen 3 months ago
Daniel Gustafsson 711ccce38f Consistently handle tab delimiters for wait event names 3 months ago
John Naylor 5334620eef Update GB18030 encoding from version 2000 to 2022 3 months ago
Amit Kapila e41d954da6 Fix LOCK_TIMEOUT handling during parallel apply. 3 months ago
Michael Paquier f83fe65f3f Fix compiler warnings in test_bitmapset 3 months ago
Robert Haas f2bae51dfd Keep track of what RTIs a Result node is scanning. 3 months ago
Daniel Gustafsson a48d1ef586 doc: Remove trailing whitespace in xref 3 months ago
Michael Paquier 00c3d87a5c Add a test module for Bitmapset 3 months ago
David Rowley 9fc7f6ab72 Fix various incorrect filename references 3 months ago
Richard Guo e3a0304eba Fix misleading comment in RangeTblEntry 3 months ago
Michael Paquier 293a3286d7 Fix meson build with -Duuid=ossp when using version older than 0.60 3 months ago
Daniel Gustafsson e1d917182c Add support for base64url encoding and decoding 3 months ago
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