summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2021-04-01amcheck: Fix verify_heapam's tuple visibility checking rules.Robert Haas
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
2021-03-31Silence compiler warning in non-assert builds.Tom Lane
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-03-31Remove extra semicolon in postgres_fdw tests.Amit Kapila
2021-03-30adjust dblink regression expected output for commit 5da9868ed9Bruce Momjian
2021-03-30Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley
2021-03-30Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila
2021-03-30Update obsolete comment.Etsuro Fujita
2021-03-23pgcrypto: Check for error return of px_cipher_decrypt()Peter Eisentraut
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-17Fix memory lifetime issues of replication slot stats.Andres Freund
2021-03-16amcheck: Reduce debug message verbosity.Peter Geoghegan
2021-03-16Fix a confusing amcheck corruption message.Robert Haas
2021-03-10Revert changes for SSL compression in libpqMichael Paquier
2021-03-09Switch back sslcompression to be a normal input field in libpqMichael Paquier
2021-03-09Remove support for SSL compressionMichael Paquier
2021-03-06Add binary I/O capability for cube datatype.Tom Lane
2021-03-05Remove deprecated containment operators for contrib types.Tom Lane
2021-03-03Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila
2021-03-01Avoid repeated decoding of prepared transactions after a restart.Amit Kapila
2021-02-27Raise a timeout to 180s, in contrib/test_decoding.Noah Misch
2021-02-25Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-23Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-22Fix invalid array access in trgm_regexp.c.Tom Lane
2021-02-20Invent "rainbow" arcs within the regex engine.Tom Lane
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-17Fix tuple routing to initialize batching only for insertsTomas Vondra
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-15Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao
2021-02-15Add "LP_DEAD item?" column to GiST pageinspect functionsPeter Geoghegan
2021-02-15Avoid misinterpreting GiST pages in pageinspect.Peter Geoghegan
2021-02-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
2021-02-09Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao
2021-02-09Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao
2021-02-08Correct pgstattuple B-Tree page comments.Peter Geoghegan
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-02-05postgres_fdw: Fix assertion in estimate_path_cost_size().Etsuro Fujita
2021-02-02Fix ancient memory leak in contrib/auto_explain.Tom Lane
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-30postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS.Fujii Masao
2021-01-29Retire pg_standby.Thomas Munro
2021-01-28Remove gratuitous uses of deprecated SELECT INTOPeter Eisentraut
2021-01-28Fix crash of pg_stat_statements_info() without library loadedMichael Paquier
2021-01-26Fix memory leak when deallocating prepared statement in postgres_fdwMichael Paquier
2021-01-26postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONSFujii Masao