postgresql.git
2020-09-29 Tom LaneFix memory leak in plpgsql's CALL processing.
2020-09-29 Alexander KorotkovSupport for ISO 8601 in the jsonpath .datetime() method
2020-09-29 Alexander KorotkovRemove excess space from jsonpath .datetime() default...
2020-09-29 Fujii MasaoArchive timeline history files in standby if archive_mo...
2020-09-29 Michael PaquierFix progress reporting of REINDEX CONCURRENTLY
2020-09-29 Tom LaneAdd for_each_from, to simplify loops starting from...
2020-09-29 Michael PaquierRevert "Change SHA2 implementation based on OpenSSL...
2020-09-28 Tom LaneStabilize create_table regression test.
2020-09-28 Tom LaneAssign collations in partition bound expressions.
2020-09-28 Tom LaneRemove complaints about COLLATE clauses in partition...
2020-09-28 Tom LaneCache the result of converting now() to a struct pg_tm.
2020-09-28 Michael PaquierChange SHA2 implementation based on OpenSSL to use...
2020-09-28 Tom LaneMinor mop-up for List improvements.
2020-09-28 Fujii MasaoImprove tab-completion for DEALLOCATE.
2020-09-28 David RowleyImprove pg_list.h's linitial(), lsecond() and co macros
2020-09-28 Michael PaquierImprove range checks of options for pg_test_fsync and...
2020-09-27 Tom LaneMove resolution of AlternativeSubPlan choices to the...
2020-09-26 Tom LaneFurther stabilize output from rolenames regression...
2020-09-26 Tom LaneRevise RelationBuildRowSecurity() to avoid memory leaks.
2020-09-26 Amit KapilaFix the logical replication from HEAD to lower versions.
2020-09-25 Thomas MunroDefer flushing of SLRU files.
2020-09-25 Michael PaquierRemove custom memory allocation layer in pgcrypto
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
next