postgresql.git
2020-11-25 Alvaro HerreraAvoid spurious waits in concurrent indexing
2020-11-25 Tom LaneIn psql's \d commands, don't truncate attribute default...
2020-11-25 Tom LaneDoc: minor improvements for section 11.2 "Index Types".
2020-11-25 Tom LaneAvoid spamming the client with multiple ParameterStatus...
2020-11-25 Peter Eisentrauttablefunc: Reject negative number of tuples passed...
2020-11-25 Peter Eisentrautdoc: Fix typos
2020-11-25 Peter EisentrautMake error hint from bind() failure more accurate
2020-11-25 Peter EisentrautAdd support for abstract Unix-domain sockets
2020-11-25 Thomas MunroFix WaitLatch(NULL) on Windows.
2020-11-25 Amit KapilaRemove obsolete comment atop ri_PlanCheck.
2020-11-25 David RowleyStop gap fix for __attribute__((cold)) compiler bug...
2020-11-25 Michael PaquierRemove catalog function currtid()
2020-11-24 Andrew GierthProperly check index mark/restore in ExecSupportsMarkRe...
2020-11-24 David RowleyTidy up definitions of pg_attribute_hot and pg_attribut...
2020-11-24 Tom LanePut "inline" marker on declarations of inline functions.
2020-11-24 Heikki LinnakangasFix expected output: the order of agg permission checks...
2020-11-24 Heikki LinnakangasMove per-agg and per-trans duplicate finding to the...
2020-11-24 Fujii Masaodoc: Get rid of unnecessary space character from some...
2020-11-24 Michael PaquierUse macros instead of hardcoded offsets for LWLock...
2020-11-24 Tom LaneCentralize logic for skipping useless ereport/elog...
2020-11-24 David RowleyFix unportable usage of __has_attribute
2020-11-23 David RowleyImprove compiler code layout in elog/ereport ERROR...
2020-11-23 David RowleyDefine pg_attribute_cold and pg_attribute_hot macros
2020-11-23 Tom LaneRemove unnecessary #include.
2020-11-23 Alvaro HerreraDon't hold ProcArrayLock longer than needed in rare...
2020-11-23 Tom LaneRename the "point is strictly above/below point" compar...
2020-11-23 Tom LaneImprove wording of two error messages related to genera...
2020-11-23 Alvaro HerreraMake some sanity-check elogs more verbose
2020-11-23 Heikki LinnakangasFix a few comments that referred to copy.c.
2020-11-23 Heikki LinnakangasSplit copy.c into four files.
2020-11-22 Tom LaneAllow a multi-row INSERT to specify DEFAULTs for a...
2020-11-21 Tom LaneIn geo_ops.c, represent infinite slope as Infinity...
2020-11-21 Tom LaneFix FPeq() and friends to get the right answers for...
2020-11-21 Tom LaneExtend the geometric regression test cases a little.
2020-11-21 Michael PaquierRemove INSERT privilege check at table creation of...
2020-11-21 Peter Eisentrautdoc: Improve tableoid description
2020-11-20 Heikki LinnakangasMake pg_rewind test case more stable.
2020-11-20 Magnus HaganderRemove ability to independently select random number...
2020-11-20 Peter EisentrautReplace a macro by a function
2020-11-20 Thomas MunroAdd collation versions for FreeBSD.
2020-11-20 Fujii MasaoEmit log when restore_command succeeds but archived...
2020-11-20 Tom LaneOn macOS, use -isysroot in link steps as well as compil...
2020-11-19 Tom LaneRemove undocumented IS [NOT] OF syntax.
2020-11-19 Tom LaneFurther fixes for CREATE TABLE LIKE: cope with self...
2020-11-19 Peter EisentrautRename object in test to avoid conflict
2020-11-19 Peter EisentrautHash support for row types
2020-11-19 Thomas MunroAdd BarrierArriveAndDetachExceptLast().
2020-11-19 Michael PaquierImprove failure detection with array parsing in pg_dump
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
next