]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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-31  Daniel GustafssonProhibit map and grep in void context
2021-08-31  Michael PaquierAdd tab completion for data types after ALTER TABLE...
2021-08-31  Michael PaquierRefactor one use of IDENTIFY_SYSTEM in WAL streaming...
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  Amit KapilaFix incorrect error code in StartupReplicationOrigin().
2021-08-30  Amit KapilaRefactor sharedfileset.c to separate out fileset implem...
2021-08-30  Michael PaquierAdd more tab completion support for ALTER TABLE ADD...
2021-08-29  Tom LaneDoc: add a little about LACON execution to src/backend...
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  Peter Geogheganvacuumlazy.c: Remove unnecessary parentheses.
2021-08-27  Peter EisentrautChange Texinfo output to UTF-8
2021-08-27  Tom LaneHandle interaction of regexp's makesearch and MATCHALL...
2021-08-27  Daniel GustafssonAvoid invoking PQfnumber in loop constructs
2021-08-27  Amit KapilaAdd logical change details to logical replication worke...
2021-08-27  Peter Geoghegancontrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().
2021-08-26  John NaylorExtend collection of Unicode combining characters to...
2021-08-26  John NaylorUpdate display widths as part of updating Unicode
2021-08-26  John NaylorRevert "Rename unicode_combining_table to unicode_width...
2021-08-26  John NaylorRevert "Change mbbisearch to return the character range"
2021-08-26  Peter EisentrautFix handling of partitioned index in RelationGetNumberO...
2021-08-25  John NaylorChange mbbisearch to return the character range
2021-08-25  John NaylorRename unicode_combining_table to unicode_width_table
2021-08-25  Tom LaneRemove redundant test.
2021-08-25  Robert HaasFix broken snapshot handling in parallel workers.
2021-08-25  Peter Eisentrautpsql: Make cancel test more timing robust
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  Michael PaquierAdd tab completion for EXPLAIN .. EXECUTE in psql
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-25  Fujii Masaoecpg: Remove trailing period from error message.
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  Bruce MomjianImprove defaults shown in postgresql.conf.sample and...
2021-08-23  Michael PaquierFix backup manifests to generate correct WAL-Ranges...
2021-08-22  Peter Eisentrautpsql: Improve portability of query cancel test
2021-08-22  David RowleyFix broken regression test caused by 22c4e88eb
2021-08-22  David RowleyAllow parallel DISTINCT
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 Eisentrautpsql: Add test for query canceling
2021-08-20  Peter Eisentrautpg_resetwal: Improve numeric command-line argument...
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 KapilaRename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_ST...
2021-08-19  Amit KapilaFix typo in protocol.sgml.
2021-08-19  Michael PaquierImprove performance of float overflow checks in btree_gist
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 GustafssonDoc: Fix typo in logical decoding example
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  Tom LaneReduce assumptions about locale's behavior in new regex...
2021-08-17  Tom LaneImprove regex compiler's arc moving/copying logic.
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  Tom LaneReduce memory consumption for pending invalidation...
2021-08-16  Daniel GustafssonEmit namespace in the post-copy errmsg
2021-08-16  John NaylorUse direct function calls for pg_popcount{32,64} on...
2021-08-16  Daniel GustafssonClarify initdb --sync-only help message and docs
2021-08-16  Michael PaquierRefresh apply delay on reload of recovery_min_apply_del...
2021-08-13  Tom LaneUn-break s_lock_test.
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  Andres FreundRemove support for background workers without BGWORKER_...
2021-08-13  Andres FreundFix typo.
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  John NaylorSpeed up generation of Unicode hash functions.
2021-08-12  John NaylorFix grammar mistake in hash index README
2021-08-12  Michael PaquierAvoid unnecessary shared invalidations in ROLLBACK...
2021-08-12  Heikki LinnakangasFix segfault during EvalPlanQual with mix of local...
next