Commit Graph

5065 Commits (master)

Author SHA1 Message Date
Michael Paquier 8b9b93e39b Use relation_close() more consistently in contrib/ 3 days ago
Masahiko Sawada e212a0f8e6 pg_visibility: Fix incorrect buffer lock description in comment. 3 days ago
Michael Paquier b8cfcb9e00 Fix typos and inconsistencies in code and comments 4 days ago
David Rowley 4f49e4b55e Fix selectivity estimation integer overflow in contrib/intarray 5 days ago
Bruce Momjian 451c43974f Update copyright for 2026 1 week ago
Tom Lane bc6374cd76 Change IndexAmRoutines to be statically-allocated structs. 1 week ago
Tom Lane cb77bc0442 Further stabilize a postgres_fdw test case. 1 week ago
Michael Paquier 9adf32da6b Split some long Makefile lists 2 weeks ago
Masahiko Sawada 55c46bbf3a pg_visibility: Use visibilitymap_count instead of loop. 2 weeks ago
Michael Paquier 5cf03552fb btree_gist: Fix memory allocation formula 3 weeks ago
Jeff Davis 7f007e4a04 ltree: fix case-insensitive matching. 3 weeks ago
Jeff Davis 84d5efa7e3 Fix multibyte issue in ltree_strncasecmp(). 3 weeks ago
Nathan Bossart 48d4a1423d Allow passing a pointer to GetNamedDSMSegment()'s init callback. 3 weeks ago
Michael Paquier 171198ff2a pageinspect: use index_close() for GiST index relation 4 weeks ago
Peter Eisentraut 493eb0da31 Replace most StaticAssertStmt() with StaticAssertDecl() 4 weeks ago
Michael Paquier 4f7dacc5b8 Use palloc_object() and palloc_array(), the last change 4 weeks ago
Michael Paquier 3f83de20ba pg_buffercache: Fix memory allocation formula 4 weeks ago
Peter Eisentraut 2268f2b91b Remove useless casts in format arguments 1 month ago
Peter Eisentraut 907caf5c39 Clean up int64-related format strings 1 month ago
Tom Lane 0986e95161 Revise APIs for pushJsonbValue() and associated routines. 1 month ago
Michael Paquier 31d3847a37 Use more palloc_object() and palloc_array() in contrib/ 1 month ago
Amit Kapila 5db6a344ab Rename column slotsync_skip_at to slotsync_last_skip. 1 month ago
Peter Eisentraut e158fd4d68 Remove no longer needed casts from Pointer 1 month ago
Peter Eisentraut c6be3daa05 Remove no longer needed casts to Pointer 1 month ago
Álvaro Herrera 6bd469d26a
amcheck: Fix snapshot usage in bt_index_parent_check 1 month ago
Peter Eisentraut 9790affcce Fix stray references to SubscriptRef 1 month ago
Peter Eisentraut 756a436893 Don't rely on pointer arithmetic with Pointer type 1 month ago
Peter Eisentraut 623801b3bd Remove useless casts to Pointer 1 month ago
Heikki Linnakangas cbe04e5d72 Fix amcheck's handling of half-dead B-tree pages 1 month ago
Heikki Linnakangas 6c05ef5729 Fix amcheck's handling of incomplete root splits in B-tree 1 month ago
Peter Eisentraut 4f941d432b Remove useless casting to same type 1 month ago
Michael Paquier 713d9a847e Update some timestamp[tz] functions to use soft-error reporting 1 month ago
Michael Paquier d03668ea05 Switch some date/timestamp functions to use the soft error reporting 1 month ago
Michael Paquier 9ccc049dfe pg_buffercache: Add pg_buffercache_mark_dirty{,_relation,_all}() 1 month 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 2 months ago
Michael Paquier 7d9043aee8 pg_buffercache: Remove unused fields from BufferCacheNumaRec 2 months ago
Michael Paquier 694b4ab33b pg_buffercache: Fix incorrect result cast for relforknumber 2 months 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. 3 months ago
David Rowley 2470ca435c Use CompactAttribute more often, when possible 3 months ago
Masahiko Sawada 4bea91f21f Support COPY TO for partitioned tables. 3 months ago
Tom Lane da44d71e79 Allow role created by new test to log in on Windows. 3 months ago