]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-09-06  Tom LaneFix bogus timetz_zone() results for DYNTZ abbreviations.
2021-09-06  Peter EisentrautFix pkg-config files for static linking
2021-09-04  Tom LaneFurther portability tweaks for float4/float8 hash funct...
2021-09-04  Tom LaneMinor improvements for psql help output.
2021-09-04  Alvaro HerreraRevert "Avoid creating archive status ".ready" files...
2021-09-04  Tom LaneRemove arbitrary MAXPGPATH limit on command lengths...
2021-09-03  Tom LaneDisallow creating an ICU collation if the DB encoding...
2021-09-03  John NaylorSet the volatility of the timestamptz version of date_b...
2021-09-03  Tom LaneFix portability issue in tests from commit ce773f230.
2021-09-02  Tom LaneIn count_usable_fds(), duplicate stderr not stdin.
2021-09-02  Tom LaneFix float4/float8 hash functions to produce uniform...
2021-09-02  Michael Paquierdoc: Replace some uses of "which" by "that" in parallel...
2021-09-01  Tom LaneDoc: clarify how triggers relate to transactions.
2021-09-01  Tomas VondraIdentify simple column references in extended statistics
2021-09-01  Fujii Masaopgbench: Fix bug in measurement of disconnection delays.
2021-09-01  Amit KapilaFix the random test failure in 001_rep_changes.
2021-09-01  Peter GeogheganVACUUM VERBOSE: Don't report "pages removed".
2021-08-31  Tomas VondraDon't print extra parens around expressions in extended...
2021-08-31  John NaylorMark the timestamptz variant of date_bin() as stable
2021-08-31  Tom LaneIn pg_dump, avoid doing per-table queries for RLS policies.
2021-08-31  Tom LaneCache the results of format_type() queries in pg_dump.
2021-08-31  Tomas VondraRename the role in stats_ext to have regress_ prefix
2021-08-31  Tomas VondraFix lookup error in extended stats ownership check
2021-08-31  Tom LaneFix missed lock acquisition while inlining new-style...
2021-08-30  Alvaro HerreraReport tuple address in data-corruption error message
2021-08-30  Alvaro Herrerapsql: Fix name quoting on extended statistics
2021-08-30  Fujii Masaopgbench: Avoid unnecessary measurement of connection...
2021-08-30  Peter EisentrautAdd list of acknowledgments to release notes
2021-08-30  Amit KapilaFix incorrect error code in StartupReplicationOrigin().
2021-08-28  Alvaro HerreraKeep stats up to date for partitioned tables
2021-08-28  Alvaro Herrerapsql \dX: reference regclass with "pg_catalog." prefix
2021-08-28  Alvaro Herrerapsql \dP: reference regclass with "pg_catalog." prefix
2021-08-28  Noah MischFix data loss in wal_level=minimal crash recovery of...
2021-08-27  Tom LaneCount SP-GiST index scans in pg_stat statistics.
2021-08-27  Stephen FrostUse maintenance_io_concurrency for ANALYZE prefetch
2021-08-27  Stephen Frostdocs: Add command tags for SQL commands
2021-08-27  Daniel Gustafssondocs: clarify bgw_restart_time documentation
2021-08-27  Peter Geoghegantrack_io_timing logging: Don't special case 0 ms.
2021-08-27  Peter GeogheganReorder log_autovacuum_min_duration log output.
2021-08-27  Tom LaneHandle interaction of regexp's makesearch and MATCHALL...
2021-08-27  Peter Geoghegancontrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().
2021-08-25  Tom LaneRemove redundant test.
2021-08-25  Robert HaasFix broken snapshot handling in parallel workers.
2021-08-25  Peter EisentrautFix typo
2021-08-25  Michael PaquierFix incorrect merge in ECPG code with DECLARE
2021-08-25  Amit KapilaFix toast rewrites in logical decoding.
2021-08-25  Etsuro FujitaDoc: Tweak function prototype indentation for consistency.
2021-08-25  Fujii Masaoecpg: Remove trailing period from error message.
2021-08-25  Fujii MasaoAvoid using ambiguous word "positive" in error message.
2021-08-25  Fujii MasaoImprove error message about valid value for distance...
2021-08-24  Tom LaneFix regexp misbehavior with capturing parens inside...
2021-08-24  Amit KapilaFix Alter Subscription's Add/Drop Publication behavior.
2021-08-23  Tom LanePrevent regexp back-refs from sometimes matching when...
2021-08-23  Alvaro HerreraAvoid creating archive status ".ready" files too early
2021-08-23  Michael PaquierFix backup manifests to generate correct WAL-Ranges...
2021-08-21  Tom LaneImprove error messages about misuse of SELECT INTO.
2021-08-20  Tom LaneFix performance bug in regexp's citerdissect/creviterdi...
2021-08-20  Daniel GustafssonRemove --quiet option from pg_amcheck
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...
next