users/rhaas/postgres.git
2020-03-28 David RowleyTrigger autovacuum based on number of INSERTs
2020-03-27 Peter GeogheganJustify nbtree page split locking in code comment.
2020-03-27 Alvaro HerreraAllow walreceiver configuration to change on reload
2020-03-27 Alvaro HerreraSet wal_receiver_create_temp_slot PGC_POSTMASTER
2020-03-27 Tom LaneRearrange validity checks for plpgsql "simple" expressions.
2020-03-27 Peter EisentrautUpdate SQL features
2020-03-26 Tom LaneImprove performance of "simple expressions" in PL/pgSQL.
2020-03-26 Tom LaneEnsure that plpgsql cleans up cleanly during parallel...
2020-03-26 Magnus HaganderDocument that pg_checksums exists in checksums README
2020-03-26 Peter EisentrautDrop slot's LWLock before returning from SaveSlotToPath()
2020-03-26 Tom LaneFurther fixes for ssl_passphrase_callback test module.
2020-03-26 Andrew DunstanDon't listen to localhost in ssl_passphrase_callback...
2020-03-25 Tom LaneFix assorted portability issues in commit 896fcdb23.
2020-03-25 Andrew DunstanProvide a TLS init hook
2020-03-25 Alvaro Herrerapg_dump new test: Change order of arguments
2020-03-25 Alvaro Herrerapg_dump: Allow dumping data of specific foreign servers
2020-03-25 Tom LaneGo back to returning int from ereport auxiliary functions.
2020-03-25 Peter EisentrautDefine EXEC_BACKEND in pg_config_manual.h
2020-03-25 Peter EisentrautUpdate SQL features
2020-03-25 Thomas MunroAdd collation versions for Windows.
2020-03-25 Thomas MunroAllow NULL version for individual collations.
2020-03-25 Jeff DavisConsider disk-based hash aggregation to implement DISTINCT.
2020-03-25 Jeff DavisAvoid allocating unnecessary zero-sized array.
2020-03-24 Peter GeogheganFix nbtree deduplication README commentary.
2020-03-24 Andres Freundlogical decoding: Remove TODO about unnecessary optimiz...
2020-03-24 Peter EisentrautFix compiler warning on Cygwin
2020-03-24 Tom LaneImprove the internal implementation of ereport().
2020-03-24 Tom LaneRe-implement the ereport() macro using __VA_ARGS__.
2020-03-24 Peter EisentrautFix compiler warning
2020-03-24 Tom LaneDoc: fix broken markup.
2020-03-24 Peter EisentrautSome refactoring of logical/worker.c
2020-03-24 Peter EisentrautAdd support for other normal forms to Unicode normaliza...
2020-03-24 Andres FreundReport wait event for cost-based vacuum delay.
2020-03-24 Fujii MasaoPrefer standby promotion over recovery pause.
2020-03-24 Michael PaquierMove routine building restore_command to src/common/
2020-03-24 Fujii MasaoAdd wait events for WAL archive and recovery pause.
2020-03-24 Jeff DavisReduce test time for disk-based Hash Aggregation.
2020-03-24 Fujii MasaoReport NULL as total backup size if it's not estimated.
2020-03-23 Jeff DavisFixes for Disk-based Hash Aggregation.
2020-03-23 Bruce Momjiandocs: add backend_type to file-fdw CSV log example
2020-03-23 Andres FreundAdd regression tests for constraint errors in partition...
2020-03-23 Alexander KorotkovFix ordering in typedefs.list
2020-03-23 Tom LaneDoc: explain that LIKE et al can be used in ANY (sub...
2020-03-23 Tom LaneFix our getopt_long's behavior for a command line argum...
2020-03-23 Michael PaquierDoc: Fix type of some storage parameters in CREATE...
2020-03-23 Michael PaquierRevert "Refactor compile-time assertion checks in c.h"
2020-03-23 Amit KapilaAdd object names to partition integrity violations.
2020-03-23 Michael PaquierAdd bound checks for ssl_min_protocol_version and ssl_m...
2020-03-22 Noah MischRevert "Skip WAL for new relfilenodes, under wal_level...
2020-03-21 Tom LaneFix up recent breakage of headerscheck and cpluspluscheck.
2020-03-21 Noah MischSkip WAL for new relfilenodes, under wal_level=minimal.
2020-03-21 Noah MischIn log_newpage_range(), heed forkNum and page_std argum...
2020-03-21 Noah MischDuring heap rebuild, lock any TOAST index until end...
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...
next