]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2021-09-29  Michael Paquierdoc: Fix some typos and markups
2021-09-29  Michael PaquierRefactor output file handling when forking syslogger...
2021-09-28  Tom LaneFix instability in contrib/bloom TAP tests.
2021-09-28  Magnus HaganderProperly schema-prefix reference to pg_catalog.pg_get_s...
2021-09-28  Peter EisentrautSupport amcheck of sequences
2021-09-27  Tom LaneRe-enable contrib/bloom's TAP tests.
2021-09-27  Michael PaquierFix typos and grammar in code comments
2021-09-27  Peter GeogheganRemove unneeded nbtree latestRemovedXid comments.
2021-09-26  Thomas MunroTrack LLVM 14 API changes.
2021-09-26  Tom LaneAvoid unnecessary division in interval_cmp_value().
2021-09-26  Michael PaquierFix typos in docs
2021-09-25  Peter GeogheganUpdate obsolete nbtree deletion comments.
2021-09-25  Peter Geogheganvacuumlazy.c: Remove obsolete 'onecall' comment.
2021-09-25  Tom LaneDoc: extend warnings about collation-mismatch hazards...
2021-09-25  Michael Paquierdoc: Improve description of index vacuuming with GUCs
2021-09-25  Michael Paquierdoc: Add missing markup in CREATE EVENT TRIGGER page
2021-09-24  Peter Geoghegannbtree README: Add note about latestRemovedXid.
2021-09-23  Peter EisentrautAdd missing $Test::Builder::Level settings
2021-09-23  John NaylorAdd exception for unicode_east_asian_fw_table.h to...
2021-09-23  John NaylorAdd exception for unicode_east_asian_fw_table.h to...
2021-09-23  Alexander KorotkovSplit macros from visibilitymap.h into a separate header
2021-09-23  Tomas VondraRelease memory allocated by dependency_degree
2021-09-23  Tomas VondraFree memory after building each statistics object
2021-09-23  Peter GeogheganDocument issue with heapam line pointer truncation.
2021-09-22  Fujii Masaopostgres_fdw: Refactor transaction rollback code to...
2021-09-22  Peter EisentrautMake use of PG_INT64_MAX/PG_INT64_MIN
2021-09-22  Amit KapilaInvalidate all partitions for a partitioned table in...
2021-09-22  Amit KapilaAdd parent table name in an error in reorderbuffer.c.
2021-09-22  Peter GeogheganFix "single value strategy" index deletion issue.
2021-09-22  Michael PaquierFix some issues with TAP tests for postgres -C
2021-09-21  Michael PaquierFix places in TestLib.pm in need of adaptation to the...
2021-09-21  Tom LaneFix misevaluation of STABLE parameters in CALL within...
next