postgresql.git
2020-12-03 Michael PaquierRefactor CLUSTER and REINDEX grammar to use DefElem...
2020-12-02 Stephen FrostAdd GSS information to connection authorized log message
2020-12-02 Fujii MasaoTrack total number of WAL records, FPIs and bytes gener...
2020-12-02 Michael PaquierFix compilation warnings in cryptohash_openssl.c
2020-12-02 Fujii MasaoAllow restore_command parameter to be changed with...
2020-12-02 Michael PaquierMove SHA2 routines to a new generic API layer for crypt...
2020-12-02 Bruce Momjianpg_checksums: data_checksum_version is unsigned so...
2020-12-01 Tom LaneEnsure that expandTableLikeClause() re-examines the...
2020-12-01 Alvaro HerreraAvoid memcpy() with a NULL source pointer and count...
2020-12-01 Heikki Linnakangasdocs: ulink all references to RFC's
2020-12-01 Fujii Masaodoc: Add additional index entries for progress reportin...
2020-12-01 Michael Paquierdoc: Remove more notes about compatibilities with past...
2020-12-01 Thomas MunroUse truncate(2) where appropriate.
2020-12-01 Thomas MunroFree disk space for dropped relations on commit.
2020-11-30 Tom LaneFix missing outfuncs.c support for IncrementalSortPath.
2020-11-30 Alvaro HerreraDocument concurrent indexes waiting on each other
2020-11-30 Tom LaneRemove configure-time probe for DocBook DTD.
2020-11-30 Tom LanePrevent parallel index build in a standalone backend.
2020-11-30 Tom LaneFix miscomputation of direct_lateral_relids for join...
2020-11-30 Michael PaquierRefactor parsing rules for option lists of EXPLAIN...
2020-11-30 Heikki LinnakangasRemove leftover comments, left behind by removal of...
2020-11-30 Fujii MasaoFix typo in comment.
2020-11-30 Fujii MasaoImprove log message about termination of background...
2020-11-29 Tom LaneFix recently-introduced breakage in psql's \connect...
2020-11-29 Tom LaneDoc: clarify behavior of PQconnectdbParams().
2020-11-29 Noah MischRetry initial slurp_file("current_logfiles"), in test...
2020-11-28 Tom LaneClean up after tests in src/test/locale/.
2020-11-28 Tom LaneFix a recently-introduced race condition in LISTEN...
2020-11-27 Fujii MasaoFix CLUSTER progress reporting of number of blocks...
2020-11-27 Fujii MasaoUse standard SIGTERM signal handler die() in test_shm_m...
2020-11-27 Fujii MasaoUse standard SIGHUP and SIGTERM signal handlers in...
2020-11-27 Amit KapilaFix replication of in-progress transactions in tablesyn...
2020-11-26 Alvaro HerreraRestore lock level to update statusFlags
2020-11-26 Fujii Masaopg_stat_statements: Track number of times pgss entries...
2020-11-26 Fujii Masaodoc: Add description about re-analysis and re-planning...
2020-11-26 Amit KapilaUse Enums for logical replication message types at...
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...
next