Commit Graph

62253 Commits (8c49a484e8ebb0199fba4bd68eaaedaf49b48ed0)
 

Author SHA1 Message Date
Robert Haas 8c49a484e8 Assign each subquery a unique name prior to planning it. 2 months ago
Daniel Gustafsson 8c2d5d4f11 doc: Add missing parenthesis in pg_stat_progress_analyze docs 2 months ago
Álvaro Herrera c53775185d
Fix compile of src/tutorial/funcs.c 2 months ago
David Rowley 9c9d41af4d Teach planner to short-circuit EXCEPT/INTERSECT with dummy inputs 2 months ago
David Rowley 928df067d1 Fix incorrect targetlist in dummy UNIONs 2 months ago
Masahiko Sawada 771cfe22a0 Avoid unnecessary GinFormTuple() calls for incompressible posting lists. 2 months ago
Nathan Bossart ec8719ccbf Optimize hex_encode() and hex_decode() using SIMD. 2 months ago
Andrew Dunstan 5b5e8a29c1 Revert "Improve docs syntax checking" 2 months ago
Amit Kapila b93172ca59 Expose sequence page LSN via pg_get_sequence_data. 2 months ago
Michael Paquier 42c6b74d89 Add comment in ginxlog.h about block used with ginxlogInsertListPage 2 months ago
Michael Paquier 7072a8855e Remove block information from description of some WAL records for GIN 2 months ago
Michael Paquier a5b543258a Add stats_reset to pg_stat_all_{tables,indexes} and related views 2 months ago
Michael Paquier c173aaff98 Add test for pg_stat_reset_single_table_counters() on index 2 months ago
Michael Paquier 0c7f103028 Fix two comments in numeric.c 2 months ago
Tom Lane ea78bd6d5d Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. 2 months ago
Álvaro Herrera 1a8b5b11e4
Don't include access/htup_details.h in executor/tuptable.h 2 months ago
Álvaro Herrera 1b6f61bd89
Don't include execnodes.h in brin.h or gin.h 2 months ago
David Rowley 03d40e4b52 Teach UNION planner to remove dummy inputs 3 months ago
David Rowley 5092aae431 Use bms_add_members() instead of bms_union() when possible 3 months ago
Nathan Bossart f8f4afe751 Optimize vector8_has_le() on AArch64. 3 months ago
Nathan Bossart 74b41f5a77 Make some use of anonymous unions [DSM registry]. 3 months ago
David Rowley a69b55cd47 Tidy-up unneeded NULL parameter checks from SQL function 3 months ago
John Naylor 54ab748651 Fix reuse-after-free hazard in dead_items_reset 3 months ago
Richard Guo 605bfb7dbe Fix incorrect function reference in comment 3 months ago
Michael Paquier 902c08887a pgbench: Fail cleanly when finding a COPY result state 3 months ago
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