postgresql.git
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.
2022-02-04 Amit KapilaImprove invalidation handling in pgoutput.c.
2022-02-03 Robert HaasIn basic_archive tests, insist on wal_level='replica'.
2022-02-03 Robert HaasAllow archiving via loadable modules.
2022-02-03 Andres FreundFix compiler warning in non-assert builds, introduced...
2022-02-03 Andrew DunstanAuthorize new user in pg_basebackup tests
2022-02-03 Peter EisentrautAdd UNIQUE null treatment option
2022-02-03 Etsuro FujitaFurther fix for EvalPlanQual with mix of local and...
2022-02-03 Tom LaneRemove configure's check for rl_completion_append_chara...
2022-02-03 Bruce Momjiandoc: clarify syntax notation, particularly parentheses
2022-02-03 Andres Freundwindows: Improve crash / assert / exception handling.
2022-02-03 Andres Freundci: windows: run tests under timeout.
2022-02-02 Tom LaneImprove psql tab-completion tests.
2022-02-02 Robert HaasFix server crash bug in 'server' backup target.
2022-02-02 Peter EisentrautSome cleanup for change of collate and ctype fields...
2022-02-02 Peter Eisentrautdoc: Fix mistake in PL/Python documentation
2022-02-02 Thomas MunroFix recovery conflict in 027_stream_regress.pl.
2022-02-01 Tom LaneTreat case of tab-completion keywords a bit more carefully.
2022-02-01 Tom LaneDoc: modernize documentation for lo_create()/lo_creat().
2022-01-31 John NaylorFix missing undefine in sort_template.h
2022-01-31 Tom LaneSimplify coding around path_contains_parent_reference().
2022-01-31 Tom LaneMake canonicalize_path() more canonical.
2022-01-31 Andres Freundplperl: windows: Use Perl_setlocale on 5.28+, fixing...
2022-01-30 Michael PaquierIntroduce pg_settings_get_flags() to find flags associa...
2022-01-30 Tom Lanepsql: improve tab-complete's handling of variant SQL...
2022-01-30 Alvaro HerreraRemove xloginsert.h from xlog.h
2022-01-29 Tom LaneFix failure to validate the result of select_common_type().
2022-01-29 Michael PaquierFix comments about bgworker registration before MaxBack...
2022-01-29 Peter Geogheganvacuumlazy.c: Rename state field for consistency.
2022-01-29 Michael PaquierFix incorrect memory context switch in COPY TO execution
2022-01-28 Robert HaasAdd bbstreamer_gzip.c to Mkvcbuild.pm.
2022-01-28 Alvaro HerreraTab-complete ALTER PUBLICATION ADD TABLE with list...
next