]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2022-02-14  Peter EisentrautImprove correlation names in sanity tests
2022-02-14  Thomas MunroUse WL_SOCKET_CLOSED for client_connection_check_interval.
2022-02-14  Thomas MunroAdd WL_SOCKET_CLOSED for socket shutdown events.
2022-02-14  Amit KapilaWAL log unchanged toasted replica identity key attributes.
2022-02-14  Thomas MunroTrack LLVM 15 changes.
2022-02-14  John NaylorCorrect Makefile dependencies for catalog scripts
2022-02-14  Michael PaquierAdd ./configure check for "lz4" command
2022-02-14  Alexander KorotkovFix memory leak in IndexScan node with reordering
2022-02-14  Michael PaquierMake origin data initialization consistent other fields...
2022-02-14  Tom LaneFix misuse of "const" qualifier.
2022-02-13  Thomas MunroRemove REGRESS_OUTPUTDIR environment variable.
2022-02-13  Tom LaneSilence minor compiler warnings.
2022-02-13  Andres Freundci: fix copy-paste mistake in 16eb8231d1b.
2022-02-12  Andres Freundci: macos: align sysinfo_script to other tasks.
2022-02-12  Andres Freundci: Only use one artifact instruction for logs.
2022-02-12  Andres Freundci: s/CCACHE_SIZE/CCACHE_MAXSIZE/.
2022-02-12  Tomas VondraFix skip-empty-xacts with sequences in test_decoding
2022-02-12  Tom LaneMove libpq's write_failed mechanism down to pqsecure_ra...
2022-02-12  Tom LaneFix thinko in PQisBusy().
2022-02-12  Michael PaquierRevert "Add TAP test to automate the equivalent of...
2022-02-12  Peter GeogheganConsolidate VACUUM xid cutoff logic.
2022-02-12  Peter GeogheganAdd VACUUM instrumentation for scanned pages, relfrozenxid.
2022-02-11  Tomas VondraAdd decoding of sequences to test_decoding
2022-02-11  Peter GeogheganSimplify lazy_scan_heap's handling of scanned pages.
2022-02-11  Thomas MunroFix DROP {DATABASE,TABLESPACE} on Windows.
2022-02-11  Tom LaneDon't use_physical_tlist for an IOS with non-returnable...
2022-02-11  Daniel GustafssonReplace Test::More plans with done_testing
2022-02-11  Robert Haaspg_basebackup: Allow client-side LZ4 (de)compression.
2022-02-11  Robert HaasAdd suport for server-side LZ4 base backup compression.
2022-02-10  Tom LaneMake pg_ctl stop/restart/promote recheck postmaster...
2022-02-10  Andrew DunstanUse gendef instead of pexports for building windows...
2022-02-10  Tomas VondraLogical decoding of sequences
2022-02-10  Robert HaasRemove server support for the previous base backup...
2022-02-10  Tom LaneMake timeout.c more robust against missed timer interrupts.
2022-02-10  Robert HaasRemove server support for old BASE_BACKUP command syntax.
2022-02-10  Daniel GustafssonSet SNI ClientHello extension to localhost in tests
2022-02-10  Peter EisentrautRemove unnecessary resetPQExpBuffer call
2022-02-10  Peter Eisentrautpsql: Rename results to result when only a single one...
2022-02-10  Peter EisentrautUpdate comment
2022-02-10  Fujii MasaoAdd min() and max() aggregates for xid8.
2022-02-10  Noah MischUse Test::Builder::todo_start(), replacing $::TODO.
2022-02-10  Michael PaquierFix typo in multixact.c
2022-02-10  Michael PaquierReduce more the number of calls to GetMaxBackends()
2022-02-09  Tom LaneFurther tweaks for psql's new tab-completion logic.
next