postgresql.git
2021-08-20 Peter Eisentrautpg_amcheck: Fix block number parsing on command line
2021-08-19 Tom LaneAvoid trying to lock OLD/NEW in a rule with FOR UPDATE.
2021-08-19 Andres FreundUnset MyBEEntry, making elog.c's call to pgstat_get_my_...
2021-08-19 Amit KapilaFix typo in protocol.sgml.
2021-08-19 Michael PaquierRevert refactoring of hex code to src/common/
2021-08-18 Tom LaneFix check_agg_arguments' examination of aggregate FILTE...
2021-08-18 Daniel GustafssonFix pg_amcheck --skip option parameter handling
2021-08-17 Tom LanePrevent ALTER TYPE/DOMAIN/OPERATOR from changing extens...
2021-08-17 Michael MeskesImproved ECPG warning as suggested by Michael Paquier...
2021-08-17 Daniel GustafssonSet type identifier on BIO
2021-08-17 Heikki Linnakangasdoc: \123 and \x12 escapes in COPY are in database...
2021-08-16 Alvaro HerreraRevert analyze support for partitioned tables
2021-08-16 Michael PaquierRefresh apply delay on reload of recovery_min_apply_del...
2021-08-13 Tom LaneAdd RISC-V spinlock support in s_lock.h.
2021-08-13 Peter Eisentrautpg_amcheck: Message style and structuring improvements
2021-08-13 Michael MeskesFix connection handling for DEALLOCATE and DESCRIBE...
2021-08-13 Daniel GustafssonFix sslsni connparam boolean check
2021-08-13 David RowleyFix incorrect hash table resizing code in simplehash.h
2021-08-12 Thomas MunroMake EXEC_BACKEND more convenient on macOS.
2021-08-12 Tomas VondraUse appropriate tuple descriptor in FDW batching
2021-08-12 Heikki LinnakangasFix segfault during EvalPlanQual with mix of local...
2021-08-10 Tom LaneFix failure of btree_gin indexscans with "char" type...
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...
next