]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-03-16  Thomas MunroWake up for latches in CheckpointWriteDelay().
2022-03-15  Thomas MunroSilence LLVM 14 API deprecation warnings.
2022-03-15  Robert HaasRemove accidentally-committed file.
2022-03-15  Robert HaasAdd 'basebackup_to_shell' contrib module.
2022-03-15  Robert HaasAllow extensions to add new backup targets.
2022-03-15  Robert HaasChange HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4...
2022-03-15  Amit KapilaFix compiler warning introduced in commit 705e20f855.
2022-03-15  Michael PaquierFix collection of typos in the code and the documentation
2022-03-15  Michael PaquierAdd more regression tests for pg_ls_dir()
2022-03-15  Thomas MunroFix pg_basebackup with in-place tablespaces.
2022-03-14  Robert HaasSupport "of", "tzh", and "tzm" format codes.
2022-03-14  Amit KapilaOptionally disable subscriptions on error.
2022-03-13  Tom LaneFix bogus tab-completion queries.
2022-03-13  Peter GeogheganVACUUM VERBOSE: tweak scanned_pages logic.
2022-03-12  Andres FreundForce track_io_timing off in explain.sql to avoid failu...
2022-03-12  Andres FreundSet synchronous_commit=on in test_setup.sql.
2022-03-12  Peter Geogheganvacuumlazy.c: Standardize rel_pages terminology.
2022-03-12  Peter Geogheganvacuumlazy.c: document vistest and OldestXmin.
2022-03-12  Peter GeogheganNormalize heap_prepare_freeze_tuple argument name.
2022-03-12  Michael PaquierBump XLOG_PAGE_MAGIC due to the addition of wal_compres...
2022-03-11  Alvaro HerreraAdd API of sorts for transition table handling in trigger.c
2022-03-11  Tom LaneRestore the previous semantics of get_constraint_index().
2022-03-11  Robert Haaspg_basebackup: Clean up some bogus file extension tests.
2022-03-11  Robert Haaspg_basebackup: Avoid unclean failure with server-compre...
2022-03-11  Peter EisentrautDefineCollation() code cleanup
2022-03-11  Michael Paquierdoc: Standardize capitalization of term "hot standby...
2022-03-11  Michael PaquierAdd support for zstd with compression of full-page...
2022-03-11  Michael PaquierFix header inclusion order in xloginsert.c with lz4.h
2022-03-10  Andres Freunddshash: Add sequential scan support.
2022-03-10  Peter EisentrautRe-update Unicode data to CLDR 39
2022-03-09  Andres Freundldap tests: Add paths for openbsd.
2022-03-09  Andres Freundldap tests: Don't run on unsupported operating systems.
2022-03-09  Peter EisentrautFix double declaration for check_ok() in pg_upgrade.h
2022-03-09  Peter EisentrautAdd parse_analyze_withcb()
2022-03-09  Peter Eisentrautpycodestyle (PEP 8) cleanup in Python scripts
2022-03-09  Peter Eisentrautunaccent: Remove Python 2 support from Python script
2022-03-09  Michael Paquierdoc: Add ALTER/DROP ROUTINE to the event trigger matrix
2022-03-09  Michael Paquierdoc: Improve references to term "FSM" in pageinspect...
2022-03-08  Andres Freundplpython: Restore alternative output for plpython_error...
2022-03-08  Tomas VondraStabilize test_decoding touching with sequences
2022-03-08  Andres Freundplpython: add missing plpython.h include to plpy_plpymo...
2022-03-08  Robert HaasFix LZ4 tests for remaining buffer space.
2022-03-08  Robert HaasAdd support for zstd base backup compression.
2022-03-08  Michael PaquierImprove comment in execReplication.c
2022-03-08  Amit KapilaAdd the additional information to the logical replicati...
2022-03-08  Andres Freundplpython: Adjust docs after removal of Python 2 support.
2022-03-08  Andres Freundplpython: Code cleanup related to removal of Python...
2022-03-08  Andres Freundplpython: Remove regression test infrastructure for...
2022-03-08  Andres Freundplpython: Remove plpythonu, plpython2u and associated...
2022-03-08  Michael PaquierSimplify SRFs using materialize mode in contrib/ modules
2022-03-07  Tomas VondraCall ReorderBufferProcessXid from sequence_decode
2022-03-07  Peter EisentrautAdd pg_analyze_and_rewrite_varparams()
2022-03-07  Amit KapilaMake the errcontext message in logical replication...
2022-03-07  Michael PaquierCreate routine able to set single-call SRFs for Materia...
2022-03-05  Andres Freundci: windows: Work around cirrus-ci bug causing test...
2022-03-05  Noah MischUse PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non...
2022-03-05  Noah MischIntroduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non...
2022-03-04  Tom LaneFix pg_regress to print the correct postmaster address...
2022-03-04  Peter EisentrautParse/analyze function renaming
2022-03-04  Peter Eisentrautpsql: Make SSL info display more compact
2022-03-04  Amit KapilaAdd some additional tests for row filters in logical...
2022-03-04  Tom LaneTighten overflow checks in tidin().
2022-03-04  Michael Paquierdoc: Fix description of pg_stop_backup()
2022-03-04  Tom LaneRemove some pointless code in block.h.
2022-03-04  Tom LaneFix bogus casting in BlockIdGetBlockNumber().
2022-03-03  Tom LaneClean up assorted failures under clang's -fsanitize...
2022-03-03  Michael PaquierFix catalog data of pg_stop_backup(), labelled v2
2022-03-02  Tom LaneDoc: update libpq.sgml for root-owned SSL private keys.
2022-03-02  Peter EisentrautAdd id's to various elements in protocol.sgml
2022-03-01  Tatsuo IshiiFix typo in pgbench messages.
2022-03-01  Michael PaquierFix check for PGHOST[ADDR] in pg_upgrade with Windows...
2022-03-01  Peter Eisentrautpsql: Additional tests
2022-03-01  Michael PaquierRework internal command generation of pg_rewind
2022-03-01  Amit KapilaReconsider pg_stat_subscription_workers view.
2022-02-28  Tom LaneHandle integer overflow in interval justification funct...
2022-02-28  Tom LaneAllow root-owned SSL private keys in libpq, not only...
2022-02-28  Tom LaneDon't use static storage for SaveTransactionCharacteris...
2022-02-28  Tom LaneFix SPI's handling of errors during transaction commit.
2022-02-28  Tom LaneAdjust interaction of libpq pipeline mode with errorMes...
2022-02-28  Peter EisentrautImprove some psql test code
2022-02-28  Michael Paquierpg_stat_statements: Remove unnecessary call to GetUserId()
2022-02-27  Dean RasheedOptimise numeric division for one and two base-NBASE...
2022-02-27  Dean RasheedSimplify the inner loop of numeric division in div_var().
2022-02-27  Dean RasheedApply auto-vectorization to the inner loop of div_var_f...
2022-02-27  Andres FreundRun tap tests in src/interfaces/libpq.
2022-02-27  Andres FreundConvert src/interfaces/libpq/test to a tap test.
2022-02-27  Andres FreundFix use of wrong variable in pg_receivewal's get_destin...
2022-02-27  Andres FreundFix warning on mingw due to pid_t width, introduced...
2022-02-26  Amit KapilaFix typo in logicalfuncs.c.
2022-02-26  Andres FreundAdd further debug info to help debug 019_replslot_limit...
2022-02-25  Tom LaneDisallow execution of SPI functions during plperl funct...
2022-02-25  Andres Freundpg_waldump: Fix error message for WAL files smaller...
2022-02-25  Peter Geogheganvacuumlazy.c: Remove obsolete num_tuples field.
2022-02-25  Amit KapilaFix few values in pg_proc for pg_stat_get_replication_slot.
2022-02-25  Peter GeogheganRemove unnecessary heap_tuple_needs_freeze argument.
2022-02-24  Daniel GustafssonGuard against reallocation failure in pg_regress
2022-02-24  Heikki LinnakangasFix data loss on crash after sorted GiST index build.
2022-02-24  Michael PaquierSimplify more checks related to set-returning functions
2022-02-24  Michael PaquierClean up and simplify code in a couple of set-returning...
2022-02-24  Etsuro Fujitapostgres_fdw: Add support for parallel commit.
next