users/gsingh/postgres.git
2022-01-19 Tom LaneDon't enable fsync in src/test/recovery/t/008_fsm_trunc...
2022-01-19 Tom LaneRemove redundant memory context switches in BeginCopyFr...
2022-01-19 Daniel GustafssonDynamically find correct installation docs in Makefile.
2022-01-19 Robert HaasFix alignment problem with bbsink_copystream buffer.
2022-01-19 Michael Paquierdoc: Fix description of pg_replication_origin_oid(...
2022-01-18 Tom LaneMake PQcancel use the PGconn's tcp_user_timeout and...
2022-01-18 Robert HaasModify pg_basebackup to use a new COPY subprotocol...
2022-01-18 Thomas MunroTry to stabilize the reloptions test.
2022-01-18 Peter EisentrautRevert "Replace use of deprecated Python module distuti...
2022-01-18 Peter EisentrautFix thinko in psql test
2022-01-18 Peter EisentrautReplace use of deprecated Python module distutils.sysconfig
2022-01-18 John NaylorImprove code clarity in epilogue of UTF-8 verification...
2022-01-18 Tom LaneFix psql \d's query for identifying parent triggers.
2022-01-17 Andres Freundtests: Consistently use pg_basebackup -cfast --no-sync...
2022-01-17 Andres Freundheap pruning: Only call BufferGetBlockNumber() once.
2022-01-17 Thomas MunroMove 027_stream_regress.pl's output to tmp_check.
2022-01-17 Robert Haaspg_upgrade: Preserve relfilenodes and tablespace OIDs.
2022-01-17 Tom LaneAvoid calling gettext() in signal handlers.
2022-01-17 Tom LaneAvoid calling strerror[_r] in PQcancel().
2022-01-17 Peter EisentrautFix for new Boolean node
2022-01-17 Peter EisentrautAdd Boolean node
2022-01-17 Michael PaquierFix typo in pg_dumpall.c
2022-01-17 Michael PaquierAdd support for --no-table-access-method in pg_{dump...
2022-01-17 Thomas MunroTest replay of regression tests, attempt II.
2022-01-17 Amit KapilaConsistently use the function name CreateCheckPoint...
2022-01-17 Michael PaquierIntroduce log_destination=jsonlog
2022-01-16 Tom LaneTeach hash_ok_operator() that record_eq is only sometim...
2022-01-16 Tom LaneFix psql's tab-completion of enum label values.
2022-01-16 Tom LaneClean up TAP tests' usage of wait_for_catchup().
2022-01-16 Tomas VondraAdd stxdinherit flag to pg_statistic_ext_data
2022-01-16 Michael PaquierUpdate copyright notice to 2022 for recently-introduced...
2022-01-15 Tom LaneRemove standby_schedule and associated test files.
2022-01-15 Tom LaneAdd simple test for physical replication of sequences.
2022-01-15 Tomas VondraBuild inherited extended stats on partitioned tables
2022-01-15 Fujii MasaoAdd tab-completion for CREATE FOREIGN TABLE.
2022-01-15 Tomas VondraIgnore extended statistics for inheritance trees
2022-01-15 Peter GeogheganUnify VACUUM VERBOSE and autovacuum logging.
2022-01-14 Thomas MunroRevert "Add new simple TAP test for tablespaces."
2022-01-14 Thomas MunroRevert "Test replay of regression tests."
2022-01-14 Thomas MunroTest replay of regression tests.
2022-01-14 Thomas MunroAdd new simple TAP test for tablespaces.
2022-01-14 Thomas MunroUse in-place tablespaces in regression test.
2022-01-14 Thomas MunroAllow "in place" tablespaces.
2022-01-14 Peter EisentrautRename value node fields
2022-01-14 Peter EisentrautRefactor AlterRole()
2022-01-14 Andres FreundAssert redirect pointers are sensible after heap_page_p...
2022-01-14 Andres FreundFix possible HOT corruption when RECENTLY_DEAD changes...
2022-01-13 Tom LaneFix ruleutils.c's dumping of whole-row Vars in more...
2022-01-13 Andres Freundci: windows: run initdb with --no-sync.
2022-01-13 Andres Freundci: windows: enable build summary to make it easier...
2022-01-13 Michael PaquierImprove error handling of HMAC computations
2022-01-13 Fujii Masaodoc: Add "(process)" to the term "WAL receiver" in...
2022-01-13 Michael PaquierFix incorrect comments in hmac.c and hmac_openssl.c
2022-01-12 Peter GeogheganFix memory leak in indexUnchanged hint mechanism.
2022-01-12 Peter Geogheganvacuumlazy.c: fix "garbage tuples" reference.
2022-01-12 Tomas VondraConsider fractional paths in generate_orderedappend_paths
2022-01-12 Alvaro HerreraAdd index on pg_publication_rel.prpubid
2022-01-12 Tom LaneInclude permissive/enforcing state in sepgsql log messages.
2022-01-12 Peter Eisentrautecpg: Catch zero-length Unicode identifiers correctly
2022-01-12 Michael PaquierMove any code specific to log_destination=csvlog to...
2022-01-12 Michael PaquierRefactor set of routines specific to elog.c
2022-01-12 Michael PaquierFix comment related to pg_cryptohash_error()
2022-01-11 Thomas MunroAdd missing include guard to win32ntdll.h.
2022-01-11 Tom LaneImprove error message for missing extension.
2022-01-11 Tom LaneClean up messy API for src/port/thread.c.
2022-01-11 John NaylorImprove warning message in pg_signal_backend()
2022-01-11 Tom LaneClean up error message reported after \password encrypt...
2022-01-11 Fujii MasaoEnhance pg_log_backend_memory_contexts() for auxiliary...
2022-01-11 Amit KapilaUpdate docs of logical replication for commit 8d74fc96db.
2022-01-11 Amit KapilaFix typo in rewriteheap.c.
2022-01-11 Michael PaquierImprove error handling of cryptohash computations
2022-01-10 Tom LaneDoc: fix bogus example about ambiguous timestamps.
2022-01-10 Andrew DunstanAvoid warning about uninitialized value in MSVC python3...
2022-01-10 Thomas MunroMake EXEC_BACKEND more convenient on Linux and FreeBSD.
2022-01-10 Peter EisentrautRename functions to avoid future conflicts
2022-01-10 Tom LanePrefer $HOME when looking up the current user's home...
2022-01-09 Tom LaneMake pg_get_expr() more bulletproof.
2022-01-09 Jeff DavisMore cleanup of a2ab9c06ea.
2022-01-08 Tom LaneFix results of index-only scans on btree_gist char...
2022-01-08 Jeff DavisFix pgperlcritic complaint, per buildfarm.
2022-01-08 Michael PaquierFix issues with describe queries of extended statistics...
2022-01-08 Jeff DavisRespect permissions within logical replication.
2022-01-08 Michael PaquierFix thinko coming from 000f3adf
2022-01-08 Bruce MomjianUpdate copyright for 2022
2022-01-07 Andrew DunstanAllow MSVC .bat wrappers to be called from anywhere
2022-01-07 Andrew DunstanSkip install/test of pgcrypto on MSVC when not built...
2022-01-07 Michael PaquierFix comment in fe-connect.c about PQping and pg_ctl
2022-01-07 Fujii Masaopostgres_fdw: Add regression test for postgres_fdw...
2022-01-07 Michael PaquierAdd TAP tests for pg_basebackup with compression
2022-01-07 Michael PaquierRefactor tar method of walmethods.c to rely on the...
2022-01-06 Tom LanePrevent altering partitioned table's rowtype, if it...
2022-01-06 Tom LaneExtend psql's \lo_list/\dl to be able to print large...
2022-01-06 Michael Paquierdoc: Remove link to JSON support in the SQL specification
2022-01-05 Tom LaneOn second thought, remove regex.linux.utf8 regression...
2022-01-05 Tom LaneEnable routine running of regex.linux.utf8 regression...
2022-01-05 Alvaro HerreraCreate foreign key triggers in partitioned tables too
2022-01-05 Tom LaneEnable routine running of citext's UTF8-specific test...
2022-01-05 Michael PaquierReduce relcache access in WAL sender streaming logical...
2022-01-04 Tom LaneRemove redundant initialization of BrinMemTuple.
2022-01-04 Alvaro HerreraFix silly mistake in Assert
next