Commit Graph

5051 Commits (58dad7f349b3fdbadda6bead21d596a448db1950)

Author SHA1 Message Date
Peter Eisentraut 493eb0da31 Replace most StaticAssertStmt() with StaticAssertDecl() 2 weeks ago
Michael Paquier 4f7dacc5b8 Use palloc_object() and palloc_array(), the last change 2 weeks ago
Michael Paquier 3f83de20ba pg_buffercache: Fix memory allocation formula 2 weeks ago
Peter Eisentraut 2268f2b91b Remove useless casts in format arguments 3 weeks ago
Peter Eisentraut 907caf5c39 Clean up int64-related format strings 3 weeks ago
Tom Lane 0986e95161 Revise APIs for pushJsonbValue() and associated routines. 3 weeks ago
Michael Paquier 31d3847a37 Use more palloc_object() and palloc_array() in contrib/ 3 weeks ago
Amit Kapila 5db6a344ab Rename column slotsync_skip_at to slotsync_last_skip. 3 weeks ago
Peter Eisentraut e158fd4d68 Remove no longer needed casts from Pointer 3 weeks ago
Peter Eisentraut c6be3daa05 Remove no longer needed casts to Pointer 3 weeks ago
Álvaro Herrera 6bd469d26a
amcheck: Fix snapshot usage in bt_index_parent_check 3 weeks ago
Peter Eisentraut 9790affcce Fix stray references to SubscriptRef 3 weeks ago
Peter Eisentraut 756a436893 Don't rely on pointer arithmetic with Pointer type 3 weeks ago
Peter Eisentraut 623801b3bd Remove useless casts to Pointer 3 weeks ago
Heikki Linnakangas cbe04e5d72 Fix amcheck's handling of half-dead B-tree pages 4 weeks ago
Heikki Linnakangas 6c05ef5729 Fix amcheck's handling of incomplete root splits in B-tree 4 weeks ago
Peter Eisentraut 4f941d432b Remove useless casting to same type 4 weeks ago
Michael Paquier 713d9a847e Update some timestamp[tz] functions to use soft-error reporting 4 weeks ago
Michael Paquier d03668ea05 Switch some date/timestamp functions to use the soft error reporting 4 weeks ago
Michael Paquier 9ccc049dfe pg_buffercache: Add pg_buffercache_mark_dirty{,_relation,_all}() 4 weeks ago
David Rowley 42473b3b31 Have the planner replace COUNT(ANY) with COUNT(*), when possible 1 month ago
Amit Kapila 76b78721ca Add slotsync skip statistics. 1 month ago
Michael Paquier 4b203d499c pg_buffercache: Add pg_buffercache_os_pages 1 month ago
Michael Paquier 7d9043aee8 pg_buffercache: Remove unused fields from BufferCacheNumaRec 1 month ago
Michael Paquier 694b4ab33b pg_buffercache: Fix incorrect result cast for relforknumber 1 month ago
Andres Freund c75ebc657f bufmgr: Allow some buffer state modifications while holding header lock 2 months ago
Álvaro Herrera a2b02293bc
Use XLogRecPtrIsValid() in various places 2 months ago
Etsuro Fujita c3eec94fc1 postgres_fdw: Add more test coverage for EvalPlanQual testing. 2 months ago
David Rowley 6d0eba6627 Use stack allocated StringInfoDatas, where possible 2 months ago
Tom Lane ff8aba65d4 Fix contrib/ltree's subpath() with negative offset. 2 months ago
Peter Eisentraut 8ce795fcb7 Fix some confusing uses of const 2 months ago
Álvaro Herrera 16edc1b94f
pg_stat_statements: Fix handling of duplicate constant locations 2 months ago
Tom Lane 0758111f5d Update expected output for contrib/sepgsql's regression tests. 2 months ago
David Rowley 2470ca435c Use CompactAttribute more often, when possible 2 months ago
Masahiko Sawada 4bea91f21f Support COPY TO for partitioned tables. 2 months ago
Tom Lane da44d71e79 Allow role created by new test to log in on Windows. 2 months ago
Nathan Bossart 208927e656 Fix privilege checks for pg_prewarm() on indexes. 2 months ago
Michael Paquier fabb33b351 Improve TAP tests by replacing ok() with better Test::More functions 2 months ago
Etsuro Fujita 12609fbacb Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Nathan Bossart c9b299f6df dblink: Avoid locking relation before privilege check. 2 months ago
Masahiko Sawada d3b6183dd9 Add mem_exceeded_count column to pg_stat_replication_slots. 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
Robert Haas 8c49a484e8 Assign each subquery a unique name prior to planning it. 3 months ago
Álvaro Herrera 1a8b5b11e4
Don't include access/htup_details.h in executor/tuptable.h 3 months ago
Michael Paquier 684a745f55 pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
Peter Eisentraut f5aabe6d58 Revert "Make some use of anonymous unions [pgcrypto]" 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
Álvaro Herrera 3bf31dd243
Do a tiny bit of header file maintenance 3 months ago