]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-06-13  Peter GeogheganSilence _bt_check_unique compiler warning.
2020-06-12  David RowleyAdd missing extern keyword for a couple of numutils...
2020-06-11  Thomas MunroImprove comments for [Heap]CheckForSerializableConflict...
2020-06-11  Bruce Momjiandoc: remove xreflabels used in PG 13 relnotes
2020-06-11  Bruce Momjiandoc: remove xreflabels from commits 75fcdd2ae2 and...
2020-06-11  Jeff DavisFix doc build, broken by 13e0fa7a.
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  Amit KapilaFix typos.
2020-06-11  Michael PaquierMove frontend-side archive APIs from src/common/ to...
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  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  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 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
2020-05-25  Noah MischReconcile nodes/*funcs.c.
2020-05-25  Noah MischAdd a temp-install prerequisite to top-level "check...
2020-05-25  Michael PaquierDoc: Fix order of pg_shmem_allocations in system view...
2020-05-23  Michael PaquierAdd missing invocations to object access hooks
2020-05-22  Alvaro HerreraFix two typos in a comment
2020-05-22  Fujii Masaodoc: Add note about I/O timing information in EXPLAIN...
2020-05-22  Peter EisentrautRemove unnecessary cast
2020-05-22  Etsuro FujitaAdjust indentation in src/backend/optimizer/README.
2020-05-22  Bruce Momjiandoc: PG 13 relnotes: Improve FETCH link
2020-05-22  Bruce Momjiandoc: PG 13 relnotes: fix FETCH FIRST ... WITH TIES...
2020-05-22  Bruce Momjiandoc: suggest 1.1 as a random_page_cost value for SSDs
2020-05-21  Bruce Momjiandoc: Simplify mention of unique indexes for NULL control
2020-05-21  Peter GeogheganDoc: Describe CREATE INDEX deduplication strategy.
2020-05-21  Noah MischClear some style deviations.
2020-05-21  Michael PaquierUse explicit_bzero() when clearing sslpassword in libpq
2020-05-21  Michael PaquierFix MSVC installations with multiple "configure" files...
2020-05-20  Alvaro Herreradoc: Adding a partition does not require Access Exclusi...
2020-05-20  Michael PaquierDoc: Fix description of pg_class.relreplident
2020-05-20  Michael PaquierDoc: Replace reference to pg_stat_wal_receiver.received...
2020-05-20  Tom Lanepart_strategy does not need its very own keyword classi...
2020-05-19  Peter GeogheganReconsider nbtree page deletion assertion.
2020-05-18  Alvaro HerreraWITH TIES: number of rows is optional and defaults...
next