]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2021-09-21  Alvaro HerreraDocument XLOG_INCLUDE_XID a little better
2021-09-21  Michael PaquierIntroduce GUC shared_memory_size_in_huge_pages
2021-09-20  Peter GeogheganRemove overzealous index deletion assertion.
2021-09-20  Andres Freundpgstat: Prepare to use mechanism for truncated rels...
2021-09-20  Andres Freundpgstat: Split out relation stats handling from AtEO...
2021-09-20  Alvaro HerreraDoc: add glossary term for "auxiliary process"
2021-09-20  Tom LaneDoc: minor improvements for "Formatting" section.
2021-09-19  Tomas VondraDisallow extended statistics on system columns
2021-09-19  Tom LaneDoc: fix typos.
2021-09-18  Andres Freundprocess startup: Split single user code out of Postgres...
2021-09-18  Michael PaquierImprove some check logic in pg_receivewal
2021-09-17  Peter Geogheganpageinspect: Make page deletion elog less chatty.
2021-09-17  Tom LaneFix pull_varnos to cope with translated PlaceHolderVars.
2021-09-17  Michael PaquierClarify some errors in pg_receivewal when closing WAL...
2021-09-17  Michael PaquierDisable test for postgres -C on Msys
2021-09-16  Tom LaneFix EXPLAIN to handle SEARCH BREADTH FIRST queries.
2021-09-16  Peter EisentrautMessage style improvements
2021-09-16  Andres Freundprocess startup: Do InitProcess() at the same time...
2021-09-16  Andres FreundFix performance regression from session statistics.
2021-09-16  Fujii MasaoFix variable shadowing in procarray.c.
2021-09-16  Fujii MasaoUse int instead of size_t in procarray.c.
2021-09-16  Michael PaquierSupport "postgres -C" with runtime-computed GUCs
2021-09-15  Andres Freundprocess startup: Initialize PgStartTime earlier in...
2021-09-15  Tom LaneRemove arbitrary 64K-or-so limit on rangetable size.
2021-09-15  Peter EisentrautAdd Cardinality typedef
2021-09-15  Tom LaneDisallow LISTEN in background workers.
2021-09-15  Peter EisentrautMake node output prefix match node structure name
2021-09-15  Peter EisentrautFix hash_array
2021-09-15  Daniel Gustafssondoc: Clarify refresh options for DROP PUBLICATION
2021-09-15  Peter EisentrautFix incorrect format placeholders
2021-09-15  Peter EisentrautUpdate Unicode data to Unicode 14.0.0
2021-09-15  Michael PaquierUpdate README for resource owners about the resource...
2021-09-14  Tom LaneImprove log messages from pg_import_system_collations().
2021-09-14  Tom LaneSend NOTIFY signals during CommitTransaction.
2021-09-14  Tom LaneFix planner error with multiple copies of an Alternativ...
2021-09-14  Peter EisentrautAdd WRITE_INDEX_ARRAY
2021-09-14  Peter EisentrautAdd COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD
2021-09-14  Peter EisentrautRemove T_Expr
2021-09-14  Andres Freundjit: Do not try to shut down LLVM state in case of...
2021-09-14  Michael PaquierRemove code duplication for permission checks with...
2021-09-13  Tom LaneClear conn->errorMessage at successful completion of...
next