summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-14Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera
2021-01-14Stabilize timeline switch regression test.Fujii Masao
2021-01-14Improve tab-completion for CLOSE, DECLARE, FETCH and MOVE.Fujii Masao
2021-01-14Minor header cleanup for the new iovec code.Thomas Munro
2021-01-14Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao
2021-01-14Rework refactoring of hex and encoding routinesMichael Paquier
2021-01-13Move our p{read,write}v replacements into their own files.Thomas Munro
2021-01-13Mark inet_server_addr() and inet_server_port() as parallel-restricted.Tom Lane
2021-01-13Run reformat-dat-files to declutter the catalog data files.Tom Lane
2021-01-13Doc, more or less: uncomment tutorial example that was fixed long ago.Tom Lane
2021-01-13Call out vacuum considerations in create index docsAlvaro Herrera
2021-01-13Disallow a digit as the first character of a variable name in pgbench.Tom Lane
2021-01-13Fix test failure with wal_level=minimal.Heikki Linnakangas
2021-01-13Doc: clarify behavior of back-half options in pg_dump.Tom Lane
2021-01-13Enhance nbtree index tuple deletion.Peter Geoghegan
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-13Log long wait time on recovery conflict when it's resolved.Fujii Masao
2021-01-13Fix portability issues in the new gist pageinspect test.Heikki Linnakangas
2021-01-13Remove incorrect markupMagnus Hagander
2021-01-13Add functions to 'pageinspect' to inspect GiST indexes.Heikki Linnakangas
2021-01-13Don't use elog() in src/port/pwrite.c.Thomas Munro
2021-01-13Fix memory leak in SnapBuildSerialize.Amit Kapila
2021-01-13Optimize DropRelFileNodesAllBuffers() for recovery.Amit Kapila
2021-01-13Fix routine name in comment of catcache.cMichael Paquier
2021-01-12Invent struct ReindexIndexInfoAlvaro Herrera
2021-01-12pg_dump: label INDEX ATTACH ArchiveEntries with an owner.Tom Lane
2021-01-12Doc: fix description of privileges needed for ALTER PUBLICATION.Tom Lane
2021-01-12Fix thinko in commentAlvaro Herrera
2021-01-12Fix relation descriptor leak.Amit Kapila
2021-01-12Optimize DropRelFileNodeBuffers() for recovery.Amit Kapila
2021-01-12Dump ALTER TABLE ... ATTACH PARTITION as a separate ArchiveEntry.Tom Lane
2021-01-12Make pg_dump's table of object-type priorities more maintainable.Tom Lane
2021-01-11Fix function prototypes in dependency.h.Thomas Munro
2021-01-11Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT.Tom Lane
2021-01-11Try next host after a "cannot connect now" failure.Tom Lane
2021-01-11Uniformly identify the target host in libpq connection failure reports.Tom Lane
2021-01-11Allow pg_regress.c wrappers to postprocess test result files.Tom Lane
2021-01-11In libpq, always append new error messages to conn->errorMessage.Tom Lane
2021-01-11Use vectored I/O to fill new WAL segments.Thomas Munro
2021-01-11Provide pg_preadv() and pg_pwritev().Thomas Munro
2021-01-09doc: expand description of how non-SELECT queries are processedBruce Momjian
2021-01-09Fix the test for decoding of two-phase transactions.Amit Kapila
2021-01-08Fix plpgsql tests for debug_invalidate_system_caches_always.Tom Lane
2021-01-08Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane
2021-01-08Fix and simplify some code related to cryptohashesMichael Paquier
2021-01-08Adjust createdb TAP tests to work on recent OpenBSD.Tom Lane
2021-01-07Further second thoughts about idle_session_timeout patch.Tom Lane
2021-01-07Minor fixes in COPY progress docsTomas Vondra
2021-01-07Add GUC to log long wait times on recovery conflicts.Fujii Masao
2021-01-07Fix bogus link in test comments.Tom Lane