users/c2main/postgres.git
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...
2020-05-18 Tom LaneStamp 13beta1.
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.
next