]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2020-12-30  Amit KapilaExtend the output plugin API to allow decoding of prepa...
2020-12-30  Noah MischIn pg_upgrade cross-version test, handle postfix operators.
2020-12-30  Noah MischIn pg_upgrade cross-version test, handle lack of oldsty...
2020-12-30  Michael PaquierRemove references to libpq_srcdir in adminpack and...
2020-12-30  Tom LaneDoc: fix up PDF build warnings from over-width table...
2020-12-29  Tom LaneSuppress log spam from multiple reports of SIGQUIT...
2020-12-29  Alexander KorotkovAdd support of multirange matching to the existing...
2020-12-29  Alexander KorotkovImprove the signature of internal multirange functions
2020-12-29  Alexander KorotkovImplement operators for checking if the range contains...
2020-12-29  Alexander KorotkovFix bugs in comparison functions for multirange_bsearch...
2020-12-29  Michael Paquierdoc: Improve description of min_dynamic_shared_memory
2020-12-28  Tom LaneImprove log messages related to pg_hba.conf not matchin...
2020-12-28  Tom LaneFix assorted issues in backend's GSSAPI encryption...
2020-12-28  Tom LaneFix bugs in libpq's GSSAPI encryption support.
2020-12-28  Tom LaneExpose the default for channel_binding in PQconndefaults().
2020-12-28  Tom LaneFurther fix thinko in plpgsql memory leak fix.
2020-12-28  Tom LaneFix thinko in plpgsql memory leak fix.
2020-12-28  Michael PaquierFix inconsistent code with shared invalidations of...
2020-12-28  Fujii Masaopostgres_fdw: Fix connection leak.
2020-12-28  Bruce MomjianRevert "Add key management system" (978f869b99) & later...
2020-12-27  Jeff DavisSecond attempt to stabilize 05c02589.
2020-12-27  Jeff DavisStabilize test introduced in 05c02589, per buildfarm.
2020-12-27  Jeff DavisFix bug #16784 in Disk-based Hash Aggregation.
2020-12-26  Bruce Momjianinitdb: document that -K requires an argument
2020-12-26  Bruce Momjianauth commands: list specific commands to install in...
2020-12-26  Bruce Momjianpg_alterckey: remove TAP check rules from Makefile
2020-12-26  Bruce MomjianAdd scripts for retrieving the cluster file encryption key
2020-12-26  Bruce Momjiandoc: fix SGML markup for pg_alterckey from commit...
2020-12-26  Bruce Momjianpg_alterckey: adjust doc build and Win32 sleep/open...
2020-12-26  Bruce MomjianFix function call typo in frontend Win32 code, commit...
2020-12-26  Bruce MomjianAllow ssl_passphrase_command to prompt the terminal
2020-12-26  Bruce MomjianAdd pg_alterckey utility to change the cluster key
2020-12-25  Bruce Momjianremove missing reference to crypto test from patch...
2020-12-25  Tom LaneReally fix the dummy implementations in cipher.c.
2020-12-25  Bruce Momjianfix no-return function call in cipher.c from commit...
2020-12-25  Bruce Momjianfixes docs and missing initdb help option for commit...
2020-12-25  Noah MischInvalidate acl.c caches when pg_authid changes.
2020-12-25  Bruce Momjianremove uint128 requirement from patch 978f869b99 (CFE)
2020-12-25  Bruce MomjianFix return value and const declaration from commit...
2020-12-25  Bruce MomjianAdd key management system
2020-12-25  Tom LaneAvoid time-of-day-dependent failure in log rotation...
2020-12-24  Bruce Momjianrevert removal of hex_decode() from ecpg from commit...
2020-12-24  Bruce Momjianmove hex_decode() to /common so it can be called from...
2020-12-24  Tom LaneFix race condition between shutdown and unstarted backg...
2020-12-24  Tom LaneImprove client error messages for immediate-stop situat...
2020-12-24  Michael PaquierFix typos and grammar in docs and comments
2020-12-23  Bruce Momjiandummy commit
2020-12-23  Michael PaquierFix portability issues with parsing of recovery_target_xid
2020-12-22  Tom LaneImprove autoprewarm's handling of early-shutdown scenarios.
2020-12-22  Tom LaneIncrease timeout in 021_row_visibility.pl.
2020-12-22  Tomas VondraImprove find_em_expr_usable_for_sorting_rel comment
2020-12-21  Tomas VondraDon't search for volatile expr in find_em_expr_usable_f...
2020-12-21  Tomas VondraDisallow SRFs when considering sorts below Gather Merge
2020-12-21  Tom LaneRemove "invalid concatenation of jsonb objects" error...
2020-12-21  Tomas VondraCheck parallel safety in generate_useful_gather_paths
2020-12-21  Tomas VondraConsider unsorted paths in generate_useful_gather_paths
2020-12-21  Alexander KorotkovFix compiler warning in multirange_constructor0()
2020-12-21  Michael PaquierRefactor logic to check for ASCII-only characters in...
2020-12-20  Alexander KorotkovFix typalign in rangetypes statistics
next