summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2021-04-07Message improvementPeter Eisentraut
2021-04-07Remove redundant memset(0) calls for page init of some index AMsMichael Paquier
2021-04-06postgres_fdw: Allow partitions specified in LIMIT TO to be imported.Fujii Masao
2021-04-06psql: Show all query results by defaultPeter Eisentraut
2021-04-03Do not rely on pgstat.h to indirectly include storage/ headers.Andres Freund
2021-04-02postgres_fdw: Add option to control whether to keep connections open.Fujii Masao
2021-04-02Fix typos in comments.Fujii Masao
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-01Rename Default Roles to Predefined RolesStephen Frost
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