]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2021-08-10  Tom LaneFix failure of btree_gin indexscans with "char" type...
2021-08-10  Daniel GustafssonAdd alternative output for OpenSSL 3 without legacy...
2021-08-10  Daniel GustafssonDisable OpenSSL EVP digest padding in pgcrypto
2021-08-10  Daniel GustafssonRemove unused regression test certificate server-ss
2021-08-10  Michael PaquierAdd tab completion for DECLARE .. ASENSITIVE in psql
2021-08-10  Michael PaquierFix regression test output of sepgsql
2021-08-10  Michael PaquierAdd call to object access hook at the end of table...
2021-08-10  Tom LaneLet regexp_replace() make use of REG_NOSUB when feasible.
2021-08-09  Andres FreundFix bogus assertion in BootstrapModeMain().
2021-08-09  Tom LaneAvoid determining regexp subexpression matches, when...
2021-08-09  David RowleyRemove some special cases from MSVC build scripts
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  Amit KapilaFix typo in 022_twophase_cascade.pl.
2021-08-09  David RowleyAdd POPCNT support for MSVC x86_64 builds
2021-08-09  Bruce Momjiandoc: mention pg_upgrade extension script
2021-08-08  Peter EisentrautRemove some unnecessary casts in format arguments
2021-08-08  Tom LaneDoc: remove bogus <indexterm> items.
2021-08-08  Peter EisentrautCheck the size in COPY_POINTER_FIELD
2021-08-08  Peter EisentrautChange NestPath node to contain JoinPath node
2021-08-08  Peter EisentrautChange SeqScan node to contain Scan node
2021-08-08  Tom LaneRethink regexp engine's backref-related compilation...
2021-08-08  David RowleyRemove unused function declaration
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-08  Andres FreundMove temporary file cleanup to before_shmem_exit().
2021-08-07  Peter EisentrautRemove T_MemoryContext
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-07  Andres Freundpgstat: Schedule per-backend pgstat shutdown via before...
2021-08-07  Andres FreundSchedule ShutdownXLOG() in single user mode using befor...
2021-08-07  Andres FreundMake parallel worker shutdown complete entirely via...
2021-08-07  Andres Freundpgstat: Bring up pgstat in BaseInit() to fix uninitiali...
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  Andres Freundprocess startup: Always call Init[Auxiliary]Process...
2021-08-05  Andres FreundCall pgwin32_signal_initialize() in postmaster as well.
2021-08-05  Andres Freundprocess startup: Centralize pgwin32_signal_initialize...
2021-08-05  Andres Freundprocess startup: Remove bootstrap / checker modes from...
2021-08-05  Andres Freundprocess startup: Move AuxiliaryProcessMain into its...
2021-08-05  Andres Freundprocess startup: auxprocess: reindent block
2021-08-05  Andres Freundprocess startup: Separate out BootstrapModeMain from...
2021-08-05  Andres Freundprocess startup: Rename postmaster's --forkboot to...
2021-08-05  Etsuro Fujitapostgres_fdw: Fix issues with generated columns in...
2021-08-05  Fujii MasaoRemove unused argument "txn" in maybe_send_schema().
2021-08-05  Dean RasheedFix division-by-zero error in to_char() with 'EEEE...
next