users/rhaas/postgres.git
2021-11-01 Robert HaasDemote ThisTimeLineID to a local variable. ThisTimeLineID4
2021-11-01 Robert Haasxlog.c: Adjust some more functions to pass the TLI...
2021-11-01 Robert Haasxlog.c: Make xlog_redo() not depend on ThisTimeLineID...
2021-11-01 Robert Haasxlog.c: Use XLogCtl->ThisTimeLineID in various places.
2021-11-01 Robert Haasxlog.c: Invent openLogTLI.
2021-11-01 Robert Haasxlog.c: Change assorted functions to take an explicit...
2021-10-29 Robert HaasChange ThisTimeLineID to be 'static' rather than 'extern'.
2021-10-29 Robert Haaswalreceiver.c: Don't rely on the global variable ThisTi...
2021-10-29 Robert Haaswalsender.c: Don't rely on the global variable ThisTime...
2021-10-29 Robert HaasAdd GetWALInsertionTimeLine(); also return it via GetFl...
2021-10-29 Robert HaasDon't set ThisTimeLineID when there's no reason to...
2021-10-29 Robert HaasFix race condition in startup progress reporting.
2021-10-29 Robert HaasWhen fetching WAL for a basebackup, report errors with...
2021-10-29 Peter GeogheganDemote pg_unreachable() in heapam to an assertion.
2021-10-29 Tom LaneTest and document the behavior of initialization cross...
2021-10-29 Tom LaneUpdate time zone data files to tzdata release 2021e.
2021-10-29 Amit KapilaAdd tap tests for the schema publications.
2021-10-29 Michael PaquierSpeed up TAP tests of pg_receivewal
2021-10-28 Tom LaneSpeed up printing of integers in snprintf.c.
2021-10-28 Tom LaneImprove contrib/amcheck's tests for CREATE INDEX CONCUR...
2021-10-28 Michael PaquierAdd TAP test for archive_cleanup_command and recovery_e...
2021-10-28 Michael Paquierdoc: Fix link to SELinux user guide in sepgsql page
2021-10-27 Peter GeogheganRemove obsolete nbtree LP_DEAD item comments.
2021-10-27 Jeff DavisGrant memory views to pg_read_all_stats.
2021-10-27 Daniel GustafssonFix typos in comments
2021-10-27 Peter GeogheganFix ordering of items in nbtree error message.
2021-10-27 Daniel GustafssonFix VPATH builds for src/test/ssl targets
2021-10-27 Peter GeogheganFurther harden nbtree posting split code.
2021-10-27 Magnus HaganderClarify that --system reindexes system catalogs *only*
2021-10-27 Michael PaquierAdd test for copy of shared dependencies from template...
2021-10-27 Amit KapilaAllow publishing the tables of schema.
2021-10-26 Jeff DavisAllow GRANT on pg_log_backend_memory_contexts().
2021-10-26 Fujii MasaoImprove HINT message that FDW reports when there are...
2021-10-26 Daniel GustafssonEnsure that slots are zeroed before use
2021-10-26 Michael Paquierdoc: Fix grammar in page of pg_receivewal
2021-10-26 Michael PaquierFix overly-lax regex pattern in TAP test of READ_REPLIC...
2021-10-26 Michael PaquierAllow pg_receivewal to stream from a slot's restart LSN
2021-10-25 Thomas MunroReject huge_pages=on if shared_memory_type=sysv.
2021-10-25 Robert HaasInitialize variable to placate compiler.
2021-10-25 Robert HaasReport progress of startup operations that take a long...
2021-10-25 Robert HaasAdd enable_timeout_every() to fire the same timeout...
2021-10-25 Robert HaasRemove useless code from CreateReplicationSlot.
2021-10-25 Robert HaasStartupXLOG: Don't repeatedly disable/enable local...
2021-10-25 Robert HaasStartupXLOG: Call CleanupAfterArchiveRecovery after...
2021-10-25 Heikki LinnakangasClarify the logic in a few places in the new balanced...
2021-10-24 Michael PaquierAdd replication command READ_REPLICATION_SLOT
2021-10-24 Tom LaneFix minor memory leaks in pg_dump.
2021-10-24 Andrew DunstanMove Perl test modules to a better namespace
2021-10-24 Noah MischFix CREATE INDEX CONCURRENTLY for the newest prepared...
2021-10-24 Noah MischAvoid race in RelationBuildDesc() affecting CREATE...
2021-10-23 Michael Paquierdoc: Describe calculation method of streaming start...
2021-10-22 Tom LaneIn pg_dump, use simplehash.h to look up dumpable object...
2021-10-22 Tom LaneFix frontend version of sh_error() in simplehash.h.
2021-10-22 Tom Lanepg_dump: fix mis-dumping of non-global default privileges.
2021-10-22 Andrew DunstanAdd module build directory to the PATH for TAP tests
2021-10-21 Tom LaneDoc: clarify a critical and undocumented aspect of...
2021-10-21 Daniel GustafssonFix SSL tests on 32-bit Perl
2021-10-21 Amit KapilaRemove unused wait events.
2021-10-21 Michael PaquierFix corruption of pg_shdepend when copying deps from...
2021-10-20 Tom LaneImprove pg_regress.c's infrastructure for issuing psql...
2021-10-20 Alvaro HerreraProtect against collation variations in test
2021-10-20 Michael PaquierFix build of MSVC with OpenSSL 3.0.0
2021-10-19 Alvaro HerreraEnsure correct lock level is used in ALTER ... RENAME
2021-10-19 Tom Lanepg_dump: Reorganize getTables()
2021-10-19 Andres FreundAdapt src/test/ldap/t/001_auth.pl to work with openldap...
2021-10-19 Daniel GustafssonRefactor the sslfiles Makefile target for ease of use
2021-10-19 Tom LaneFix assignment to array of domain over composite.
2021-10-19 Tom LaneRemove bogus assertion in transformExpressionList().
2021-10-19 Daniel GustafssonFix bug in TOC file error message printing
2021-10-19 Daniel GustafssonFix sscanf limits in pg_basebackup and pg_dump
2021-10-19 Michael PaquierBlock ALTER INDEX/TABLE index_name ALTER COLUMN colname...
2021-10-18 Alvaro HerreraInvalidate partitions of table being attached/detached
2021-10-18 Heikki LinnakangasFix parallel sort, broken by the balanced merge patch.
2021-10-18 Heikki LinnakangasFix duplicate typedef LogicalTape.
2021-10-18 Heikki LinnakangasFix format modifier used in elog.
2021-10-18 Heikki LinnakangasReplace polyphase merge algorithm with a simple balance...
2021-10-18 Heikki LinnakangasRefactor LogicalTapeSet/LogicalTape interface.
2021-10-18 Michael PaquierReset properly snapshot export state during transaction...
2021-10-18 Michael PaquierFix portability issues in new TAP tests of psql
2021-10-16 Tom LaneAvoid core dump in pg_dump when dumping from pre-8...
2021-10-16 Tom LaneMake pg_dump acquire lock on partitioned tables that...
2021-10-15 Peter GeogheganRemove obsolete nbtree deduplication comments.
2021-10-15 Andrew DunstanFix PostgresNode install_path sanity tests that fail...
2021-10-14 Peter GeogheganRemove unstable pg_amcheck tests.
2021-10-14 Robert Haasshm_mq: Update mq_bytes_written less often.
2021-10-14 Jeff DavisCheck criticalSharedRelcachesBuilt in GetSharedSecurity...
2021-10-14 Tom LaneFix planner error with pulling up subquery expressions...
2021-10-14 Robert HaasPostpone some end-of-recovery operations related to...
2021-10-13 Alvaro HerreraChange recently added test code for stability
2021-10-13 Peter Geogheganpg_amcheck: avoid unhelpful verification attempts.
2021-10-13 Robert HaasRefactor some end-of-recovery code out of StartupXLOG().
2021-10-13 Etsuro Fujitapostgres_fdw: Move comments about elog level in (sub...
2021-10-13 Michael PaquierFix use-after-free with multirange types in CREATE...
2021-10-13 Peter EisentrautFix incorrect format placeholder
2021-10-13 Michael PaquierFix tests of pg_upgrade across different major versions
2021-10-12 Peter Eisentrautpsql: Fix some scan-build warnings
2021-10-12 Peter GeogheganDoc: normalize vacuum_multixact_failsafe_age ID.
2021-10-12 Robert HaasRefactor basebackup.c's _tarWriteDir() function.
2021-10-12 Peter Eisentrautpsql: Fix test
2021-10-12 Peter Eisentrautpsql: Add test for handling of replication commands
next