]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-12-09  Tom LaneSupport subscripting of arbitrary types, not only arrays.
2020-12-09  Peter EisentrautChange get_constraint_index() to use pg_constraint...
2020-12-09  Michael PaquierSimplify code for getting a unicode codepoint's canonic...
2020-12-09  Andres Freundjit: Reference function pointer types via llvmjit_types.c.
2020-12-08  Tom LaneTeach contain_leaked_vars that assignment SubscriptingR...
2020-12-08  Tom LaneRemove operator_precedence_warning.
2020-12-08  Dean RasheedImprove estimation of ANDs under ORs using extended...
2020-12-08  Dean RasheedImprove estimation of OR clauses using multiple extende...
2020-12-08  Tom LaneDoc: clarify that CREATE TABLE discards redundant uniqu...
2020-12-08  Tom LaneDoc: explain that the string types can't store \0 ...
2020-12-08  Fujii MasaoSpeed up rechecking if relation needs to be vacuumed...
2020-12-08  Fujii MasaoBump catversion for pg_stat_wal changes.
2020-12-08  Michael Paquierpgcrypto: Detect errors with EVP calls from OpenSSL
2020-12-08  Andres Freundjit: Correct parameter type for generated expression...
2020-12-08  Andres Freundjit: configure: Explicitly reference 'native' component.
2020-12-08  Michael PaquierAvoid using tuple from syscache for update of pg_databa...
2020-12-07  Tom LaneAdd a couple of regression test cases related to array...
2020-12-07  Heikki LinnakangasFix more race conditions in the newly-added pg_rewind...
2020-12-07  Tom Lanepg_dump: Reorganize dumpBaseType()
2020-12-07  Michael PaquierFix fd leak in pg_verifybackup
2020-12-05  Tom LaneFix missed step in removal of useless RESULT RTEs in...
2020-12-04  Heikki LinnakangasFix race conditions in newly-added test.
2020-12-04  Peter EisentrautConvert elog(LOG) calls to ereport() where appropriate
2020-12-04  Peter EisentrautRemove unnecessary grammar symbols
2020-12-04  Amit KapilaRemove incorrect assertion in reorderbuffer.c.
2020-12-04  Michael PaquierRename cryptohashes.c to cryptohashfuncs.c
2020-12-04  Michael PaquierChange SHA2 implementation based on OpenSSL to use...
2020-12-03  Bruce Momjiandoc: remove unnecessary blank before command option...
2020-12-03  Bruce Momjiandocs: list single-letter options first in command...
2020-12-03  Heikki LinnakangasFix pg_rewind bugs when rewinding a standby server.
2020-12-03  Peter EisentrautSmall code simplifications
2020-12-03  Dean RasheedImprove estimation of OR clauses using extended statistics.
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...
next