aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Disallow CREATE STATISTICS on system catalogsTomas Vondra2021-01-15
* Improve our heuristic for selecting PG_SYSROOT on macOS.Tom Lane2021-01-15
* Avoid spurious wait in concurrent reindexAlvaro Herrera2021-01-15
* Fix calculation of how much shared memory is required to store a TOC.Fujii Masao2021-01-15
* Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.hMichael Paquier2021-01-15
* Fix O(N^2) stat() calls when recycling WAL segmentsMichael Paquier2021-01-15
* postgres_fdw: Save foreign server OID in connection cache entry.Fujii Masao2021-01-15
* pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner.Tom Lane2021-01-14
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-14
* Stabilize timeline switch regression test.Fujii Masao2021-01-14
* Improve tab-completion for CLOSE, DECLARE, FETCH and MOVE.Fujii Masao2021-01-14
* Minor header cleanup for the new iovec code.Thomas Munro2021-01-14
* Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao2021-01-14
* Rework refactoring of hex and encoding routinesMichael Paquier2021-01-14
* Move our p{read,write}v replacements into their own files.Thomas Munro2021-01-14
* Mark inet_server_addr() and inet_server_port() as parallel-restricted.Tom Lane2021-01-13
* Run reformat-dat-files to declutter the catalog data files.Tom Lane2021-01-13
* Doc, more or less: uncomment tutorial example that was fixed long ago.Tom Lane2021-01-13
* Call out vacuum considerations in create index docsAlvaro Herrera2021-01-13
* Disallow a digit as the first character of a variable name in pgbench.Tom Lane2021-01-13
* Fix test failure with wal_level=minimal.Heikki Linnakangas2021-01-13
* Doc: clarify behavior of back-half options in pg_dump.Tom Lane2021-01-13
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-13
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13
* Log long wait time on recovery conflict when it's resolved.Fujii Masao2021-01-13
* Fix portability issues in the new gist pageinspect test.Heikki Linnakangas2021-01-13
* Remove incorrect markupMagnus Hagander2021-01-13
* Add functions to 'pageinspect' to inspect GiST indexes.Heikki Linnakangas2021-01-13
* Don't use elog() in src/port/pwrite.c.Thomas Munro2021-01-13
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-13
* Optimize DropRelFileNodesAllBuffers() for recovery.Amit Kapila2021-01-13
* Fix routine name in comment of catcache.cMichael Paquier2021-01-13
* Invent struct ReindexIndexInfoAlvaro Herrera2021-01-12
* pg_dump: label INDEX ATTACH ArchiveEntries with an owner.Tom Lane2021-01-12
* Doc: fix description of privileges needed for ALTER PUBLICATION.Tom Lane2021-01-12
* Fix thinko in commentAlvaro Herrera2021-01-12
* Fix relation descriptor leak.Amit Kapila2021-01-12
* Optimize DropRelFileNodeBuffers() for recovery.Amit Kapila2021-01-12
* Dump ALTER TABLE ... ATTACH PARTITION as a separate ArchiveEntry.Tom Lane2021-01-11
* Make pg_dump's table of object-type priorities more maintainable.Tom Lane2021-01-11
* Fix function prototypes in dependency.h.Thomas Munro2021-01-12
* Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT.Tom Lane2021-01-11
* Try next host after a "cannot connect now" failure.Tom Lane2021-01-11
* Uniformly identify the target host in libpq connection failure reports.Tom Lane2021-01-11
* Allow pg_regress.c wrappers to postprocess test result files.Tom Lane2021-01-11
* In libpq, always append new error messages to conn->errorMessage.Tom Lane2021-01-11
* Use vectored I/O to fill new WAL segments.Thomas Munro2021-01-11
* Provide pg_preadv() and pg_pwritev().Thomas Munro2021-01-11
* doc: expand description of how non-SELECT queries are processedBruce Momjian2021-01-09
* Fix the test for decoding of two-phase transactions.Amit Kapila2021-01-09