postgresql.git
2021-08-09 Tom LaneStamp 14beta3. REL_14_BETA3
2021-08-09 Peter EisentrautTranslation updates
2021-08-09 David RowleyDoc: Fix misleading statement about VACUUM memory limits
2021-08-09 David RowleyUse ExplainPropertyInteger for queryid in EXPLAIN
2021-08-09 Bruce Momjiandoc: mention pg_upgrade extension script
2021-08-08 Tom LaneDoc: remove bogus <indexterm> items.
2021-08-08 Tom LaneRethink regexp engine's backref-related compilation...
2021-08-08 Tom LaneMake regexp engine's backref-related compilation state...
2021-08-08 Tom LaneFix use-after-free issue in regexp engine.
2021-08-07 Peter Eisentrautpg_amcheck: Message style improvements
2021-08-07 Tom LaneReally fix the ambiguity in REFRESH MATERIALIZED VIEW...
2021-08-07 Peter Eisentrautpg_amcheck: Add missing translation markers
2021-08-07 Peter EisentrautMessage style improvements
2021-08-06 Tom LaneDon't elide casting to typmod -1.
2021-08-06 Dean RasheedAdjust the integer overflow tests in the numeric code.
2021-08-06 Peter EisentrautAdd missing message punctuation
2021-08-06 Peter EisentrautFix wording
2021-08-05 Tom LaneDoc: remove commit 2945a488a from v14 release notes.
2021-08-05 Etsuro Fujitapostgres_fdw: Fix issues with generated columns in...
2021-08-05 Dean RasheedFix division-by-zero error in to_char() with 'EEEE...
2021-08-05 Andres Freundpgbench: When using pipelining only do PQconsumeInput...
2021-08-04 Peter GeogheganMake vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
2021-08-03 Bruce MomjianC comment: correct heading of extension query
2021-08-03 Bruce Momjiandoc: interval spill method for units greater than...
2021-08-03 Bruce Momjianpg_upgrade: warn about extensions that need updating
2021-08-03 Bruce Momjianpg_upgrade: improve docs about extension upgrades
2021-08-03 Bruce Momjiandoc: mention inheritance's tableoid can be used in...
2021-08-03 Bruce Momjiandoc: add example of using pg_dump with GNU split and...
2021-08-02 Etsuro FujitaFix oversight in commit 1ec7fca8592178281cd5cdada0f27a3...
2021-07-31 Tom LaneUse elog, not Assert, to report failure to provide...
2021-07-31 Dean RasheedFix corner-case errors and loss of precision in numeric...
2021-07-30 John NaylorFix range check in ECPG numeric to int conversion
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().
next