users/gsingh/postgres.git
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...
2022-01-28 Robert HaasRemove superfluous variable.
2022-01-28 Robert HaasMove the code to archive files via the shell to a separ...
2022-01-28 Robert HaasAdjust server-side backup to depend on pg_write_server_...
2022-01-28 Robert Haaspg_basebackup: Cleaner handling when compression is...
2022-01-28 Robert HaasFix mistakes in commit d45099425eb19e420433c9d81d354fe5...
2022-01-28 Robert HaasAllow server-side compression to be used with -Fp.
2022-01-28 Peter EisentrautAdd HEADER support to COPY text format
2022-01-28 Peter EisentrautAdd some const decorations
2022-01-28 Peter Eisentrautdoc: Update ALTER COLLATION wording
2022-01-28 Etsuro FujitaFix typo in comment.
2022-01-28 Fujii MasaoPrevent memory context logging from sending log message...
2022-01-27 Andres FreundSpecify --host in 027_stream_regress.pl's pg_regress...
2022-01-27 Robert HaasAvoid referencing Z_DEFAULT_COMPRESSION outside HAVE_LIBZ.
2022-01-27 Robert Haaspg_basebackup: Add a dummy return to bbsink_gzip_new().
2022-01-27 Tomas VondraFix ordering of XIDs in ProcArrayApplyRecoveryInfo
2022-01-27 Peter EisentrautRemove some trailing whitespace in documentation files
2022-01-27 Robert Haaspg_basebackup: Fix a couple of recently-introduced...
2022-01-27 Andrew DunstanImprove msys2 detection for TAP tests
2022-01-27 Peter Eisentrautpsql: Add tab completion for ALTER COLLATION / REFRESH...
2022-01-27 Peter EisentrautChange collate and ctype fields to type text
2022-01-27 Etsuro Fujitapostgres_fdw: Fix handling of a pending asynchronous...
2022-01-27 Noah MischOn sparc64+ext4, suppress test failures from known...
2022-01-26 Magnus HaganderFix pg_hba_file_rules for authentication method cert
2022-01-25 Tom LaneReplace use of deprecated Python module distutils.sysco...
2022-01-25 Tom LaneRevert "Temporarily add some information about python...
2022-01-25 Robert HaasTidy up a few cosmetic issues related to pg_basebackup.
2022-01-25 David RowleyConsider parallel awareness when removing single-child...
2022-01-25 Michael PaquierImprove errors related to incorrect TLI on checkpoint...
2022-01-25 Michael PaquierFix various typos, grammar and code style in comments...
2022-01-24 Andrew DunstanUnbreak pg_verifybackup/t/008_untar.pl on msys
2022-01-24 Andrew DunstanAdd tests of the CREATEROLE attribute
next