]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-09-24  Tom LaneFix handling of -d "connection string" in pg_dump/pg_re...
2020-09-24  Robert HaasFix two bugs in MaintainOldSnapshotTimeMapping.
2020-09-24  Peter EisentrautStandardize the printf format for st_size
2020-09-24  Robert HaasAdd new 'old_snapshot' contrib module.
2020-09-24  Robert HaasExpose oldSnapshotControl definition via new header.
2020-09-24  Tom LaneDoc: sync lobj.sgml's copy of testlo.c with the latter...
2020-09-24  Tom LaneImprove behavior of tsearch_readline(), and remove...
2020-09-23  Thomas MunroFix missing fsync of SLRU directories.
2020-09-23  Tom LaneImprove error cursor positions for problems with partit...
2020-09-23  Tom LaneAvoid possible dangling-pointer access in tsearch_readl...
2020-09-23  Thomas MunroAllow WaitLatch() to be used without a latch.
2020-09-22  Tom LaneSimplify SortTocFromFile() by removing fixed buffer...
2020-09-22  Tom LaneRemove arbitrary line length limit for libpq service...
2020-09-22  Tom LaneRethink API for pg_get_line.c, one more time.
2020-09-22  Tom LaneExclude fmgrprotos.h from pgindent processing.
2020-09-22  Tom LaneImprove the error message for an inappropriate column...
2020-09-21  Tom LaneFix a few more generator scripts to produce pgindent...
2020-09-21  Tom LaneCopy editing: fix a bunch of misspellings and poor...
2020-09-21  Peter EisentrautStandardize order of use strict and use warnings in...
2020-09-21  Heikki LinnakangasFix checksum calculation in the new sorting GiST build.
2020-09-20  Tom LaneFix new GIST build code to work under CLOBBER_CACHE_ALWAYS.
2020-09-20  Peter EisentrautFix whitespace
2020-09-19  Tom LaneRemove precedence hacks no longer needed without postfi...
2020-09-19  Peter EisentrautRemove unused parameters
2020-09-19  Thomas MunroCode review for dynahash change.
2020-09-18  Thomas MunroRemove large fill factor support from dynahash.c.
2020-09-18  Tom LaneAllow most keywords to be used as column labels without...
2020-09-18  Robert Haaspg_surgery: Try to stabilize regression tests.
2020-09-18  Amit KapilaUpdate file header comments for logical/relation.c.
2020-09-18  Amit KapilaFix comments in heapam.c.
2020-09-18  Tom LaneTry to stabilize output from rolenames regression test.
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.
next