]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-09-17  Tom LaneRemove support for postfix (right-unary) operators.
2020-09-17  Tom LaneRemove factorial operators, leaving only the factorial...
2020-09-17  Tom LaneFurther improve pgindent's list of file exclusions.
2020-09-17  Tom LaneImprove common/logging.c's support for multiple verbosi...
2020-09-17  Amit KapilaUpdate parallel BTree scan state when the scan keys...
2020-09-17  Peter EisentrautAllow CURRENT_ROLE where CURRENT_USER is accepted
2020-09-17  Heikki LinnakangasAdd support for building GiST index by sorting.
2020-09-17  Michael Paquierdoc: Apply more consistently <productname> markup for...
2020-09-17  Michael PaquierImprove tab completion of IMPORT FOREIGN SCHEMA in...
2020-09-17  Tom LaneTeach walsender to update its process title for replica...
2020-09-17  Tom LaneImprove formatting of create_help.pl and plperl_opmask...
2020-09-17  Alvaro HerreraFix bogus completion tag usage in walsender
2020-09-16  Tom LaneCentralize setup of SIGQUIT handling for postmaster...
2020-09-16  Tom LaneDon't fetch partition check expression during InitResul...
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  Fujii MasaoAdd leader_pid field into the example of file_fdw for...
2020-09-16  Michael PaquierAvoid retrieval of CHECK constraints and DEFAULT exprs...
2020-09-16  Jeff DavisChange LogicalTapeSetBlocks() to use nBlocksWritten.
2020-09-16  Jeff DavisHashAgg: release write buffers sooner by rewinding...
2020-09-16  Amit KapilaFix initialization of RelationSyncEntry for streaming...
2020-09-16  David RowleyOptimize compactify_tuples function
2020-09-16  Alvaro HerreraFix use-after-free bug with event triggers in an extens...
2020-09-15  David RowleyReport resource usage at the end of recovery
2020-09-15  David RowleyAllow incremental sorts for windowing functions
2020-09-15  David RowleyFix compiler warning
2020-09-14  Tom LaneMake walsenders show their replication commands in...
2020-09-14  Noah MischFix interpolation in test name.
2020-09-14  Fujii MasaoFix typos.
2020-09-14  Michael PaquierMake index_set_state_flags() transactional
2020-09-14  Peter EisentrautMessage fixes and style improvements
2020-09-14  Michael PaquierAvoid useless allocations for information of dumpable...
2020-09-13  Tom LaneUse the properly transformed RangeVar for expandTableLi...
2020-09-12  Amit KapilaFix inconsistency in determining the timestamp of the...
2020-09-12  Amit KapilaRemove unused function declaration in logicalproto.h.
2020-09-12  Jeff Davislogtape.c: do not preallocate for tapes when sorting
2020-09-11  Tom LaneAccept SIGQUIT during error recovery in auxiliary proce...
2020-09-11  Alvaro Herrerapsql: Display stats target of extended statistics
2020-09-11  Tom LaneLog a message when resorting to SIGKILL during shutdown...
2020-09-11  Tom LaneDon't run atexit callbacks during signal exits from...
2020-09-11  Alvaro HerreraUpdate copyright year
2020-09-11  Amit KapilaSkip empty transaction stream in test_decoding.
2020-09-10  Alvaro HerreraPrint WAL logical message contents in pg_waldump
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
next