]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
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
next