summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2025-08-06Remove INT64_HEX_FORMAT and UINT64_HEX_FORMATPeter Eisentraut
2025-08-05Fix varatt versus Datum type confusionsPeter Eisentraut
2025-08-05Fix various hash function usesPeter Eisentraut
2025-08-05Fix mixups of FooGetDatum() vs. DatumGetFoo()Peter Eisentraut
2025-08-01Allow resetting unknown custom GUCs with reserved prefixes.Nathan Bossart
2025-07-31pg_stat_statements: Add counters for generic and custom plansMichael Paquier
2025-07-29Split up pgfdw_report_error so that we can mark it pg_noreturn.Tom Lane
2025-07-29Suppress uninitialized-variable warning.Tom Lane
2025-07-25Silence leakage complaint about postgres_fdw's InitPgFdwOptions.Tom Lane
2025-07-25Run pgindent on the changes of the previous patch.Tom Lane
2025-07-25Reap the benefits of not having to avoid leaking PGresults.Tom Lane
2025-07-25Create infrastructure to reliably prevent leakage of PGresults.Tom Lane
2025-07-22Remove translation marker from libpq-be-fe-helpers.h.Fujii Masao
2025-07-22Log remote NOTICE, WARNING, and similar messages using ereport().Fujii Masao
2025-07-22Reduce "Var IS [NOT] NULL" quals during constant foldingRichard Guo
2025-07-18Fix a typo in the deparseArrayCoerceExpr() header commentAlexander Korotkov
2025-07-18Support for deparsing of ArrayCoerceExpr node in contrib/postgres_fdwAlexander Korotkov