]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2022-02-24  Amit KapilaFix one of the tests introduced in commit 52e4f0cd47.
2022-02-23  Tom LaneRe-allow underscore as first character of custom GUC...
2022-02-23  Daniel GustafssonQuick exit on log stream child exit in pg_basebackup
2022-02-23  Daniel GustafssonRemove duplicated word in comment
2022-02-23  Daniel GustafssonAdd function to pump IPC process until string match
2022-02-23  Daniel GustafssonUse test functions in pg_rewind test module
2022-02-23  Daniel GustafssonFix statenames in mergejoin comments
2022-02-23  Andres FreundAdd temporary debug info to help debug 019_replslot_lim...
2022-02-22  Peter EisentrautPut typtype letters back into consistent order
2022-02-22  Amit KapilaAllow specifying row filters for logical replication...
2022-02-22  Michael PaquierAdd compute_query_id = regress
2022-02-21  Tom LaneDisallow setting bogus GUCs within an extension's reser...
2022-02-21  Andres FreundAssert in init_toast_snapshot() that some snapshot...
2022-02-21  Andres FreundFix temporary object cleanup failing due to toast acces...
2022-02-21  Andres Freundpg_upgrade: Don't print progress status when output...
2022-02-21  Peter Eisentrautpgcrypto: Remove unused error code
2022-02-21  Peter Eisentrautpgcrypto: Remove unused error code
2022-02-21  Peter EisentrautFix possible null pointer reference
2022-02-21  Michael Paquierdoc: Mention environment variable ZSTD in the TAP tests...
2022-02-20  Andres FreundFix meaning-changing typo introduced in fa0e03c15a9f.
2022-02-20  Tom LaneReset conn->errorReported when PQrequestCancel sets...
2022-02-20  Andrew DunstanRemove most msys special processing in TAP tests
2022-02-20  Andrew DunstanRemove PostgreSQL::Test::Utils::perl2host completely
2022-02-20  Andrew DunstanEnsure the right perl is used for TAP tests on msys
2022-02-20  Heikki LinnakangasFix uninitialized variable.
2022-02-20  John NaylorUse bitwise rotate functions in more places
2022-02-19  Michael Paquierdoc: Simplify description of --with-lz4
2022-02-19  Michael PaquierFix inconsistencies in SRF checks of pg_config() and...
2022-02-18  Tom LaneRearrange libpq's error reporting to avoid duplicated...
2022-02-18  Robert HaasAdd support for building with ZSTD.
2022-02-18  Tom LaneDon't let libpq PGEVT_CONNRESET callbacks break a PGconn.
2022-02-18  Tom LaneDon't let libpq "event" procs break the state of PGresu...
2022-02-18  Tom LaneSuppress warning about stack_base_ptr with late-model...
2022-02-18  Fujii MasaoFix comment in CheckIndexCompatible().
2022-02-18  Fujii Masaopostgres_fdw: Make postgres_fdw.application_name suppor...
2022-02-18  Amit KapilaFix a comment in worker.c.
2022-02-17  Tom LaneAvoid dangling-pointer usage in pg_basebackup progress...
2022-02-17  Robert HaasAdd missing binary-upgrade guard.
2022-02-17  Andrew DunstanDisable perl2host() processing in TAP tests
2022-02-17  Andres Freundplpython: Reject Python 2 during build configuration.
2022-02-17  Peter GeogheganIncrease hash_mem_multiplier default to 2.0.
2022-02-17  Peter GeogheganAvoid VACUUM reltuples distortion.
2022-02-17  Michael PaquierRemove all traces of tuplestore_donestoring() in the...
2022-02-16  Heikki LinnakangasFix bogus log message when starting from a cleanly...
2022-02-16  John NaylorAdd missing TYPEALIGN macros
2022-02-16  Heikki LinnakangasFix read beyond buffer bug introduced by the split...
2022-02-16  Peter EisentrautReject trailing junk after numeric literals
2022-02-16  Heikki LinnakangasSplit xlog.c into xlog.c and xlogrecovery.c.
2022-02-16  Heikki LinnakangasMove code around in StartupXLOG().
2022-02-16  Heikki LinnakangasRefactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.
2022-02-16  Heikki LinnakangasRun pgindent on xlog.c.
2022-02-16  Etsuro FujitaDoc: Update documentation for modifying postgres_fdw...
2022-02-16  Michael PaquierAdd TAP test to automate the equivalent of check_guc...
2022-02-15  Heikki LinnakangasFix race condition in 028_pitr_timelines.pl test, add...
2022-02-15  Peter GeogheganUpdate "don't truncate with failsafe" rationale.
2022-02-15  Tom LaneEnsure that length argument of memcmp() isn't seen...
2022-02-15  Tom LaneEnsure that the argument of shmdt(2) is declared "void *".
2022-02-15  Andres Freunddocs: Work around bug in the docbook xsl stylesheets.
2022-02-15  Tom LaneReject change of output-column collation in CREATE...
2022-02-15  Daniel GustafssonEnsure that STDERR is empty in connect_ok tests
2022-02-15  Peter EisentrautFix XML namespace declarations
2022-02-15  Heikki LinnakangasAdd more logging to new 028_pitr_timelines.pl test.
2022-02-15  Peter EisentrautRemove IS_AF_UNIX macro
2022-02-15  John NaylorSpell "startup process" with lower case in the document...
2022-02-15  Peter EisentrautAdd test case for trailing junk after numeric literals
2022-02-15  Peter EisentrautRemove pg_atoi()
2022-02-15  Andres FreundAdd isolation test for errors during logical slot creation.
2022-02-15  Michael PaquierRemove command checks in tests of pg_basebackup and...
2022-02-15  Michael PaquierFix thinko with subdirectories generated by pg_upgrade...
2022-02-15  Andres FreundMove replication slot release to before_shmem_exit().
2022-02-14  Peter EisentrautRemove one use of pg_atoi()
2022-02-14  Peter EisentrautMove scanint8() to numutils.c
2022-02-14  Tom LaneSuppress integer-overflow compiler warning for inconsis...
2022-02-14  Tom LaneDelete contrib/xml2's legacy implementation of xml_is_w...
2022-02-14  Heikki LinnakangasAdd test case for an archive recovery corner case.
2022-02-14  Peter EisentrautAdd missing node support functions
2022-02-14  Peter EisentrautDatabase-level collation version tracking
next