postgresql.git
2021-11-05 Robert HaasChange ThisTimeLineID from a global variable to a local...
2021-11-05 Robert HaasRemove all use of ThisTimeLineID global variable outsid...
2021-11-05 Robert HaasDon't set ThisTimeLineID when there's no reason to...
2021-11-05 Alvaro HerreraAvoid crash in rare case of concurrent DROP
2021-11-05 Alvaro HerreraDocument that ALTER TABLE .. TYPE removes statistics
2021-11-05 Alvaro HerreraPipeline mode disallows multicommand strings
2021-11-05 Alvaro HerreraDocument default and changeability of log_startup_progr...
2021-11-05 Robert HaasIntroduce 'bbstreamer' abstraction to modularize pg_bas...
2021-11-05 Alvaro HerreraReword doc blurb for vacuumdb --analyze-in-stages
2021-11-05 Robert HaasIntroduce 'bbsink' abstraction to modularize base backu...
2021-11-05 Robert Haasamcheck: Add additional TOAST pointer checks.
2021-11-05 Peter Eisentrautpgcrypto: Remove non-OpenSSL support
2021-11-05 Michael PaquierImprove psql tab completion for COMMENT
2021-11-05 Peter GeogheganAdd hardening to catch invalid TIDs in indexes.
2021-11-05 Michael PaquierAdd support for LZ4 compression in pg_receivewal
2021-11-05 Peter GeogheganAdd various assertions to heap pruning code.
2021-11-04 Michael PaquierFix some thinkos with pg_receivewal --compression-method
2021-11-04 Michael PaquierRework compression options of pg_receivewal
2021-11-04 Peter GeogheganAdd another old commit to git-blame-ignore-revs.
2021-11-03 Heikki LinnakangasUpdate alternative expected output file.
2021-11-03 Heikki LinnakangasFix snapshot reference leak if lo_export fails.
2021-11-03 Peter EisentrautFix incorrect format placeholder
2021-11-03 Peter GeogheganFix parallel amvacuumcleanup safety bug.
2021-11-02 Tom LaneBlind attempt to silence SSL compile failures on hamerkop.
2021-11-02 Peter GeogheganDon't overlook indexes during parallel VACUUM.
2021-11-02 Tom LaneEnsure consistent logical replication of datetime and...
2021-11-02 Tom LaneFix variable lifespan in ExecInitCoerceToDomain().
2021-11-02 Tom LaneDoc: clean up some places that mentioned template1...
2021-11-02 Tom LaneDoc: be more precise about conflicts between relation...
2021-11-02 Tom LaneAvoid O(N^2) behavior in SyncPostCheckpoint().
2021-11-02 Fujii Masaopgbench: Fix typo in comment.
2021-11-02 Fujii Masaopgbench: Improve error-handling in pgbench.
2021-11-02 Amit KapilaMove MarkCurrentTransactionIdLoggedIfAny() out of the...
2021-11-02 Amit KapilaReplace XLOG_INCLUDE_XID flag with a more localized...
2021-11-01 Daniel GustafssonReplace unicode characters in comments with ascii
2021-11-01 Tom LaneAvoid some other O(N^2) hazards in list manipulation.
2021-11-01 Alvaro HerreraHandle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
2021-11-01 Michael PaquierAdd TAP test for pg_receivewal with timeline switch
2021-11-01 Michael PaquierPreserve opclass parameters across REINDEX CONCURRENTLY
2021-10-31 Tom LaneDon't try to read a multi-GB pg_stat_statements file...
2021-10-31 Tom LaneDoc: improve README files associated with TAP tests.
2021-10-31 Tom LaneAvoid O(N^2) behavior when the standby process releases...
2021-10-31 Tom Laneplpgsql: report proper line number for errors in variab...
2021-10-30 Peter Eisentrautpg_dump: Refactor messages
2021-10-30 Peter Eisentrautdoc: Remove some obsolete pgcrypto documentation
2021-10-30 Peter Eisentrautuuid-ossp: Remove obsolete build connection with pgcrypto
2021-10-30 Peter EisentrautRemove unused chunk from standalone-profile.xsl
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()
next