summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2024-10-22Improve parser's reporting of statement start locations.Tom Lane
2024-10-22pg_stat_statements: Add tests for nested queries with level trackingMichael Paquier
2024-10-15Add contrib/pg_logicalinspect.Masahiko Sawada
2024-10-14Allow TAP tests to force checksums off when calling init()Peter Eisentraut
2024-10-08pg_stat_statements: Add columns to track parallel worker activityMichael Paquier
2024-10-08Stabilize the test added by commit 022564f60c.Amit Kapila
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-10-07Fix fetching default toast value during decoding of in-progress transactions.Amit Kapila
2024-10-05Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.Tom Lane
2024-10-03file_fdw: Add on_error and log_verbosity options to file_fdw.Fujii Masao
2024-10-01Use macro to define the number of enum valuesPeter Eisentraut
2024-09-30Show values of SET statements as constants in pg_stat_statementsMichael Paquier
2024-09-25pg_stat_statements: Expand tests for SET statementsMichael Paquier
2024-09-24Neaten up our choices of SQLSTATEs for XML-related errors.Tom Lane
2024-09-18postgres_fdw: Extend postgres_fdw_get_connections to return user name.Fujii Masao
2024-09-18Add missing query ID reporting in extended query protocolMichael Paquier
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-09-15Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane
2024-09-14Remove obsolete comment in pg_stat_statements.Tom Lane
2024-09-13Fix contrib/pageinspect's test for sequences.Nathan Bossart
2024-09-13pg_stat_statements: Add tests with extended query protocolMichael Paquier
2024-09-12Reintroduce support for sequences in pgstattuple and pageinspect.Nathan Bossart
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-09-10Optimize pg_visibility with read streams.Noah Misch
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-09-09Consistently use PageGetExactFreeSpace() in pgstattuple.Tom Lane
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-09-04Revert "Optimize pg_visibility with read streams."Noah Misch
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-09-03Fix stack variable scope from previous commit.Noah Misch
2024-09-03Optimize pg_visibility with read streams.Noah Misch
2024-09-03Add block_range_read_stream_cb(), to deduplicate code.Noah Misch
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-08-30Make postgres_fdw's query_cancel test less flaky.Tom Lane
2024-08-26Fix memory counter update in ReorderBuffer.Masahiko Sawada
2024-08-21Treat number of disabled nodes in a path as a separate cost metric.Robert Haas
2024-08-16Remove incidental md5() function use from testPeter Eisentraut
2024-08-15Add missing wait_for_catchup() to pg_visibility tap testAlexander Korotkov
2024-08-15Fix GetStrictOldestNonRemovableTransactionId() on standbyAlexander Korotkov
2024-08-06Mark misc static global variables as constHeikki Linnakangas
2024-08-06Remove volatile qualifiers from pg_stat_statements.c.Nathan Bossart
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-02Include bison header files into implementation filesPeter Eisentraut
2024-07-30Replace static buf with a stack-allocated one in 'seg' extensionHeikki Linnakangas
2024-07-28amcheck: Optimize speed of checking for unique constraint violationAlexander Korotkov
2024-07-27Optimize escaping of JSON stringsDavid Rowley
2024-07-26postgres_fdw: Fix bug in connection status check.Fujii Masao