]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2021-10-05  Tom LaneDoc: improve description of UNION/INTERSECT/EXCEPT...
2021-10-05  Fujii Masaodoc: Document pg_encoding_to_char() and pg_char_to_enco...
2021-10-05  Amit KapilaRemove obsolete comment in snapbuild.c.
2021-10-05  Fujii Masaopsql: Improve tab-completion for LOCK TABLE.
2021-10-04  Bruce Momjiandoc: remove URL for ICU explorer/locexp
2021-10-04  Andres FreundFix TestLib::slurp_file() with offset on windows.
2021-10-04  Andres Freundwindows: Define WIN32_LEAN_AND_MEAN to make compilation...
2021-10-04  Daniel GustafssonFix check for trapping exit() calls in libpq
2021-10-04  Tom LaneUpdate our mapping of Windows time zone names some...
2021-10-04  Peter EisentrautMake Unicode makefile parallel-safe
2021-10-04  Tom LaneDoc: fix minor issues in GiST support function document...
2021-10-04  Daniel GustafssonFix duplicate words in comments
2021-10-04  Daniel GustafssonProvide error hint on exit() check when building libpq
2021-10-04  Peter EisentrautUpdate Unicode map text files
2021-10-04  Daniel GustafssonProvide error hint if TAP tests are not enabled
2021-10-04  Daniel GustafssonReplace occurrences of InvalidXid with InvalidTransactionId
2021-10-04  Michael PaquierFix snapshot builds during promotion of hot standby...
2021-10-03  Tom LaneFix checking of query type in plpgsql's RETURN QUERY...
2021-10-03  Peter GeogheganEnable deduplication in system catalog indexes.
2021-10-02  Tom LaneUpdate our mapping of Windows time zone names using...
2021-10-02  Tom LaneRe-alphabetize the win32_tzmap[] array.
2021-10-02  Michael Paquierpg_stat_statements: Add some tests for older versions...
2021-10-01  Andres FreundReference test binary using TESTDIR in 001_libpq_pipeli...
2021-10-01  Alvaro HerreraError out if SKIP LOCKED and WITH TIES are both specified
2021-10-01  Alvaro HerreraRemove unstable, unnecessary test; fix typo
2021-10-01  Daniel GustafssonFix memory leak in pg_hmac
2021-10-01  Tom LaneAvoid believing incomplete MCV-only stats in get_variab...
2021-10-01  Tom LaneFix Portal snapshot tracking to handle subtransactions...
2021-10-01  Amit KapilaDoc: Move pg_stat_replication_slots view to "Collected...
2021-10-01  David RowleyEnsure interleaved_parts field is always initialized
2021-09-30  Tom LaneRemove gratuitous environment dependency in 002_types...
2021-09-30  Tom LaneTreat ETIMEDOUT as indicating a non-recoverable connect...
2021-09-30  Alvaro HerreraRepair two portability oversights of new test
2021-09-29  Peter Eisentrautpsql: Add various tests
2021-09-29  Alvaro HerreraFix WAL replay in presence of an incomplete record
2021-09-29  Fujii Masaopgbench: Fix handling of socket errors during benchmark.
2021-09-29  Fujii Masaopgbench: Correct log level of message output when socke...
2021-09-29  Michael PaquierClarify use of "statistics objects" in the code
2021-09-29  Peter EisentrautFix incorrect format placeholder
next