Commit Graph

62272 Commits (2a2e1b470b9b4e9c7d76bc227db02a2efbb57473)
 

Author SHA1 Message Date
Andres Freund 2a2e1b470b bufmgr: Fix signedness of mask variable in BufferSync() 3 months ago
Andres Freund 3c2b97b29e bufmgr: Introduce FlushUnlockedBuffer 3 months ago
Andres Freund 819dc118c0 Improve ReadRecentBuffer() scalability 3 months ago
Masahiko Sawada d3b6183dd9 Add mem_exceeded_count column to pg_stat_replication_slots. 3 months ago
Tom Lane 14ad0d7bf2 Cleanup NAN code in float.h, too. 3 months ago
Robert Haas 4685977cc5 Add extension_state member to PlannedStmt. 3 months ago
Robert Haas 94f3ad3961 Add planner_setup_hook and planner_shutdown_hook. 3 months ago
Robert Haas c83ac02ec7 Add ExplainState argument to pg_plan_query() and planner(). 3 months ago
Richard Guo 8e11859102 Implement Eager Aggregation 3 months ago
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