]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-07-30  Heikki LinnakangasUpdate obsolete comment that still referred to Checkpoi...
2021-07-30  Etsuro Fujitapostgres_fdw: Fix handling of pending asynchronous...
2021-07-30  Amit KapilaRemove unused argument in apply_handle_commit_internal().
2021-07-29  Alvaro HerreraClose yet another race condition in replication slot...
2021-07-29  Daniel Gustafssondocs: Fix bit_count example output
2021-07-29  Tom LaneImprove libpq's handling of OOM during error message...
2021-07-29  Andrew DunstanAvoid calling TestLib::perl2host on a symlinked directory
2021-07-29  Andrew DunstanMake TestLib::perl2host more consistent and robust
2021-07-29  Michael PaquierAdd missing exit() in pg_verifybackup when failing...
2021-07-28  Fujii MasaoUpdate minimum recovery point on truncation during...
2021-07-28  John NaylorDisallow negative strides in date_bin()
2021-07-28  David RowleyDoc: Clarify lock levels taken during ATTACH PARTITION
2021-07-27  Alvaro HerreraSet pg_setting.pending_restart when pertinent config...
2021-07-27  Tom LaneFix bugs in polymorphic-argument resolution for multira...
2021-07-27  Fujii MasaoAvoid using ambiguous word "non-negative" in error...
2021-07-27  Bruce Momjiandoc: for various substring funcs, document if only...
2021-07-27  Bruce Momjianpg_resetxlog: add option to set oldest xid & use by...
2021-07-26  Tomas Vondrapsql \dX: check schema when listing statistics objects
2021-07-26  Michael Paquierdoc: Fix command example to run regression tests with...
2021-07-26  Tom LaneHarden pg_stat_statements tests against CLOBBER_CACHE_A...
2021-07-26  David RowleyFix incorrect comment for get_agg_clause_costs
2021-07-26  Michael PaquierFix a couple of memory leaks in src/bin/pg_basebackup/
2021-07-25  Tom LaneGet rid of artificial restriction on hash table sizes...
2021-07-25  Andres FreundDeduplicate choice of horizon for a relation procarray.c.
2021-07-24  Tom LaneFix check for conflicting session- vs transaction-level...
2021-07-24  Tom LaneMake printf("%s", NULL) print "(null)" instead of crashing.
2021-07-24  Tom LaneRemove configure-time thread safety checking (thread_te...
2021-07-22  John NaylorFix division by zero error in date_bin
2021-07-22  Thomas Munrojit: Don't inline functions that access thread-locals.
2021-07-21  Tom LaneDoc: improve documentation about exponentiation operator.
2021-07-21  John NaylorDocument "B" and "us" as accepted units in postgres...
2021-07-21  John NaylorAdd missing check of noError parameter in euc_tw_and_big5.c
2021-07-21  Fujii Masaodoc: Document that only superusers can use pg_import_sy...
2021-07-20  Bruce Momjiandoc: PG 14 relnote adjustments
2021-07-20  Tom LaneFix corner-case uninitialized-variable issues in plpgsql.
2021-07-20  Michael PaquierFix some issues with WAL segment opening for pg_receive...
2021-07-20  Peter GeogheganDoc: vacuum_multixact_failsafe_age is multixact-based.
2021-07-20  Peter Geogheganvacuumdb: Correct comment about --force-index-cleanup.
2021-07-19  Alvaro HerreraMake new replication slot test code even less racy
2021-07-19  Amit KapilaDon't allow to set replication slot_name as ''.
2021-07-19  Michael Paquierdoc: Mention CASCADE/RESTRICT for DROP STATISTICS
2021-07-18  Alexander KorotkovSupport for unnest(multirange)
2021-07-17  Alvaro HerreraMake new replication slot test code less racy
2021-07-17  Tom LaneDoc: document the current-transaction-modes GUCs.
2021-07-16  Alvaro HerreraFix pg_dump for disabled triggers on partitioned tables
2021-07-16  Alvaro HerreraPreserve firing-on state when cloning row triggers...
2021-07-16  Alvaro HerreraAdvance old-segment horizon properly after slot invalid...
2021-07-16  Peter Eisentrautdoc: Spell checking
2021-07-15  Daniel Gustafssondocs: fix inconsistencies in markup and case
2021-07-15  Tom LaneEnsure HAVE_DECL_XXX macros in MSVC builds match those...
2021-07-15  Alexander KorotkovFix small inconsistencies in catalog definition of...
2021-07-15  Michael PaquierRemove unnecessary assertion in postmaster.c
2021-07-14  Magnus HaganderClarify description of pg_stat_statements columns
2021-07-14  Michael PaquierFix unexpected error messages for various flavors of...
2021-07-14  Peter EisentrautFix lack of message pluralization
2021-07-14  David RowleyChange the name of the Result Cache node to Memoize
2021-07-13  Tom LaneRename debug_invalidate_system_caches_always to debug_d...
2021-07-13  David RowleyRobustify tuplesort's free_sort_tuple function
2021-07-13  David RowleyFix theoretical bug in tuplesort
2021-07-12  Tom LaneProbe for preadv/pwritev in a more macOS-friendly way.
2021-07-12  Peter Eisentrautdoc: Fix typo in function prototype
2021-07-12  Heikki LinnakangasRemove dead assignment to local variable.
2021-07-12  Peter Eisentrautdoc: Make release note entries more accurate
2021-07-12  Michael PaquierRevert "Fix issues with Windows' stat() for files pendi...
2021-07-12  Michael PaquierFix issues with Windows' stat() for files pending on...
2021-07-11  Tom LaneLock the extension during ALTER EXTENSION ADD/DROP.
2021-07-11  Thomas MunroFix pgbench timestamp bugs.
2021-07-10  Jeff DavisFix assign_record_type_typmod().
2021-07-10  Tom LaneFix busted test for ldap_initialize.
2021-07-10  Dean RasheedFix numeric_mul() overflow due to too many digits after...
2021-07-09  Tom LaneUn-break AIX build, take 2.
2021-07-09  Alvaro Herreralibpq: Fix sending queries in pipeline aborted state
2021-07-09  Tom LaneUn-break AIX build.
2021-07-09  Tom LaneAvoid creating a RESULT RTE that's marked LATERAL.
2021-07-09  Tom LaneUpdate configure's probe for libldap to work with OpenL...
2021-07-09  Tom LaneReject cases where a query in WITH rewrites to just...
2021-07-09  Thomas MunroRemove more obsolete comments about semaphores.
2021-07-09  David RowleyFix incorrect return value in pg_size_pretty(bigint)
2021-07-08  Bruce Momjiandoc: minor PG 14 relnote changes
2021-07-08  Bruce Momjiandoc: PG 14 relnote, move system view items to the...
2021-07-08  Bruce Momjiandoc: improve PG 14 relnote item about adding btree...
2021-07-07  Tom LaneFix crash in postgres_fdw for provably-empty remote...
2021-07-07  Fujii Masaodoc: Fix description about pg_stat_statements.track_pla...
2021-07-07  Fujii Masaopostgres_fdw: Tighten up allowed values for batch_size...
2021-07-06  Tom LaneAvoid doing catalog lookups in postgres_fdw's conversio...
2021-07-06  Tom LaneDoc: add info about timestamps with fractional-minute...
2021-07-05  Tom LaneReduce overhead of cache-clobber testing in LookupOpcla...
2021-07-05  Tom LaneRethink blocking annotations in detach-partition-concur...
2021-07-05  Peter Eisentrautdoc: Fix quoting markup
2021-07-05  Amit KapilaDoc: Hash Indexes.
2021-07-04  Michael Paquierdoc: Mention requirement to --enable-tap-tests on secti...
2021-07-04  David RowleyDoc: mention that VACUUM can't utilize over 1GB of RAM
2021-07-03  Bruce Momjiandoc: adjust "cities" example to be consistent with...
2021-07-02  Bruce Momjiandocs: clarify new aggressive vacuum mode for multi...
2021-07-02  Tom LaneDon't try to print data type names in slot_store_error_...
2021-07-02  Bruce Momjiandoc: PG 14 relnotes, mention CONCURRENTLY improvements
2021-07-02  Bruce Momjiandoc: update PG 14 release notes
2021-07-01  Peter Eisentrautdoc: Remove inappropriate <acronym> tags
2021-07-01  Andrew Dunstanadd missing tag from commit b8c4261e5e
2021-07-01  Peter Eisentrautdoc: Clean up title case use
next