Commit Graph

62213 Commits (f5aabe6d58e08179cc656539c4bd0145525bf22f)
 

Author SHA1 Message Date
Peter Eisentraut f5aabe6d58 Revert "Make some use of anonymous unions [pgcrypto]" 3 months ago
Peter Eisentraut 8b7f27fef3 Make some use of anonymous unions [plpython] 3 months ago
Peter Eisentraut efcd5199d8 Make some use of anonymous unions [pgcrypto] 3 months ago
Peter Eisentraut 57d46dff9b Make some use of anonymous unions [reorderbuffer xact_time] 3 months ago
Peter Eisentraut 4b7e6c73b0 Make some use of anonymous unions [pg_locale_t] 3 months ago
Álvaro Herrera 3bf31dd243
Do a tiny bit of header file maintenance 3 months ago
Michael Paquier bb68cde413 Reorder XLogNeedsFlush() checks to be more consistent 3 months ago
Michael Paquier 3cc689f833 injection_points: Add proper locking when reporting fixed-variable stats 3 months ago
Tom Lane ef38a4d975 Add GROUP BY ALL. 3 months ago
David Rowley b91067c899 Remove unused parameter from find_window_run_conditions() 3 months ago
Noah Misch a95393ecdb Fix StatisticsObjIsVisibleExt() for pg_temp. 3 months ago
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