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