]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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().
2021-01-05  Dean RasheedFix numeric_power() when the exponent is INT_MIN.
2021-01-05  Amit KapilaTest decoding of two-phase transactions during the...
2021-01-05  Peter Eisentrautdoc: Document how to run regression tests with custom...
2021-01-05  Peter GeogheganStandardize one aspect of rmgr desc output.
2021-01-05  Amit KapilaFix typo in origin.c.
2021-01-05  Amit KapilaFix typo in reorderbuffer.c.
2021-01-05  Thomas MunroReplace remaining uses of "whitelist".
2021-01-05  Thomas Munropgindent: whitelist/blacklist -> additional/excluded.
2021-01-04  Thomas MunroRename "enum blacklist" to "uncommitted enums".
2021-01-04  Tom LaneFix integer-overflow corner cases in substring() functions.
2021-01-04  Thomas MunroRemove unused function prototypes.
2021-01-04  Tom LaneRethink the "read/write parameter" mechanism in pl...
2021-01-04  Tom LaneRemove PLPGSQL_DTYPE_ARRAYELEM datum type within pl...
2021-01-04  Tom LaneRe-implement pl/pgsql's expression and assignment parsing.
2021-01-04  Tom LaneAdd the ability for the core grammar to have more than...
2021-01-04  Michael PaquierSimplify some comments in xml.c
2021-01-04  Amit KapilaAllow decoding at prepare time in ReorderBuffer.
2021-01-02  Bruce MomjianUpdate copyright for 2021
2021-01-01  Tom LaneDoc: improve explanation of EXTRACT(EPOCH) for timestam...
2020-12-31  Peter GeogheganGet heap page max offset with buffer lock held.
2020-12-31  Peter GeogheganFix index deletion latestRemovedXid bug.
2020-12-30  Tom LaneDoc: spell out comparison behaviors for the date/time...
2020-12-30  Tom LaneMore fixups for pg_upgrade cross-version tests.
2020-12-30  Alexander KorotkovRefactor multirange_in()
2020-12-30  Tom LaneUse setenv() in preference to putenv().
2020-12-30  Alexander KorotkovFix selectivity estimation @> (anymultirange, anyrange...
2020-12-30  Tom LaneFix up usage of krb_server_keyfile GUC parameter.
2020-12-30  Michael PaquierSanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
next