]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-01-19  Tom LaneRemove faulty support for MergeAppend plan with WHERE...
2021-01-19  Peter Eisentrautpageinspect: Change block number arguments to bigint
2021-01-19  Fujii Masaodoc: Add note about the server name of postgres_fdw_get...
2021-01-19  Amit Kapilapgindent worker.c.
2021-01-18  Bruce Momjiandoc: adjust alignment of doc file list for "pg_waldump...
2021-01-18  Tom LaneAvoid crash with WHERE CURRENT OF and a custom scan...
2021-01-18  Tom LaneNarrow the scope of a local variable.
2021-01-18  Tom LaneAdd bytea equivalents of ltrim() and rtrim().
2021-01-18  Robert HaasAllow for error or refusal while absorbing a ProcSignal...
2021-01-18  Magnus HaganderBump PGSTAT_FILE_FORMAT_ID
2021-01-18  Heikki LinnakangasCheck for BuildIndexValueDescription returning NULL...
2021-01-18  Peter EisentrautPause recovery for insufficient parameter settings
2021-01-18  Fujii Masaopostgres_fdw: Add function to list cached connections...
2021-01-18  Michael PaquierRefactor option handling of CLUSTER, REINDEX and VACUUM
2021-01-17  Heikki Linnakangaspageinspect: Fix relcache leak in gist_page_items().
2021-01-17  Tomas VondraSet PD_ALL_VISIBLE and visibility map bits in COPY...
2021-01-17  Tom LaneAdd missing array-enlargement logic to test_regex.c.
2021-01-17  Magnus HaganderAdd documentation chapter about checksums
2021-01-17  Tomas VondraRevert "psql \dX: list extended statistics objects"
2021-01-17  Magnus HaganderAdd --no-instructions parameter to initdb
2021-01-17  Magnus HaganderAdd pg_stat_database counters for sessions and session...
2021-01-16  Tomas Vondrapsql \dX: list extended statistics objects
2021-01-16  Jeff DavisDocumenation fixups for replication protocol.
2021-01-16  Noah MischFix pg_dump for GRANT OPTION among initial privileges.
2021-01-16  Noah MischPrevent excess SimpleLruTruncate() deletion.
2021-01-16  Amit KapilaRemove unnecessary pstrdup in fetch_table_list.
2021-01-15  Tomas VondraDisallow CREATE STATISTICS on system catalogs
2021-01-15  Tom LaneImprove our heuristic for selecting PG_SYSROOT on macOS.
2021-01-15  Alvaro HerreraAvoid spurious wait in concurrent reindex
2021-01-15  Fujii MasaoFix calculation of how much shared memory is required...
2021-01-15  Michael PaquierRemove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h
2021-01-15  Michael PaquierFix O(N^2) stat() calls when recycling WAL segments
2021-01-15  Fujii Masaopostgres_fdw: Save foreign server OID in connection...
2021-01-14  Tom Lanepg_dump: label PUBLICATION TABLE ArchiveEntries with...
2021-01-14  Alvaro HerreraPrevent drop of tablespaces used by partitioned relations
2021-01-14  Fujii MasaoStabilize timeline switch regression test.
2021-01-14  Fujii MasaoImprove tab-completion for CLOSE, DECLARE, FETCH and...
2021-01-14  Thomas MunroMinor header cleanup for the new iovec code.
2021-01-14  Fujii MasaoEnsure that a standby is able to follow a primary on...
2021-01-14  Michael PaquierRework refactoring of hex and encoding routines
2021-01-13  Thomas MunroMove our p{read,write}v replacements into their own...
2021-01-13  Tom LaneMark inet_server_addr() and inet_server_port() as paral...
2021-01-13  Tom LaneRun reformat-dat-files to declutter the catalog data...
2021-01-13  Tom LaneDoc, more or less: uncomment tutorial example that...
2021-01-13  Alvaro HerreraCall out vacuum considerations in create index docs
2021-01-13  Tom LaneDisallow a digit as the first character of a variable...
2021-01-13  Heikki LinnakangasFix test failure with wal_level=minimal.
2021-01-13  Tom LaneDoc: clarify behavior of back-half options in pg_dump.
2021-01-13  Peter GeogheganEnhance nbtree index tuple deletion.
2021-01-13  Peter GeogheganPass down "logically unchanged index" hint.
2021-01-13  Fujii MasaoLog long wait time on recovery conflict when it's resolved.
2021-01-13  Heikki LinnakangasFix portability issues in the new gist pageinspect...
2021-01-13  Magnus HaganderRemove incorrect markup
2021-01-13  Heikki LinnakangasAdd functions to 'pageinspect' to inspect GiST indexes.
2021-01-13  Thomas MunroDon't use elog() in src/port/pwrite.c.
2021-01-13  Amit KapilaFix memory leak in SnapBuildSerialize.
2021-01-13  Amit KapilaOptimize DropRelFileNodesAllBuffers() for recovery.
2021-01-13  Michael PaquierFix routine name in comment of catcache.c
2021-01-12  Alvaro HerreraInvent struct ReindexIndexInfo
2021-01-12  Tom Lanepg_dump: label INDEX ATTACH ArchiveEntries with an...
2021-01-12  Tom LaneDoc: fix description of privileges needed for ALTER...
2021-01-12  Alvaro HerreraFix thinko in comment
2021-01-12  Amit KapilaFix relation descriptor leak.
2021-01-12  Amit KapilaOptimize DropRelFileNodeBuffers() for recovery.
2021-01-12  Tom LaneDump ALTER TABLE ... ATTACH PARTITION as a separate...
2021-01-12  Tom LaneMake pg_dump's table of object-type priorities more...
2021-01-11  Thomas MunroFix function prototypes in dependency.h.
2021-01-11  Tom LaneRethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT.
2021-01-11  Tom LaneTry next host after a "cannot connect now" failure.
2021-01-11  Tom LaneUniformly identify the target host in libpq connection...
2021-01-11  Tom LaneAllow pg_regress.c wrappers to postprocess test result...
2021-01-11  Tom LaneIn libpq, always append new error messages to conn...
2021-01-11  Thomas MunroUse vectored I/O to fill new WAL segments.
2021-01-11  Thomas MunroProvide pg_preadv() and pg_pwritev().
2021-01-09  Bruce Momjiandoc: expand description of how non-SELECT queries...
2021-01-09  Amit KapilaFix the test for decoding of two-phase transactions.
2021-01-08  Tom LaneFix plpgsql tests for debug_invalidate_system_caches_al...
2021-01-08  Tom LaneFix ancient bug in parsing of BRE-mode regular expressions.
2021-01-08  Michael PaquierFix and simplify some code related to cryptohashes
2021-01-08  Tom LaneAdjust createdb TAP tests to work on recent OpenBSD.
2021-01-07  Tom LaneFurther second thoughts about idle_session_timeout...
2021-01-07  Tomas VondraMinor fixes in COPY progress docs
2021-01-07  Fujii MasaoAdd GUC to log long wait times on recovery conflicts.
2021-01-07  Tom LaneFix bogus link in test comments.
2021-01-07  Tom LaneImprove commentary in timeout.c.
2021-01-07  Michael PaquierFix allocation logic of cryptohash context data with...
2021-01-06  Tom LaneAdd idle_session_timeout.
2021-01-06  Tom LaneImprove timeout.c's handling of repeated timeout set...
2021-01-06  Tomas VondraReport progress of COPY commands
2021-01-06  Tom LaneAdd a test module for the regular expression package.
2021-01-06  Peter EisentrautReplace CLOBBER_CACHE_ALWAYS with run-time GUC
2021-01-06  Fujii MasaoDetect the deadlocks between backends and the startup...
2021-01-06  Amit KapilaFix typos in decode.c and logical.c.
2021-01-06  Fujii Masaodoc: Fix description about default behavior of recovery...
2021-01-06  Michael PaquierPromote --data-checksums to the common set of options...
2021-01-06  Tom LaneRevert unstable test cases from commit 7d80441d2.
2021-01-05  Tom LaneAllow psql's \dt and \di to show TOAST tables and their...
2021-01-05  Tom LaneIntroduce a new GUC_REPORT setting "in_hot_standby".
2021-01-05  Bruce Momjiandoc: improve NLS instruction wording
2021-01-05  Dean RasheedAdd an explicit cast to double when using fabs().
next