Commit Graph

62302 Commits (add323da40a6bf9e01cdda510e32ea924c89cd1a)
 

Author SHA1 Message Date
Melanie Plageman add323da40 Eliminate XLOG_HEAP2_VISIBLE from vacuum phase III 2 months ago
Tom Lane 03bf7a12c5 Fix incorrect message-printing in win32security.c. 2 months ago
David Rowley 615a0fc2f1 Doc: clarify n_distinct_inherited setting 2 months ago
Tom Lane 1f8062dd96 Fix serious performance problems in LZ4Stream_read_internal. 2 months ago
Tom Lane fe8192a95e Fix poor buffering logic in pg_dump's lz4 and zstd compression code. 2 months ago
Tom Lane a239c4a0c2 Fix issue with reading zero bytes in Gzip_read. 2 months ago
Magnus Hagander d3ba50db48 docs: Fix protocol version 3.2 message format of CancelRequest 2 months ago
Magnus Hagander e062af861b Remove extra semicolon in example 2 months ago
Peter Geoghegan 7a662a46eb Remove unused nbtree array advancement variable. 2 months ago
Tom Lane 26d1cd375f Restore test coverage of LZ4Stream_gets(). 2 months ago
Álvaro Herrera 3231fd0455
Stop creating constraints during DETACH CONCURRENTLY 2 months ago
Álvaro Herrera ff47f9c16c
dbase_redo: Fix Valgrind-reported memory leak 2 months ago
Peter Geoghegan 843e50208a Remove overzealous _bt_killitems assertion. 2 months ago
Michael Paquier 3a36543d7d Fix two typos in xlogstats.h and xlogstats.c 2 months ago
Michael Paquier 912af1c7e9 Remove state.tmp when failing to save a replication slot 2 months ago
Andres Freund c819d1017d bufmgr: Fix valgrind checking for buffers pinned in StrategyGetBuffer() 2 months ago
Michael Paquier 9d46b86529 test_bitmapset: Improve random function 2 months ago
Melanie Plageman d96f87332b Eliminate COPY FREEZE use of XLOG_HEAP2_VISIBLE 2 months ago
David Rowley 1b073cba49 Cleanup VACUUM option processing error messages 2 months ago
Tom Lane 89d57c1fb3 Clean up memory leakage that occurs in context callback functions. 2 months ago
Masahiko Sawada b46efe9048 Fix access-to-already-freed-memory issue in pgoutput. 2 months ago
Tom Lane 71540dcdcb Avoid uninitialized-variable warnings from older compilers. 2 months ago
Richard Guo 36fd8bde1b Fix comment in eager_aggregate.sql 2 months ago
Richard Guo f997d777ad Remove unnecessary include of "utils/fmgroids.h" 2 months ago
Michael Paquier 8d02f49696 Remove duplicated log related to slot creation in pg_createsubscriber 2 months ago
Amit Kapila 96b3784973 Add "ALL SEQUENCES" support to publications. 2 months ago
Amit Langote ef5e60a9d3 Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions 2 months ago
David Rowley a5a68dd6d5 Make truncate_useless_pathkeys() consider WindowFuncs 2 months ago
Andres Freund 5e89985928 bufmgr: Don't lock buffer header in StrategyGetBuffer() 2 months ago
Andres Freund 3baae90013 bufmgr: fewer calls to BufferDescriptorGetContentLock 2 months ago
Andres Freund 2a2e1b470b bufmgr: Fix signedness of mask variable in BufferSync() 2 months ago
Andres Freund 3c2b97b29e bufmgr: Introduce FlushUnlockedBuffer 2 months ago
Andres Freund 819dc118c0 Improve ReadRecentBuffer() scalability 2 months ago
Masahiko Sawada d3b6183dd9 Add mem_exceeded_count column to pg_stat_replication_slots. 2 months ago
Tom Lane 14ad0d7bf2 Cleanup NAN code in float.h, too. 2 months ago
Robert Haas 4685977cc5 Add extension_state member to PlannedStmt. 2 months ago
Robert Haas 94f3ad3961 Add planner_setup_hook and planner_shutdown_hook. 2 months ago
Robert Haas c83ac02ec7 Add ExplainState argument to pg_plan_query() and planner(). 2 months ago
Richard Guo 8e11859102 Implement Eager Aggregation 2 months ago
Richard Guo 185e304263 Allow negative aggtransspace to indicate unbounded state size 2 months ago
Michael Paquier 138da727a1 Improve description of some WAL records for GIN 2 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