summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
7 daysbufmgr: Allow some buffer state modifications while holding header lockAndres Freund
7 daysUse XLogRecPtrIsValid() in various placesÁlvaro Herrera
7 dayspostgres_fdw: Add more test coverage for EvalPlanQual testing.Etsuro Fujita
7 daysUse stack allocated StringInfoDatas, where possibleDavid Rowley
12 daysFix contrib/ltree's subpath() with negative offset.Tom Lane
2025-10-30Fix some confusing uses of constPeter Eisentraut
2025-10-29pg_stat_statements: Fix handling of duplicate constant locationsÁlvaro Herrera
2025-10-23Update expected output for contrib/sepgsql's regression tests.Tom Lane
2025-10-21Use CompactAttribute more often, when possibleDavid Rowley
2025-10-20Support COPY TO for partitioned tables.Masahiko Sawada
2025-10-18Allow role created by new test to log in on Windows.Tom Lane
2025-10-17Fix privilege checks for pg_prewarm() on indexes.Nathan Bossart
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-10-15Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch.Etsuro Fujita
2025-10-14dblink: Avoid locking relation before privilege check.Nathan Bossart
2025-10-08Add mem_exceeded_count column to pg_stat_replication_slots.Masahiko Sawada
2025-10-08Add ExplainState argument to pg_plan_query() and planner().Robert Haas
2025-10-08Implement Eager AggregationRichard Guo
2025-10-07Assign each subquery a unique name prior to planning it.Robert Haas
2025-10-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-10-02pgstattuple: Improve reports generated for indexes (hash, gist, btree)Michael Paquier
2025-09-30Revert "Make some use of anonymous unions [pgcrypto]"Peter Eisentraut
2025-09-30Make some use of anonymous unions [pgcrypto]Peter Eisentraut
2025-09-30Make some use of anonymous unions [reorderbuffer xact_time]Peter Eisentraut
2025-09-30Do a tiny bit of header file maintenanceÁlvaro Herrera
2025-09-23Keep track of what RTIs a Result node is scanning.Robert Haas
2025-09-22Fix various incorrect filename referencesDavid Rowley
2025-09-20Track the maximum possible frequency of non-MCE array elements.Tom Lane
2025-09-19Add optional pid parameter to pg_replication_origin_session_setup().Amit Kapila
2025-09-16Add regression expected-files for older OpenSSL in FIPS mode.Tom Lane
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2025-09-12Allow redeclaration of typedef yyscan_tPeter Eisentraut
2025-09-12Remove whitespace in comment of pg_stat_statements.cMichael Paquier
2025-09-08Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases.Robert Haas
2025-09-05bufmgr: Remove freelist, always use clock-sweepAndres Freund
2025-09-03Move dynamically-allocated LWLock tranche names to shared memory.Nathan Bossart
2025-09-01postgres_fdw: Use psql variables for connection parametersMichael Paquier
2025-08-29Remove unneeded casts of BufferGetPage() resultPeter Eisentraut
2025-08-28Avoid including commands/dbcommands.h in so many placesÁlvaro Herrera
2025-08-26Put "excludeOnly" GIN scan keys at the end of the scankey array.Tom Lane
2025-08-22Change dynahash.c and hsearch.h to use int64 instead of longMichael Paquier
2025-08-19Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions.Masahiko Sawada
2025-08-14Avoid including tableam.h and xlogreader.h in nbtree.hÁlvaro Herrera
2025-08-13Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.Tom Lane
2025-08-13postgres_fdw: Fix tests with ANALYZE and remote samplingMichael Paquier
2025-08-08Mop-up for Datum conversion cleanups.Tom Lane
2025-08-08Add missing Datum conversionsPeter Eisentraut
2025-08-08postgres_fdw and dblink should check if backend has MyProcPortPeter Eisentraut
2025-08-08Fix incorrect lack of Datum conversion in _int_matchsel()Peter Eisentraut
2025-08-08Disallow collecting transition tuples from child foreign tables.Etsuro Fujita