Commit Graph

62263 Commits (185e304263347d0979832f7a08a812872d136b18)
 

Author SHA1 Message Date
Richard Guo 185e304263 Allow negative aggtransspace to indicate unbounded state size 3 months ago
Michael Paquier 138da727a1 Improve description of some WAL records for GIN 3 months ago
Michael Paquier b71bae41a0 Add stats_reset to pg_stat_user_functions 3 months ago
Amit Kapila 035b09131d Fix typo in function header comment. 3 months ago
Tatsuo Ishii 2273fa32bc Fix Coverity issues reported in commit 25a30bbd42. 3 months ago
David Rowley 3bf905692c Cleanup INFINITY code in float.h 3 months ago
Robert Haas 64095d1574 Remove PlannerInfo's join_search_private method. 3 months ago
Robert Haas 0132dddab3 Allow private state in certain planner data structures. 3 months ago
Tom Lane afd532c3a8 Adjust new TAP test to work on macOS. 3 months ago
Tom Lane 27da1a796f Improve psql's ability to select pager mode accurately. 3 months ago
Robert Haas 8c49a484e8 Assign each subquery a unique name prior to planning it. 3 months ago
Daniel Gustafsson 8c2d5d4f11 doc: Add missing parenthesis in pg_stat_progress_analyze docs 3 months ago
Álvaro Herrera c53775185d
Fix compile of src/tutorial/funcs.c 3 months ago
David Rowley 9c9d41af4d Teach planner to short-circuit EXCEPT/INTERSECT with dummy inputs 3 months ago
David Rowley 928df067d1 Fix incorrect targetlist in dummy UNIONs 3 months ago
Masahiko Sawada 771cfe22a0 Avoid unnecessary GinFormTuple() calls for incompressible posting lists. 3 months ago
Nathan Bossart ec8719ccbf Optimize hex_encode() and hex_decode() using SIMD. 3 months ago
Andrew Dunstan 5b5e8a29c1 Revert "Improve docs syntax checking" 3 months ago
Amit Kapila b93172ca59 Expose sequence page LSN via pg_get_sequence_data. 3 months ago
Michael Paquier 42c6b74d89 Add comment in ginxlog.h about block used with ginxlogInsertListPage 3 months ago
Michael Paquier 7072a8855e Remove block information from description of some WAL records for GIN 3 months ago
Michael Paquier a5b543258a Add stats_reset to pg_stat_all_{tables,indexes} and related views 3 months ago
Michael Paquier c173aaff98 Add test for pg_stat_reset_single_table_counters() on index 3 months ago
Michael Paquier 0c7f103028 Fix two comments in numeric.c 3 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