Commit Graph

62302 Commits (add323da40a6bf9e01cdda510e32ea924c89cd1a)
 

Author SHA1 Message Date
Michael Paquier 5668fff3c5 test_bitmapset: Expand more the test coverage 3 months ago
David Rowley 2cb49c609b Improve planner's width estimates for set operations 3 months ago
Michael Paquier acf0960c23 injection_points: Enable entry count in its variable-sized stats 3 months ago
Michael Paquier 7bd2975fa9 Add support for tracking of entry count in pgstats 3 months ago
Tom Lane b0fb2c6aa5 Refactor to avoid code duplication in transformPLAssignStmt. 3 months ago
Tom Lane 7504d2be9e Fix missed copying of groupDistinct in transformPLAssignStmt. 3 months ago
David Rowley 59c2f03d1e Teach MSVC that elog/ereport ERROR doesn't return 3 months ago
Masahiko Sawada 66cdef4425 Remove unused for_all_tables field from AlterPublicationStmt. 3 months ago
Álvaro Herrera c4067383cb
Split vacuumdb to create vacuuming.c/h 3 months ago
Álvaro Herrera dbf8cfb4f0
Create a separate file listing backend types 3 months ago
Fujii Masao 8bb174295e pgbench: Fix assertion failure with retriable errors in pipeline mode. 3 months ago
Michael Paquier 85e0ff62b6 Improve stability of btree page split on ERRORs 3 months ago
David Rowley 3760d278dc Fix misleading comment in pg_get_statisticsobjdef_string() 3 months ago
David Rowley 4be9024d57 Remove unused parameter from check_and_push_window_quals 3 months ago
Masahiko Sawada 76418a0b67 psql: Add COMPLETE_WITH_FILES and COMPLETE_WITH_GENERATOR macros. 3 months ago
Tom Lane 02c4bc8830 Try to avoid floating-point roundoff error in pg_sleep(). 3 months ago
Tom Lane e849bd551c Add minimal sleep to stats isolation test functions. 3 months ago
Robert Haas 803ef0ed49 Fix array allocation bugs in SetExplainExtensionState. 3 months ago
Tom Lane 507aa16125 Doc: clean up documentation for new UUID functions. 3 months ago
Tom Lane 170a8a3f46 Teach doc/src/sgml/Makefile about the new func/*.sgml files. 3 months ago
Daniel Gustafsson 0b3ce7878a Remove preprocessor guards from injection points 3 months ago
Daniel Gustafsson d8f07dbb81 Fix comments in recovery tests 3 months ago
Álvaro Herrera 7e638d7f50
Don't include execnodes.h in replication/conflict.h 3 months ago
Álvaro Herrera 81fc3e28e3
Update some more forward declarations to use typedef 3 months ago
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