Commit Graph

62228 Commits (25a30bbd4235a49c854036c84fe90f2bc5a87652)
 

Author SHA1 Message Date
Tatsuo Ishii 25a30bbd42 Add IGNORE NULLS/RESPECT NULLS option to Window functions. 3 months ago
Daniel Gustafsson 381f5cffae Remove check for NULL in STRICT function 3 months ago
Daniel Gustafsson a1b064e4b2 Fixes for comments in test_bitmapset 3 months ago
Andrew Dunstan b292256272 Improve docs syntax checking 3 months ago
Daniel Gustafsson 482bc0705d doc: Improve wording for base64url definition 3 months ago
Michael Paquier 3f431109dc Remove useless pointer update in ginxlog.c 3 months ago
John Naylor 48566180ef Generate EUC_CN mappings from gb18030-2022.ucm 3 months ago
Michael Paquier 684a745f55 pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
Jacob Champion fd726b8379 test_json_parser: Speed up 002_inline.pl 3 months ago
Peter Eisentraut 3e908fb54f Fix compiler warnings around _CRT_glob 3 months ago
David Rowley 3a66158068 Minor fixups of test_bitmapset.c 3 months ago
Michael Paquier 9952f6c05a test_bitmapset: Simplify code of the module 3 months ago
Peter Eisentraut 8e2acda2b0 Rename pg_builtin_integer_constant_p to pg_integer_constant_p 3 months ago
Fujii Masao 19d4f9ffc2 pgbench: Fix error reporting in readCommandResponse(). 3 months ago
David Rowley 91df0465a6 Fix typo in pgstat_relation.c header comment 3 months ago
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