users/rhaas/postgres.git
2022-01-24 Robert HaasServer-side gzip compression.
2022-01-24 Robert Haaspg_upgrade: Preserve database OIDs.
2022-01-24 Andrew DunstanUnbreak pg_basebackup/t/010_pg_basebackup.pl on msys
2022-01-24 Tom LaneRemember to reset yy_start state when firing up repl_sc...
2022-01-24 Andres FreundTemporarily add some information about python include...
2022-01-23 Andres Freundpg_basebackup: Skip a few more fsyncs if --no-sync...
2022-01-23 Tom Lanepg_dump: avoid useless query in binary_upgrade_set_type...
2022-01-23 Tom LaneClean up recent Coverity complaints.
2022-01-23 Tom LaneSuppress variable-set-but-not-used warning from clang 13.
2022-01-23 Tomas VondraCorrect type of front_pathkey to PathKey
2022-01-23 Tomas VondraCheck syscache result in AlterStatistics
2022-01-22 Tom LaneRemove useless inline marker.
2022-01-22 Tom LaneDoc: add cross-references between array_to_string and...
2022-01-22 Tom LaneFlush table's relcache during ALTER TABLE ADD PRIMARY...
2022-01-21 Tom LaneFix race condition in gettext() initialization in libpq...
2022-01-21 Andres Freundfsync pg_logical/mappings in CheckPointLogicalRewriteHe...
2022-01-21 Etsuro Fujitapostgres_fdw: Fix subabort cleanup of connections used...
2022-01-21 Michael PaquierFix one-off bug causing missing commit timestamps for...
2022-01-21 Thomas MunroAdd new simple TAP test for tablespaces, attempt II.
2022-01-21 Michael PaquierExtend the options of pg_basebackup to control compression
2022-01-20 Tom LaneRevert "Make configure prefer python3 to plain python."
2022-01-20 Tom LaneTighten TAP tests' tracking of postmaster state some...
2022-01-20 Robert HaasSupport base backup targets.
2022-01-20 Andrew DunstanAllow clean.bat to be run from anywhere
2022-01-20 Robert HaasRemove 'datlastsysoid'.
2022-01-20 Thomas MunroTry to stabilize reloptions test, again.
2022-01-20 Peter EisentrautCall pg_newlocale_from_collation() also with default...
2022-01-20 Michael Paquierdoc: Mention the level of locks taken on objects in...
2022-01-19 Jeff DavisMake logical decoding a part of the rmgr.
2022-01-19 Tom Laneinterval_out() must be marked STABLE, not IMMUTABLE.
2022-01-19 Tom LaneTAP tests: check for postpid anyway when "pg_ctl start...
2022-01-19 Tom LaneMake configure prefer python3 to plain python.
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...
next