Commit Graph

5026 Commits (812367f3d48768b662e64bf2693703bbca8575d2)

Author SHA1 Message Date
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
Robert Haas f2bae51dfd Keep track of what RTIs a Result node is scanning. 3 months ago
David Rowley 9fc7f6ab72 Fix various incorrect filename references 3 months ago
Tom Lane 261f89a976 Track the maximum possible frequency of non-MCE array elements. 3 months ago
Amit Kapila 5b148706c5 Add optional pid parameter to pg_replication_origin_session_setup(). 3 months ago
Tom Lane e633fa6351 Add regression expected-files for older OpenSSL in FIPS mode. 3 months ago
Tom Lane 83a5641945 Provide more-specific error details/hints for function lookup failures. 3 months ago
Peter Eisentraut ae0e1be9f2 Allow redeclaration of typedef yyscan_t 3 months ago
Michael Paquier 306dd13079 Remove whitespace in comment of pg_stat_statements.c 3 months ago
Robert Haas 585e31fcb6 Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases. 4 months ago
Andres Freund 2c78940527 bufmgr: Remove freelist, always use clock-sweep 4 months ago
Nathan Bossart 38b602b028 Move dynamically-allocated LWLock tranche names to shared memory. 4 months ago
Michael Paquier 36aed19fd9 postgres_fdw: Use psql variables for connection parameters 4 months ago
Peter Eisentraut 710e6c4301 Remove unneeded casts of BufferGetPage() result 4 months ago
Álvaro Herrera 325fc0ab14
Avoid including commands/dbcommands.h in so many places 4 months ago
Tom Lane 327b7324d0 Put "excludeOnly" GIN scan keys at the end of the scankey array. 4 months ago
Michael Paquier 13b935cd52 Change dynahash.c and hsearch.h to use int64 instead of long 4 months ago
Masahiko Sawada eab9e4e27c Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 4 months ago
Álvaro Herrera d0e7e04ede
Avoid including tableam.h and xlogreader.h in nbtree.h 4 months ago
Tom Lane ee54046601 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. 4 months ago
Michael Paquier 783cbb6d5e postgres_fdw: Fix tests with ANALYZE and remote sampling 4 months ago
Tom Lane 665c3dbba4 Mop-up for Datum conversion cleanups. 5 months ago
Peter Eisentraut ff89e182d4 Add missing Datum conversions 5 months ago
Peter Eisentraut 138750dde4 postgres_fdw and dblink should check if backend has MyProcPort 5 months ago
Peter Eisentraut fd2ab03fea Fix incorrect lack of Datum conversion in _int_matchsel() 5 months ago
Etsuro Fujita 62a1211d33 Disallow collecting transition tuples from child foreign tables. 5 months ago