]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2020-05-18  Tom LaneStamp 13beta1. REL_13_BETA1
2020-05-18  Tom LaneRemove unused variables.
2020-05-18  Bruce Momjiandoc: PG 13 relnotes: fix typos
2020-05-18  Peter EisentrautTranslation updates
2020-05-18  Magnus HaganderFix typos in README
2020-05-18  Amit KapilaFix comment in slot.c.
2020-05-17  Alexander KorotkovCosmetic improvement for psql opfamily-related information
2020-05-17  Alexander KorotkovFix translate_columns[] arrays in opfamily-related...
2020-05-17  Alexander KorotkovImprove ordering for \dAo and \dAp psql commands
2020-05-17  Alvaro HerreraFix more typos and grammar problems in the glossary
2020-05-17  Tom LaneMop-up for wait event naming issues.
2020-05-17  Michael PaquierMake pg_stat_wal_receiver consistent with the WAL recei...
2020-05-16  Tom LaneFix bugs in OpenSSL hook renaming.
2020-05-16  Andrew DunstanRename PQsetSSLKeyPassHook and friends
2020-05-16  Alvaro HerreraFix typo in glossary
2020-05-16  Tom LaneRun pgindent with new pg_bsd_indent version 2.1.1.
2020-05-16  Tom LaneFinal pgindent run with pg_bsd_indent version 2.1.
2020-05-16  Michael PaquierFix assertion with relation using REPLICA IDENTITY...
2020-05-16  Tom LaneChange locktype "speculative token" to "spectoken".
2020-05-16  Alvaro HerreraFix walsender error cleanup code
2020-05-15  Tom LaneDrop the redundant "Lock" suffix from LWLock wait event...
2020-05-15  Tom LaneFix bogus initialization of replication origin shared...
2020-05-15  Tom LaneRename assorted LWLock tranches.
2020-05-15  Alvaro HerreraAdd comments linking pg_strftime to timestamptz_to_str
2020-05-15  Alvaro HerreraAvoid killing btree items that are already dead
2020-05-15  Tom LaneRename SLRU structures and associated LWLocks.
2020-05-15  Alvaro HerreraReview of the glossary
2020-05-15  Bruce Momjiandoc: PG 13 rels: use xref labels referencing ref...
2020-05-15  Bruce Momjiandocs: add xreflabel entries for autovacuum, SP-GiST...
2020-05-15  Bruce Momjiandoc: add missing xreflabels to the main docs (not...
2020-05-15  Bruce Momjiandoc: PG 13 relnotes: adjust UUID item, again
2020-05-15  Bruce Momjiandoc: PG 13 relnotes: fix uuid item
2020-05-15  Bruce Momjiandoc: PG 13 relnotes: final SGML indenting adjustments
2020-05-15  Bruce Momjiandoc: remove extra blank line at the top of SGML files
2020-05-15  Bruce Momjiandoc: make ref/*.sgml file header comment layout consistent
2020-05-15  Bruce Momjiandoc: PG 13 relnotes: fix xref link and remove extra...
2020-05-15  Amit KapilaMake COPY TO keep locks until the transaction end.
2020-05-15  Bruce Momjiandocs: PG 13 relnotes: add links and SGML formatting
2020-05-14  Michael PaquierRemove duplicated comment block in event_trigger.c
2020-05-14  Tom LaneDoc: hack on table 26.1 till it fits in PDF format.
2020-05-14  Tom LaneDoc: tweak examples to silence line-too-long PDF build...
2020-05-14  Tom LaneInitial pgindent and pgperltidy run for v13.
2020-05-14  Bruce Momjiandoc: PG 13 relnotes: move docbook version change...
2020-05-14  Tom LaneCollect built-in LWLock tranche names statically, not...
2020-05-14  Michael PaquierDoc: Fix some inconsistencies with markups
next