users/rhaas/postgres.git
2020-03-21 Noah MischFix cosmetic blemishes involving rd_createSubid.
2020-03-21 Amit KapilaAllow page lock to conflict among parallel group members.
2020-03-21 Bruce Momjiandocs: use alias in WHERE clause of full text search...
2020-03-20 Alvaro HerreraFix bogus last-minute edit in 4e62091341b4
2020-03-20 Alvaro Herrerapg_dump: Add FOREIGN to ALTER statements, if appropriate
2020-03-20 Andrew DunstanTurn off deprecated bison warnings under MSVC
2020-03-20 Peter Eisentrautpsql: Catch and report errors while printing result...
2020-03-20 Amit KapilaAllow relation extension lock to conflict among paralle...
2020-03-19 Peter Geoghegannbtree: Remove obsolete _bt_pgaddtup() comments.
2020-03-19 Jeff DavisRevert "Specialize MemoryContextMemAllocated()."
2020-03-19 Bruce Momjianpg_upgrade: make get_major_server_version() err msg...
2020-03-19 Alexander KorotkovAdd new typedefs introduced in 773df883e8 to typedefs...
2020-03-19 Tom LaneIntroduce "anycompatible" family of polymorphic types.
2020-03-19 Fujii MasaoMake pg_basebackup ask the server to estimate the total...
2020-03-19 Peter EisentrautPrepare to support non-tables in publications
2020-03-19 Fujii MasaoRename the recovery-related wait events.
2020-03-19 Amit KapilaAdd assert to ensure that page locks don't participate...
2020-03-19 Peter Geoghegannbtree: Use raw PageAddItem() for retail inserts.
2020-03-19 Michael PaquierFix comment related to concurrent index swapping in...
2020-03-18 Jeff DavisDisk-based Hash Aggregation.
2020-03-18 Jeff DavisSpecialize MemoryContextMemAllocated().
2020-03-18 Alvaro HerreraEnable BEFORE row-level triggers for partitioned tables
2020-03-18 Peter GeogheganRefactor nbtree fastpath optimization.
2020-03-18 Peter EisentrautImplement type regcollation
2020-03-18 Tomas VondraDocument pg_statistic_ext.stxstattarget
2020-03-18 Tomas VondraRecognize some OR clauses as compatible with functional...
2020-03-18 Fujii MasaoCorrect the descriptions of recovery-related wait event...
2020-03-18 Peter Eisentrautdoc: Update documentation about reg* types
2020-03-18 Tomas VondraFix wording of several extended stats comments
2020-03-18 Fujii MasaoUpdate the description of type of check_option reloptio...
2020-03-18 Amit KapilaAdd missing errcode() in a few ereport calls.
2020-03-18 Michael PaquierFix typo in indexcmds.c
2020-03-18 Amit KapilaAssert that we don't acquire a heavyweight lock on...
2020-03-18 Peter Geoghegannbtree: Remove useless local variables.
2020-03-18 Thomas MunroDon't use EV_CLEAR for kqueue events.
2020-03-18 Thomas MunroFix kqueue support under debugger on macOS.
2020-03-17 Tom LaneRefactor our checks for valid function and aggregate...
2020-03-17 Peter GeogheganDoc: Correct deduplicate_items varlistentry id.
2020-03-17 Tom LaneAdjust handling of an ANYARRAY actual input for an...
2020-03-17 Alvaro HerreraRemove logical_read_local_xlog_page
2020-03-17 Alvaro HerreraFix consistency issues with replication slot copy
2020-03-17 Tom LaneDoc: clarify behavior of "anyrange" pseudo-type.
2020-03-17 Tom LaneRemove bogus assertion about polymorphic SQL function...
2020-03-17 Tom LaneUse pkg-config, if available, to locate libxml2 during...
2020-03-17 Fujii MasaoAdd the type information for index storage parameters...
2020-03-17 Fujii MasaoFix comment in xlog.c.
2020-03-17 Tom LaneRemove useless pfree()s at the ends of various ValuePer...
2020-03-17 Tom LaneAvoid holding a directory FD open across assorted SRF...
2020-03-16 Peter Geoghegannbtree: Fix obsolete _bt_search() comment.
2020-03-16 Alvaro HerreraDocument pg_ls_*dir hiding of directories and special...
2020-03-16 Alvaro HerreraUpdate comment
2020-03-16 Alvaro HerreraPlug memory leak
2020-03-16 Peter Geoghegannbtree: Pass down MAXALIGN()'d itemsz for new item.
2020-03-16 Thomas MunroIntroduce a maintenance_io_concurrency setting.
2020-03-16 Thomas MunroSimplify the effective_io_concurrency setting.
2020-03-16 Peter Geoghegannbtree: Reorder nbtinsert.c prototypes.
2020-03-15 Peter EisentrautAdd backend type to csvlog and optionally log_line_prefix
2020-03-14 Tomas VondraImprove test coverage for multi-column MCV lists
2020-03-14 Tomas VondraImprove test coverage for functional dependencies
2020-03-14 Tom LaneRearrange pseudotypes.c to get rid of duplicative code.
2020-03-14 Tom LaneRestructure polymorphic-type resolution in funcapi.c.
2020-03-14 Tomas VondraUse multi-variate MCV lists to estimate ScalarArrayOpExpr
2020-03-14 Tomas VondraUse functional dependencies to estimate ScalarArrayOpExpr
2020-03-13 Tom LaneDoc: fix mistaken reference to "PG_ARGNULL_xxx()" macro.
2020-03-13 Peter Eisentrautdoc: Remove unused title ids
2020-03-13 Peter EisentrautRemove am_syslogger global variable
2020-03-13 Peter EisentrautUnify several ways to tracking backend type
2020-03-13 Peter EisentrautPreserve replica identity index across ALTER TABLE...
2020-03-13 Michael PaquierRefactor compile-time assertion checks in c.h
2020-03-11 Tom LaneFix test case instability introduced in 085b6b667.
2020-03-11 Alvaro HerreraAdd pg_dump support for ALTER obj DEPENDS ON EXTENSION
2020-03-11 Tom LaneAvoid holding a directory FD open across pg_ls_dir_file...
2020-03-11 Peter EisentrautRefactor ps_status.c API
2020-03-11 Alvaro HerreraAvoid duplicates in ALTER ... DEPENDS ON EXTENSION
2020-03-11 Peter EisentrautClean up order in miscinit.c a bit
2020-03-11 Peter EisentrautRemove HAVE_WORKING_LINK
2020-03-11 Alexander KorotkovImprove checking of child pages in contrib/amcheck.
2020-03-11 Peter GeogheganRemove stray parenthesis in nbtree.h.
2020-03-11 Peter Geoghegannbtree: Move fastpath NULL descent stack assertion.
2020-03-10 Tom LaneMarginal comments and docs cleanup.
2020-03-10 Peter Geoghegannbtree: Demote minus infinity "can't happen" error.
2020-03-10 Tom LaneEnsure that CREATE TABLE LIKE copies any NO INHERIT...
2020-03-10 Tom LaneAvoid portability problem introduced in 0a42a2e9c.
2020-03-10 Tom LanePreserve integer and float values accurately in (de...
2020-03-10 Alvaro HerreraSplit out CreateCast into src/backend/catalog/pg_cast.c
2020-03-10 Peter EisentrautRemove win32ver.rc from version_stamp.pl
2020-03-10 Peter EisentrautRemove utils/acl.h from catalog/objectaddress.h
2020-03-10 Peter EisentrautSupport adding partitioned tables to publication
2020-03-10 Michael PaquierPrevent reindex of invalid indexes on TOAST tables
2020-03-10 Fujii MasaoTidy up XLogSource code in xlog.c.
2020-03-09 Tom LaneFix pg_dump/pg_restore to restore event triggers later.
2020-03-09 Jeff DavisIntroduce LogicalTapeSetExtend().
2020-03-09 Fujii MasaoFix bug that causes to report waiting in PS display...
2020-03-09 Peter EisentrautAdd tg_updatedcols to TriggerData
2020-03-09 Peter EisentrautCode simplification
2020-03-09 Fujii MasaoAvoid assertion failure with targeted recovery in stand...
2020-03-09 Fujii MasaoMark ssl_passphrase_command as GUC_SUPERUSER_ONLY.
2020-03-09 Michael PaquierDoc: fix some description of environment variables...
2020-03-08 Tom LaneAdd an "absval" parameter to allow contrib/dict_int...
2020-03-08 Tom LaneAdd an explicit test to catch changes in checksumming...
next