]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2021-10-12  Peter Eisentrautpsql: More tests
2021-10-12  Michael PaquierAdd more $Test::Builder::Level in the TAP tests
2021-10-12  Fujii MasaoMake autovacuum launcher more responsive to pg_log_back...
2021-10-12  Peter Geogheganamcheck: Skip unlogged relations in Hot Standby.
2021-10-11  Tom LaneMake configure check for minimum required version of...
2021-10-11  Tom LaneFix EXPLAIN of SEARCH BREADTH FIRST queries some more.
2021-10-11  Michael PaquierClean up more code using "(expr) ? true : false"
2021-10-10  Tom LaneDoc: update testing recipe in src/test/perl/README.
2021-10-09  Tom LaneDoc: improve documentation for ^@ starts-with operator.
2021-10-08  Michael PaquierRefactor fallback to stderr for csvlog to handle better...
2021-10-07  Tom LaneDoc: update our claims about the minimum recommended...
2021-10-07  Tom LaneUpdate test/perl/README to insist on Perl version ...
2021-10-07  Tom LaneAdjust configure to insist on Perl version >= 5.8.3.
2021-10-07  Tom Laneplperl: update ppport.h to Perl 5.34.0.
2021-10-07  Etsuro Fujitapostgres_fdw: Fix comments in connection.c.
2021-10-07  Etsuro FujitaAdd missing word to comment in joinrels.c.
2021-10-07  Michael PaquierFix compilation warning in syslogger.c
2021-10-07  Peter EisentrautImprove order in file
2021-10-07  Michael PaquierRefactor per-destination file rotation in logging collector
2021-10-06  Tom LaneFix null-pointer crash in postgres_fdw's conversion_err...
2021-10-06  Tom LaneDoc: improve timezone/README's recipe for tracking...
2021-10-06  Dean RasheedFix corner-case loss of precision in numeric_power().
2021-10-06  Peter EisentrautFix loop variable signedness
2021-10-06  Michael PaquierFix warning in TAP test of pg_verifybackup
2021-10-05  Robert HaasFlexible options for CREATE_REPLICATION_SLOT.
2021-10-05  Robert HaasFlexible options for BASE_BACKUP.
2021-10-05  Fujii MasaoMake recovery report error message when invalid page...
next