]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-09-10  Tom LaneUse _exit(2) for SIGQUIT during ProcessStartupPacket...
2020-09-10  Robert HaasNew contrib module, pg_surgery, with heap surgery funct...
2020-09-10  Peter EisentrautRemove unused parameter
2020-09-10  Peter EisentrautAdd libpq's openssl dependencies to pkg-config file
2020-09-10  Peter Eisentrautdoc: Remove buggy ICU collation from documentation
2020-09-10  Peter EisentrautAdd more tests for EXTRACT of date type
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  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  Peter EisentrautExpose internal function for converting int64 to numeric
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-09  Peter EisentrautAdd some more numeric test coverage
2020-09-08  Alvaro HerreraCheck default partitions constraints while descending
2020-09-08  Tom LaneInstall an error check into cancel_before_shmem_exit().
2020-09-08  Andres FreundFix autovacuum cancellation.
2020-09-08  Tom LaneUse plain memset() in numeric.c, not MemSet and friends.
2020-09-08  Peter EisentrautUse <unnamed> for name of unnamed portal's memory context
2020-09-08  Peter EisentrautRemove unused parameter
2020-09-08  Michael PaquierRemove isolation test reindex-partitions
2020-09-08  Michael PaquierAdd support for partitioned tables and indexes in REINDEX
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  Tom LaneFrob numeric.c loop so that clang will auto-vectorize...
2020-09-07  Thomas MunroAdd d_type to our Windows dirent emulation.
2020-09-07  Peter Eisentrautdoc: Fix table cell overflow
2020-09-07  Thomas MunroSkip unnecessary stat() calls in walkdir().
2020-09-07  Michael Paquierdoc: Tweak sentence for pg_checksums when enabling...
2020-09-07  Amit KapilaAdd additional tests to test streaming of in-progress...
2020-09-07  Tom LaneApply auto-vectorization to the inner loop of numeric...
2020-09-07  Tom LaneSplit Makefile symbol CFLAGS_VECTOR into two symbols.
2020-09-06  Tom LaneRemove arbitrary line length limits in pg_regress ...
2020-09-06  Tom LaneRefactor pg_get_line() to expose an alternative StringI...
2020-09-06  Magnus HaganderChange path in example of file_fdw for logs
2020-09-06  Magnus HaganderFix typo in comment
2020-09-06  Tom LaneFix misleading error message about inconsistent moving...
2020-09-06  Tom LaneRemove useless lstat() call in pg_rewind.
2020-09-06  Peter Eisentrautdoc: Don't hide the "Up" link when it is the same as...
2020-09-06  Peter EisentrautRemove unused parameter
2020-09-05  Tom LaneImprove some ancient, crufty code in bootstrap + initdb.
2020-09-05  Tom LaneYet more elimination of dead stores and useless initial...
2020-09-05  Michael PaquierSwitch to multi-inserts when registering dependencies...
2020-09-05  Peter EisentrautExtend SQL function tests lightly
2020-09-05  Peter EisentrautFix typo in comment
2020-09-05  Michael PaquierUse multi-inserts for pg_depend
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-05  Tom LaneRemove still more useless assignments.
2020-09-04  Jeff DavisFix bogus MaxAllocSize check in logtape.c.
2020-09-04  Alvaro HerreraReport expected contrecord length on mismatch
2020-09-04  Tom LaneRemove some more useless assignments.
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-04  Peter Eisentrautdoc: Change table alias names to lower case in tutorial...
2020-09-04  Peter Eisentrautdoc: Fix whitespace issue in PDF
2020-09-04  Peter Eisentrautdoc: Use tags consistently in the tutorial chapter
2020-09-04  Peter EisentrautRemove unused parameter
2020-09-04  Amit KapilaFix inline marking introduced in commit 464824323e.
2020-09-04  Bruce Momjianremove redundant initializations
2020-09-04  Michael PaquierRemove variable "concurrent" from ReindexStmt
2020-09-04  Tom LaneRemove arbitrary restrictions on password length.
2020-09-03  Tom LaneAvoid lockup of a parallel worker when reporting a...
2020-09-03  Tom LaneAllow records to span multiple lines in pg_hba.conf...
2020-09-03  Tom LaneDoc: mention packager-supplied tools for server start...
2020-09-03  Peter Eisentrautdoc: Make SQL command names in the catalog documentatio...
2020-09-03  Peter Eisentrautdoc: Add missing cross-links in system catalog document...
2020-09-03  Peter EisentrautFix XML id to match containing page
2020-09-03  Amit KapilaAdd support for streaming to built-in logical replication.
2020-09-02  Tom LaneAdd string_to_table() function.
2020-09-02  Peter EisentrautRemove unused parameter
2020-09-02  Michael PaquierAdd access method names to \d[i|m|t]+ in psql
2020-09-02  Michael PaquierFix thinko with definition of REINDEXOPT_MISSING_OK
2020-09-02  Fujii MasaoAvoid unnecessary acquisition of SyncRepLock in transac...
2020-09-02  Alvaro HerreraFix typo in comment
2020-09-02  Michael PaquierImprove handling of dropped relations for REINDEX DATAB...
2020-09-01  Tom LaneImprove test coverage of ginvacuum.c.
2020-09-01  Tom LaneSet cutoff xmin more aggressively when vacuuming a...
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-09-01  Amit KapilaFix the SharedFileSetUnregister API.
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 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 MomjianC comment: remove mention of use of t_hoff WAL structu...
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-30  Tom LaneRedefine pg_class.reltuples to be -1 before the first...
next