postgresql.git
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.
2022-02-09 Tom LaneTest honestly for <sys/signalfd.h>.
2022-02-09 Daniel GustafssonFix typo in archive modules docs
2022-02-09 Daniel GustafssonFree temporary memory when reading TOC
2022-02-09 Michael PaquierRetire src/backend/utils/misc/check_guc
2022-02-09 Michael PaquierAdd TAP test to automate the equivalent of check_guc
2022-02-09 Tom LaneRemove ppport.h's broken re-implementation of eval_pv().
2022-02-08 Robert HaasRemove MaxBackends variable in favor of GetMaxBackends...
2022-02-08 Tom LaneRename create_function_N test scripts for clarity.
2022-02-08 Tom LaneRearrange core regression tests to reduce cross-script...
2022-02-08 Michael PaquierAdd PostgreSQL::Test::Cluster::config_data()
2022-02-07 Alexander KorotkovReduce non-leaf keys overlap in GiST indexes produced...
2022-02-07 Michael PaquierAdd (void) cast in front of rmtree() call at the end...
2022-02-06 Michael Paquierpg_upgrade: Move all the files generated internally...
2022-02-05 Tom LaneDoc: be clearer that foreign-table partitions need...
2022-02-05 Tom LaneTest, don't just Assert, that mergejoin's inputs are...
2022-02-04 John NaylorImprove worst-case performance of text_position_get_mat...
2022-02-04 Thomas MunroTrack LLVM 14 API changes, up to 2022-01-30.
next