]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2021-09-13  Tom LaneDoc: improve documentation of CREATE/ALTER SUBSCRIPTION.
2021-09-13  Tom LaneFix EXIT out of outermost block in plpgsql.
2021-09-13  Amit KapilaFix reorder buffer memory accounting for toast changes.
2021-09-13  Michael PaquierFix error handling with threads on OOM in ECPG connecti...
2021-09-13  Amit KapilaDoc: Change optional parameters grouping in Create...
2021-09-13  Michael PaquierAdd regression tests for csvlog with the logging collector
2021-09-13  Michael PaquierRefactor the syslogger pipe protocol to use a bitmask...
2021-09-11  Tom LaneMake pg_regexec() robust against out-of-range search_start.
2021-09-10  Tom LaneFix some anomalies with NO SCROLL cursors.
2021-09-10  Noah MischUpdate src/test/kerberos to account for previous commit.
2021-09-10  Noah MischRevoke PUBLIC CREATE from public schema, now owned...
2021-09-09  Tom LaneAvoid fetching from an already-terminated plan.
2021-09-09  Fujii Masaopgbench: Stop counting skipped transactions as soon...
2021-09-09  Tom LaneCheck for relation length overrun soon enough.
2021-09-09  Fujii MasaoFix issue with WAL archiving in standby.
2021-09-09  Peter EisentrautFix _equalA_Const
2021-09-09  Peter EisentrautRemove Value node struct
2021-09-09  Peter EisentrautRemove useless casts
2021-09-09  Michael PaquierMake shared_memory_size a preset option
2021-09-08  Tom LaneAvoid useless malloc/free traffic around getFormattedTy...
2021-09-08  Tom LaneFix misleading comments about TOAST access macros.
2021-09-08  Tom LaneIn psql tab completion, offer spelled-out commands...
2021-09-08  Tom LaneFix rewriter to set hasModifyingCTE correctly on rewrit...
2021-09-08  Daniel GustafssonConsistently use "superuser" instead of "super user"
2021-09-08  Peter EisentrautFix typo
2021-09-08  Peter EisentrautDisable anonymous record hash support except in special...
2021-09-08  Fujii Masaopostgres_fdw: Revert unstable tests for postgres_fdw...
2021-09-08  Peter EisentrautFix incorrect format placeholders
2021-09-08  Amit KapilaInvalidate relcache for publications defined for all...
2021-09-08  Michael PaquierFix compilation warning in ipci.c
next