Commit Graph

5098 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)

Author SHA1 Message Date
Michael Paquier 3c5ec35dea oid2name: Add relation path to the information provided by -x/--extended 4 weeks ago
John Naylor 176dffdf7d Fix various instances of undefined behavior 4 weeks ago
Peter Eisentraut 955e507668 Change StaticAssertVariableIsOfType to be a declaration 1 month ago
Peter Eisentraut 137d05df2f Rename AssertVariableIsOfType to StaticAssertVariableIsOfType 1 month ago
Melanie Plageman 4a99ef1a0d Fix flakiness in the pg_visibility VM-only vacuum test by using a temporary table. 1 month ago
Tom Lane da7a1dc0d6 Refactor att_align_nominal() to improve performance. 1 month ago
Masahiko Sawada 1fdbca159e Standardize replication origin naming to use "ReplOrigin". 1 month ago
Tomas Vondra 09c37015d4 pgindent fix for 3fccbd94cb 1 month ago
Tomas Vondra 3fccbd94cb Handle ENOENT status when querying NUMA node 1 month ago
Melanie Plageman 21796c267d Combine visibilitymap_set() cases in lazy_scan_prune() 1 month ago
Peter Eisentraut 5ca5f12c2c Fix accidentally cast away qualifiers 1 month ago
Michael Paquier 72e3abd082 pg_stat_statements: Fix test instability with cache-clobbering builds 1 month ago
Amit Langote f9a468c664 Fix bogus ctid requirement for dummy-root partitioned targets 1 month ago
Peter Eisentraut a5b40d156e Mark commented out code as unused 1 month ago
Fujii Masao 26cb14aea1 file_fdw: Support multi-line HEADER option. 1 month ago
Tom Lane 4576208454 Force standard_conforming_strings to always be ON. 1 month ago
Álvaro Herrera 1f28982e40
amcheck: Fix snapshot usage in bt_index_parent_check 1 month ago
Michael Paquier 1572ea96e6 pg_stat_statements: Add more tests for level tracking 1 month ago
Michael Paquier 905ef401d5 pg_stat_statements: Clean up REGRESS list in Makefile 1 month ago
Michael Paquier f9afd56218 pg_stat_statements: Rework test order 1 month ago
Michael Paquier 5d95219faa pg_stat_statements: Fix crash in list squashing with Vars 1 month ago
Andres Freund dac328c8a6 bufmgr: Change BufferDesc.state to be a 64-bit atomic 2 months ago
Álvaro Herrera 35e3fae738
Remove #include <math.h> where not needed 2 months ago
Michael Paquier 6dcfac9696 Use more consistent *GetDatum() macros for some unsigned numbers 2 months ago
Amit Kapila e385a4e2fd Prevent unintended dropping of active replication origins. 2 months ago
Michael Paquier e217dc7484 Fix query jumbling with GROUP BY clauses 2 months ago
Álvaro Herrera 225d1df1d2
Stop including {brin,gin}_tuple.h in tuplesort.h 2 months ago
Jeff Davis b96a9fd76f fuzzystrmatch: use pg_ascii_toupper(). 2 months ago
Álvaro Herrera 2defd00062
Move instrumentation-related structs to instrument_node.h 2 months ago
Peter Eisentraut e39ece0343 Make dmetaphone collation-aware 2 months ago
Andres Freund e5a5e0a907 instrumentation: Keep time fields as instrtime, convert in callers 2 months ago
Tom Lane b8ccd29152 Remove now-useless btree_gist--1.2.sql script. 2 months ago
Tom Lane b3b0b45717 Create btree_gist v1.9, in which inet/cidr opclasses aren't default. 2 months ago
Michael Paquier 8b9b93e39b Use relation_close() more consistently in contrib/ 2 months ago
Masahiko Sawada e212a0f8e6 pg_visibility: Fix incorrect buffer lock description in comment. 2 months ago
Michael Paquier b8cfcb9e00 Fix typos and inconsistencies in code and comments 2 months ago
David Rowley 4f49e4b55e Fix selectivity estimation integer overflow in contrib/intarray 2 months ago
Bruce Momjian 451c43974f Update copyright for 2026 2 months ago
Tom Lane bc6374cd76 Change IndexAmRoutines to be statically-allocated structs. 2 months ago
Tom Lane cb77bc0442 Further stabilize a postgres_fdw test case. 2 months ago
Michael Paquier 9adf32da6b Split some long Makefile lists 2 months ago
Masahiko Sawada 55c46bbf3a pg_visibility: Use visibilitymap_count instead of loop. 2 months ago
Michael Paquier 5cf03552fb btree_gist: Fix memory allocation formula 3 months ago
Jeff Davis 7f007e4a04 ltree: fix case-insensitive matching. 3 months ago
Jeff Davis 84d5efa7e3 Fix multibyte issue in ltree_strncasecmp(). 3 months ago
Nathan Bossart 48d4a1423d Allow passing a pointer to GetNamedDSMSegment()'s init callback. 3 months ago
Michael Paquier 171198ff2a pageinspect: use index_close() for GiST index relation 3 months ago
Peter Eisentraut 493eb0da31 Replace most StaticAssertStmt() with StaticAssertDecl() 3 months ago
Michael Paquier 4f7dacc5b8 Use palloc_object() and palloc_array(), the last change 3 months ago
Michael Paquier 3f83de20ba pg_buffercache: Fix memory allocation formula 3 months ago