]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-09-28  Tom LaneAssign collations in partition bound expressions.
2020-09-26  Tom LaneRevise RelationBuildRowSecurity() to avoid memory leaks.
2020-09-24  Tom LaneFix handling of -d "connection string" in pg_dump/pg_re...
2020-09-23  Thomas MunroFix missing fsync of SLRU directories.
2020-09-23  Tom LaneAvoid possible dangling-pointer access in tsearch_readl...
2020-09-21  Tom LaneStamp 13.0. REL_13_0
2020-09-21  Tom LaneDoc: improve v13 release note item about autovacuum...
2020-09-21  Tom LaneCopy editing: fix a bunch of misspellings and poor...
2020-09-21  Peter EisentrautTranslation updates
2020-09-21  Peter EisentrautUpdate list of acknowledgments in release notes
2020-09-18  Tom LaneUse factorial rather than numeric_fac in create_operato...
2020-09-18  Amit KapilaFix comments in heapam.c.
2020-09-17  Amit KapilaUpdate parallel BTree scan state when the scan keys...
2020-09-17  Alvaro HerreraFix bogus completion tag usage in walsender
2020-09-16  Peter GeogheganFix amcheck child check pg_upgrade bug.
2020-09-16  Tom LaneAvoid unnecessary recursion to child tables in ALTER...
2020-09-16  Tom LaneFix bogus cache-invalidation logic in logical replicati...
2020-09-16  Jeff DavisChange LogicalTapeSetBlocks() to use nBlocksWritten.
2020-09-16  Jeff DavisHashAgg: release write buffers sooner by rewinding...
2020-09-16  Alvaro HerreraFix use-after-free bug with event triggers in an extens...
2020-09-15  Tom LaneDoc: improve release notes' info about FROM UNPACKAGED...
2020-09-15  Tom LaneDoc: fix misstatement in v13 release notes.
2020-09-14  Tom LaneStamp 13rc1. REL_13_RC1
2020-09-14  Peter EisentrautTranslation updates
2020-09-14  Noah MischFix interpolation in test name.
2020-09-14  Peter EisentrautMessage fixes and style improvements
2020-09-13  Tom LaneUse the properly transformed RangeVar for expandTableLi...
2020-09-12  Peter Eisentrautdoc: Don't hide the "Up" link when it is the same as...
2020-09-12  Jeff Davislogtape.c: do not preallocate for tapes when sorting
2020-09-11  Alvaro Herrerapsql: Display stats target of extended statistics
2020-09-11  Alvaro HerreraUpdate copyright year
2020-09-10  Tom LaneDoc: some more v13 release note tweaking.
2020-09-10  Tom LaneDoc: update v13 release notes through today, do a copy...
2020-09-10  Tom LaneDoc: fill in "major enhancements" list in v13 release...
2020-09-10  Tom LaneUse _exit(2) for SIGQUIT during ProcessStartupPacket...
2020-09-10  Peter Eisentrautdoc: Remove buggy ICU collation from documentation
2020-09-10  Magnus HaganderFix title in reference section
2020-09-10  Etsuro FujitaClean up some code and comments in partbounds.c.
2020-09-10  Etsuro FujitaDoc: clean up contributor names.
2020-09-10  Michael Paquierdoc: Fix some grammar and inconsistencies
2020-09-10  Noah MischFix rd_firstRelfilenodeSubid for nailed relations,...
2020-09-09  Tom LaneMake archiver's SIGQUIT handler exit via _exit().
2020-09-09  Tom LaneDoc: adjust documentation related to index support...
2020-09-09  Tom LaneMinor fixes in docs and error messages.
2020-09-09  Magnus HaganderAdd missing quote in docs
2020-09-08  Alvaro HerreraCheck default partitions constraints while descending
2020-09-07  Jeff DavisAdjust cost model for HashAgg that spills to disk.
2020-09-07  Tom LaneClarify comments in enforce_generic_type_consistency().
2020-09-07  Peter EisentrautUpdate list of acknowledgments in release notes
2020-09-07  Michael Paquierdoc: Tweak sentence for pg_checksums when enabling...
2020-09-06  Magnus HaganderChange path in example of file_fdw for logs
2020-09-06  Tom LaneFix misleading error message about inconsistent moving...
2020-09-06  Tom LaneRemove useless lstat() call in pg_rewind.
2020-09-05  Tom LaneMake new authentication test case more robust.
2020-09-05  Tom LaneFix over-eager ping'ing in logical replication receiver.
2020-09-04  Jeff DavisFix bogus MaxAllocSize check in logtape.c.
2020-09-04  Andrew DunstanCollect attribute data on extension owned tables being...
2020-09-04  Bruce MomjianC comment: correct use of 64-"byte" cache line size
2020-09-04  Tom LaneFix rare deadlock failure in create_am regression test.
2020-09-03  Tom LaneAvoid lockup of a parallel worker when reporting a...
2020-09-03  Tom LaneDoc: mention packager-supplied tools for server start...
2020-09-02  Alvaro HerreraFix typo in comment
2020-09-01  Bruce Momjiandoc: clarify that max_wal_size is "during" checkpoints
2020-09-01  Alvaro HerreraRaise error on concurrent drop of partitioned index
2020-09-01  Tom LaneTeach libpq to handle arbitrary-length lines in .pgpass...
2020-08-31  Bruce Momjiandoc: document how the backup manifest is transferred
2020-08-31  Bruce Momjiandoc: add commas after 'i.e.' and 'e.g.'
2020-08-31  Bruce MomjianC comment: remove mention of use of t_hoff WAL structu...
2020-08-31  Bruce Momjianpg_upgrade doc: mention saving postgresql.conf.auto...
2020-08-31  Alvaro Herreradoc: Update partitioning limitation on BEFORE triggers
2020-08-31  Bruce Momjiandocs: in mapping SQL to C data types, timestamp isn...
2020-08-31  Bruce Momjiandoc: cross-link file-fdw and CSV config log sections
2020-08-31  Bruce Momjiandocs: clarify intermediate certificate creation instru...
2020-08-31  Bruce Momjiandocs: replace "stable storage" with "durable" in descr...
2020-08-31  Bruce Momjiandoc: improve description of subscripting of arrays
2020-08-31  Bruce Momjiandocs: improve 'capitals' inheritance example
2020-08-31  Bruce Momjiandoc: clarify the useful features of procedures
2020-08-31  Magnus HaganderFix docs bug stating file_fdw requires absolute paths
2020-08-30  Tom LaneMark factorial operator, and postfix operators in gener...
2020-08-27  Tom LaneFix code for re-finding scan position in a multicolumn...
2020-08-25  Bruce Momjiandocs: client certificates are always sent to the server
2020-08-25  Peter Eisentrautdoc: Fix up title case
2020-08-24  Amit KapilaImprove the vacuum error context phase information.
2020-08-22  Tom LaneAvoid pushing quals down into sub-queries that have...
2020-08-22  Tom LaneFix ALTER TABLE's scheduling rules for AT_AddConstraint...
2020-08-22  Michael Paquierdoc: Fix format, incorrect structure names and markup...
2020-08-22  Bruce Momjiandocs: improve description of how to handle multiple...
2020-08-21  Bruce Momjiandocs: add COMMENT examples for new features, rename...
2020-08-21  Tom LaneFix handling of CREATE TABLE LIKE with inheritance.
2020-08-21  Fujii MasaoFix explain regression test failure.
2020-08-21  Fujii MasaoRework EXPLAIN for planner's buffer usage.
2020-08-20  David RowleyFix a few typos in JIT comments and README
2020-08-20  Alvaro HerreraRevise REINDEX CONCURRENTLY recovery instructions
2020-08-19  Tom LaneSuppress unnecessary RelabelType nodes in yet more...
2020-08-18  Heikki LinnakangasAvoid non-constant format string argument to fprintf().
2020-08-17  Alvaro HerreraDisable autovacuum for BRIN test table
2020-08-17  Tom LaneDoc: fix description of UNION/CASE/etc type unification.
2020-08-17  Heikki LinnakangasFix printing last progress report line in client programs.
2020-08-17  Michael Paquierdoc: Fix description about bgwriter and checkpoint...
2020-08-15  Tom LaneDoc: various improvements for pg_basebackup reference...
next