Commit Graph

62259 Commits (2273fa32bce7c1fb856c726d01d8cdaaba36f849)
 

Author SHA1 Message Date
Tatsuo Ishii 2273fa32bc Fix Coverity issues reported in commit 25a30bbd42. 2 months ago
David Rowley 3bf905692c Cleanup INFINITY code in float.h 2 months ago
Robert Haas 64095d1574 Remove PlannerInfo's join_search_private method. 2 months ago
Robert Haas 0132dddab3 Allow private state in certain planner data structures. 2 months ago
Tom Lane afd532c3a8 Adjust new TAP test to work on macOS. 2 months ago
Tom Lane 27da1a796f Improve psql's ability to select pager mode accurately. 2 months ago
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. 3 months ago
Álvaro Herrera 1a8b5b11e4
Don't include access/htup_details.h in executor/tuptable.h 3 months ago
Álvaro Herrera 1b6f61bd89
Don't include execnodes.h in brin.h or gin.h 3 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