postgresql.git
2020-11-18 Alvaro HerreraRelax lock level for setting PGPROC->statusFlags
2020-11-18 Heikki LinnakangasSkip allocating hash table in EXPLAIN-only mode.
2020-11-18 Heikki Linnakangasdocs: Clarify that signal functions have no feedback.
2020-11-18 Peter EisentrautAdd more tests for hashing and hash-based plans
2020-11-18 Michael PaquierAdd tab completion for CREATE [OR REPLACE] TRIGGER...
2020-11-17 Peter GeogheganDeprecate nbtree's BTP_HAS_GARBAGE flag.
2020-11-17 Alvaro Herreraindexcmds.c: reorder function prototypes
2020-11-17 Peter Geoghegannbtree: Rename nbtinsert.c variables for consistency.
2020-11-17 Amit KapilaFix 'skip-empty-xacts' option in test_decoding for...
2020-11-17 Tom LaneDon't Insert() a VFD entry until it's fully built.
2020-11-16 Alvaro HerreraRename PGPROC->vacuumFlags to statusFlags
2020-11-16 Tom LaneDo not return NULL for error cases in satisfies_hash_pa...
2020-11-16 Tom LaneUse "true" not "TRUE" in one ICU function call.
2020-11-16 Bruce Momjiandoc: update bgwriter description
2020-11-16 Bruce Momjiandoc: clarify how to find pg_type_d.h in the install...
2020-11-16 Peter EisentrautRemove unused and deprecated strategy numbers from...
2020-11-16 Bruce Momjiandoc: improve wording of the need for analyze of exp...
2020-11-16 Alvaro HerreraFix typo
2020-11-16 Peter EisentrautNormalize comment in empty grammar rules
2020-11-16 Peter EisentrautRemove code handling removed deprecated containment...
2020-11-16 Fujii MasaoMake the standby server promptly handle interrupt signals.
2020-11-16 Alexander KorotkovReword 'simple comparison' => 'inequality' in pgtrgm...
2020-11-16 Michael PaquierRelax INSERT privilege requirement for CTAS and matview...
2020-11-15 Tom LaneFix fuzzy thinking about amcanmulticol versus amcaninclude.
2020-11-15 Peter Geoghegannbtree: Demote incomplete split "can't happen" error.
2020-11-15 Tom LaneSuppress "warning: variable 'collcollate' set but not...
2020-11-15 Heikki LinnakangasFix timing issue in pg_rewind test.
2020-11-15 Alexander KorotkovAdd missing 'the' to pgtrgm.sgml
2020-11-15 Alexander KorotkovFix alphabetic ordering in typedefs.list
2020-11-15 Alexander KorotkovHandle equality operator in contrib/pg_trgm
2020-11-14 Tom LaneProvide the OR REPLACE option for CREATE TRIGGER.
2020-11-14 Tom LaneDoc: improve partitioning discussion in ddl.sgml.
2020-11-14 Michael PaquierFix some typos
2020-11-13 Tom LaneSupport negative indexes in split_part().
2020-11-13 Heikki LinnakangasRemove another test that doesn't work on Windows.
2020-11-12 Bruce Momjiandoc: clarify where to find pg_type_d.h (PG 11+) and...
2020-11-12 Bruce Momjiandocs: mention that expression indexes need analyze
2020-11-12 Bruce Momjianchange wire protocol data type for history file content
2020-11-12 Heikki LinnakangasRemove tests that don't work on Windows.
2020-11-12 Andrew Gierthpg_trgm: fix crash in 2-item picksplit
2020-11-12 Heikki LinnakangasAllow pg_rewind to use a standby server as the source...
2020-11-12 Peter EisentrautClean up optional rules in grammar
2020-11-12 Alexander KorotkovFix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql
2020-11-12 Fujii MasaoUse standard SIGHUP and SIGTERM handlers in walreceiver.
2020-11-12 Alexander KorotkovFix name of the macro for getting signature length...
2020-11-12 Fujii Masaopg_stat_statements: track number of rows processed...
2020-11-12 Michael PaquierRemove useless SHA256 initialization when not using...
2020-11-11 Tomas VondraRemove duplicate code in brin_memtuple_initialize
2020-11-11 Peter EisentrautFix some stray whitespace in parser files
2020-11-11 Magnus HaganderRemove line missed in previous commit
2020-11-11 Magnus HaganderRemove vacuumdb --analyze-in-stages from pg_upgrade...
2020-11-11 Peter EisentrautAdd pg_nodiscard decorations to some functions
2020-11-11 Peter EisentrautAdd pg_nodiscard function declaration specifier
2020-11-11 Peter EisentrautFix cases of discarding result from list API functions
2020-11-11 Tom LaneFix and simplify some usages of TimestampDifference().
2020-11-11 Bruce Momjiandoc: fix spelling "connction" to "connection"
2020-11-10 Tom LaneWork around cross-version-upgrade issues created by...
2020-11-10 Heikki Linnakangaspg_rewind: Fix thinko in parsing target WAL.
2020-11-10 Magnus HaganderFix out of date comment
2020-11-10 Magnus HaganderRemove -o option to postmaster
2020-11-10 Andres Freundjit: Add support for LLVM 12.
2020-11-09 Tom LaneDoc: clarify data type behavior of COALESCE and NULLIF.
2020-11-09 Peter GeogheganRemove ineffective heapam CHECK_FOR_INTERRUPTS().
2020-11-09 Noah MischIgnore attempts to \gset into specially treated variables.
2020-11-09 Noah MischIn security-restricted operations, block enqueue of...
2020-11-09 Magnus HaganderRemove analyze_new_cluster script from pg_upgrade
2020-11-09 Magnus HaganderRemove incorrect %s in string
2020-11-09 Fujii Masaodoc: Add note about pg_settings and customized options...
2020-11-09 Thomas MunroFix parsePGArray() error checking in pg_dump.
2020-11-08 Tom LaneIn INSERT/UPDATE, use the table's real tuple descriptor...
2020-11-08 Thomas MunroFix assertion in collation version lookup.
2020-11-08 Peter EisentrautFix test for error message change
2020-11-08 Peter GeogheganImprove nbtree README's LP_DEAD section.
2020-11-07 Alvaro HerreraMessage style improvements
2020-11-07 Peter EisentrautFix redundant error messages in client tools
2020-11-07 Tom LaneAvoid re-using output variables in new ecpg test case.
2020-11-07 Tom LaneFix ecpg's mishandling of B'...' and X'...' literals.
2020-11-07 Peter EisentrautMove catalog index declarations
2020-11-07 Peter EisentrautMove catalog toast table declarations
2020-11-07 Alvaro HerreraPlug memory leak in index_get_partition
2020-11-07 Michael PaquierAdd GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_di...
2020-11-07 Michael PaquierFix minor issues with new unicode {de,re}composition...
2020-11-06 Tomas VondraProperly detoast data in brin_form_tuple
2020-11-06 Tom LaneRevert "Accept relations of any kind in LOCK TABLE".
2020-11-06 Tom LaneRevert "pg_dump: Lock all relations, not just plain...
2020-11-06 Fujii Masaopg_prewarm: make autoprewarm leader use standard SIGHUP...
2020-11-06 Magnus HaganderAdd pg_strong_random_init function to initialize random...
2020-11-06 Amit KapilaUse strlcpy instead of memcpy for copying the slot...
2020-11-05 Peter GeogheganFix wal_consistency_checking nbtree bug.
2020-11-05 Tom LaneDon't throw an error for LOCK TABLE on a self-referenti...
2020-11-05 Peter GeogheganFix nbtree cleanup-only VACUUM stats inaccuracies.
2020-11-05 Thomas MunroFix unlinking of SLRU segments.
2020-11-04 Tom LaneRemove underflow error in float division with infinite...
2020-11-04 Tom LaneDeclare assorted array functions using anycompatible...
2020-11-04 Tom LaneDeclare lead() and lag() using anycompatible not anyele...
2020-11-04 Tom LaneImprove our ability to regurgitate SQL-syntax function...
2020-11-04 Tom LaneRemove useless entries for aggregate functions from...
2020-11-04 Fujii MasaoFix segmentation fault that commit ac22929a26 caused.
2020-11-04 Peter EisentrautEnable hash partitioning of text arrays
2020-11-04 Heikki Linnakangaspg_rewind: Refactor the abstraction to fetch from local...
next