]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
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...
next