]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-06-14  Tom LaneFix behavior of exp() and power() for infinity inputs.
2020-06-14  Peter EisentrautAdd test coverage for EXTRACT()
2020-06-14  Michael PaquierReplace superuser check by ACLs for replication origin...
2020-06-13  Tom LaneSync behavior of var_samp and stddev_samp for single...
2020-06-13  Tom LaneFix behavior of float aggregates for single Inf or...
2020-06-13  Peter GeogheganSilence _bt_check_unique compiler warning.
2020-06-13  Peter EisentrautRefactor AlterExtensionContentsStmt grammar
2020-06-13  Peter EisentrautGrammar object type refactoring
2020-06-13  Michael PaquierCreate by default sql/ and expected/ for output directo...
2020-06-13  Michael PaquierAdd more TAP tests for pg_dump options with range checks
2020-06-13  David RowleyHave pg_itoa, pg_ltoa and pg_lltoa return the length...
2020-06-12  David RowleyAdd missing extern keyword for a couple of numutils...
2020-06-12  Tom LaneAvoid using a cursor in plpgsql's RETURN QUERY statement.
2020-06-12  Michael PaquierFix typos and some format mistakes in comments
2020-06-12  Peter EisentrautMake more use of RELKIND_HAS_STORAGE()
2020-06-11  Thomas MunroImprove comments for [Heap]CheckForSerializableConflict...
2020-06-11  Bruce Momjiandoc: document problems with using xreflabel in XML...
2020-06-11  Bruce Momjiandoc: remove xreflabels from commits 75fcdd2ae2 and...
2020-06-11  Tom LaneFix mishandling of NaN counts in numeric_[avg_]combine.
2020-06-11  Jeff DavisRework HashAgg GUCs.
2020-06-11  Peter GeogheganAvoid update conflict out serialization anomalies.
2020-06-11  Peter Eisentrautpg_dump: Remove dead code
2020-06-11  Amit KapilaFix typos.
2020-06-11  Peter EisentrautRefactor DROP LANGUAGE grammar
2020-06-11  Peter EisentrautRemove deprecated syntax from CREATE/DROP LANGUAGE
2020-06-11  Michael PaquierMove frontend-side archive APIs from src/common/ to...
2020-06-11  Peter EisentrautFold AlterForeignTableStmt into AlterTableStmt
2020-06-10  Peter EisentrautRemove redundant grammar symbols
2020-06-10  Peter EisentrautChange default of password_encryption to scram-sha-256
2020-06-10  Peter EisentrautUpdate description of parameter password_encryption
2020-06-10  Amit KapilaFix ReorderBuffer memory overflow check.
2020-06-09  Peter EisentrautSpelling adjustments
2020-06-09  Peter EisentrautUnify drop-by-OID functions
2020-06-09  David RowleyFix invalid function references in a few comments
2020-06-09  Tom LaneRepair unstable regression test.
2020-06-09  Jeff DavisFix HashAgg regression from choosing too many initial...
2020-06-09  Andres FreundAvoid need for valgrind suppressions for pg_atomic_init...
2020-06-08  Peter EisentrautUpdate documentation for snowball update
2020-06-08  Peter EisentrautUpdate snowball
2020-06-08  Thomas MunroFix locking bugs that could corrupt pg_control.
2020-06-08  Thomas MunroDoc: Update example symptom of systemd misconfiguration.
2020-06-08  Michael PaquierFix crash in WAL sender when starting physical replication
2020-06-07  Noah MischMSVC: Avoid warning when testing a TAP suite without...
2020-06-07  Tom LaneStamp HEAD as 14devel.
2020-06-07  Tom Lanepgindent run prior to branching v13.
2020-06-07  Tom LaneTry to read data from the socket in pqSendSome's write_...
2020-06-07  Tom LaneRethink definition of cancel.c's CancelRequested flag.
2020-06-07  Jeff DavisFix platform-specific performance regression in logtape.c.
2020-06-07  Peter Eisentrautpsql: Format \? output a little better
2020-06-07  Peter EisentrautFix message translatability
2020-06-07  Peter EisentrautSpelling adjustments
2020-06-07  Peter Eisentrautdoc: Fix man page whitespace issues
2020-06-07  Peter EisentrautFormatting and punctuation improvements in postgresql...
2020-06-07  Peter Eisentrautdoc: Move options on man pages into more alphabetical...
2020-06-07  Peter Eisentrautdoc: Fix up spacing around verbatim DocBook elements
2020-06-07  Peter Eisentrautdoc: Language review
2020-06-07  Peter Eisentrautdoc: Trim trailing whitespace
2020-06-07  Peter Eisentrautdoc: Clean up title case use
2020-06-07  Peter Eisentrautdoc: Remove line breaks after <title>
2020-06-07  Thomas MunroDoc: Clean up references to obsolete OS versions.
2020-06-07  Peter Eisentrautdoc: Fix incorrect link target
2020-06-06  Peter EisentrautAdd missing source files to nls.mk
2020-06-06  Magnus HaganderFix reference to wrong view in release notes
2020-06-06  Noah MischRefresh function name in CRC-associated Valgrind suppre...
2020-06-05  Tom LaneDoc: remove annotations about multi-row output of set...
2020-06-05  Tom LaneImprove ineq_histogram_selectivity's behavior for non...
2020-06-05  Joe ConwayAdd unlikely() to CHECK_FOR_INTERRUPTS()
2020-06-05  Tom LaneUse query collation, not column's collation, while...
2020-06-05  Peter EisentrautOpenSSL 3.0.0 compatibility in tests
2020-06-05  Michael PaquierPreserve pg_index.indisreplident across REINDEX CONCURR...
2020-06-04  Tom LaneReject "23:59:60.nnn" in datetime input.
2020-06-04  Peter Eisentrautpsql: Clean up terminology in \dAp command
2020-06-04  Michael PaquierFix comment in be-secure-openssl.c
2020-06-04  Michael PaquierFix instance of elog() called while holding a spinlock
2020-06-03  Tom LaneDon't call palloc() while holding a spinlock, either.
2020-06-03  Bruce Momjiandoc: PG 13 relnotes: fix link for grouping sets hash...
2020-06-03  Fujii Masaodoc: Move wal_init_zero and wal_recycle descriptions...
2020-06-02  Fujii MasaoDon't call elog() while holding spinlock.
2020-06-02  Amit KapilaDoc: Update the documentation for spilled transaction...
2020-06-01  Andrew DunstanMake ssl certificate for ssl_passphrase_callback test...
2020-06-01  Peter EisentrautUse correct and consistent unit abbreviation
2020-06-01  Michael PaquierFix use-after-release mistake in currtid() and currtid2...
2020-06-01  Michael PaquierFix crashes with currtid() and currtid2()
2020-05-31  Andrew DunstanMake install-tests target work with vpath builds
2020-05-31  Tomas VondraUse CP_SMALL_TLIST for hash aggregate
2020-05-31  Michael PaquierDoc: Mention about caveats of --concurrently on reindex...
2020-05-29  Fujii Masaodoc: Update the layout of "Viewing Statistics" section.
2020-05-28  Andres Freundllvmjit: Fix building against LLVM 11 by removing unnec...
2020-05-28  Joe ConwayInitialize dblink remoteConn struct in all cases
2020-05-28  Joe ConwayAdd CHECK_FOR_INTERRUPTS() to the repeat() function
2020-05-28  Heikki LinnakangasAdd missing error code to "cannot attach index ......
2020-05-28  Heikki LinnakangasFix typo in test comment.
2020-05-28  Michael PaquierFix some comments in xlogreader.h
2020-05-28  Michael PaquierFix some mentions to memory units in postgresql.conf...
2020-05-27  Peter EisentrautRemove some tabs in SQL code in C string literals
2020-05-26  Jeff DavisAvoid fragmentation of logical tapes when writing concu...
2020-05-26  Peter EisentrautMessage wording tweaks
2020-05-26  Peter EisentrautAdd lcov exclusion markers to jsonpath scanner
2020-05-26  Bruce Momjiandoc: PG 13 relnotes: update bool_plperl item
2020-05-26  Bruce Momjiangss: add missing references to hostgssenc and hostnogssenc
next