summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-19doc: Add note about the server name of postgres_fdw_get_connections() returns.Fujii Masao
2021-01-19pgindent worker.c.Amit Kapila
2021-01-18doc: adjust alignment of doc file list for "pg_waldump.sgml"Bruce Momjian
2021-01-18Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane
2021-01-18Narrow the scope of a local variable.Tom Lane
2021-01-18Add bytea equivalents of ltrim() and rtrim().Tom Lane
2021-01-18Allow for error or refusal while absorbing a ProcSignalBarrier.Robert Haas
2021-01-18Bump PGSTAT_FILE_FORMAT_IDMagnus Hagander
2021-01-18Check for BuildIndexValueDescription returning NULL in gist_page_itemsHeikki Linnakangas
2021-01-18Pause recovery for insufficient parameter settingsPeter Eisentraut
2021-01-18postgres_fdw: Add function to list cached connections to foreign servers.Fujii Masao
2021-01-18Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier
2021-01-17pageinspect: Fix relcache leak in gist_page_items().Heikki Linnakangas
2021-01-17Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra
2021-01-17Add missing array-enlargement logic to test_regex.c.Tom Lane
2021-01-17Add documentation chapter about checksumsMagnus Hagander
2021-01-17Revert "psql \dX: list extended statistics objects"Tomas Vondra
2021-01-17Add --no-instructions parameter to initdbMagnus Hagander
2021-01-17Add pg_stat_database counters for sessions and session timeMagnus Hagander
2021-01-16psql \dX: list extended statistics objectsTomas Vondra
2021-01-16Documenation fixups for replication protocol.Jeff Davis
2021-01-16Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-16Remove unnecessary pstrdup in fetch_table_list.Amit Kapila
2021-01-15Disallow CREATE STATISTICS on system catalogsTomas Vondra
2021-01-15Improve our heuristic for selecting PG_SYSROOT on macOS.Tom Lane
2021-01-15Avoid spurious wait in concurrent reindexAlvaro Herrera
2021-01-15Fix calculation of how much shared memory is required to store a TOC.Fujii Masao
2021-01-15Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.hMichael Paquier
2021-01-15Fix O(N^2) stat() calls when recycling WAL segmentsMichael Paquier
2021-01-15postgres_fdw: Save foreign server OID in connection cache entry.Fujii Masao
2021-01-14pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner.Tom Lane
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