Commit Graph

49312 Commits (a02b8bdd9878ae1d1ead87aabb673d60432500ea)
 

Author SHA1 Message Date
Peter Eisentraut a02b8bdd98 doc: Fix man page whitespace issues 5 years ago
Peter Eisentraut f4c88ce1a2 Formatting and punctuation improvements in postgresql.conf.sample 5 years ago
Peter Eisentraut b25da86615 doc: Move options on man pages into more alphabetical order 5 years ago
Peter Eisentraut 9ac0a26210 doc: Fix up spacing around verbatim DocBook elements 5 years ago
Peter Eisentraut 4c6f70cd33 doc: Language review 5 years ago
Peter Eisentraut b79cb8a919 doc: Trim trailing whitespace 5 years ago
Peter Eisentraut b3c2412e70 doc: Clean up title case use 5 years ago
Peter Eisentraut ab5b55505e doc: Remove line breaks after <title> 5 years ago
Thomas Munro c8be915aa9 Doc: Clean up references to obsolete OS versions. 5 years ago
Peter Eisentraut c14a98032b doc: Fix incorrect link target 5 years ago
Peter Eisentraut 35b527428d Add missing source files to nls.mk 5 years ago
Magnus Hagander 6e2f11b631 Fix reference to wrong view in release notes 5 years ago
Noah Misch 26056b3ba8 Refresh function name in CRC-associated Valgrind suppressions. 5 years ago
Tom Lane ec5d6fc4ae Doc: remove annotations about multi-row output of set-returning functions. 5 years ago
Tom Lane 0c882e52a8 Improve ineq_histogram_selectivity's behavior for non-default orderings. 5 years ago
Joe Conway 87fb04af1e Add unlikely() to CHECK_FOR_INTERRUPTS() 5 years ago
Tom Lane 044c99bc56 Use query collation, not column's collation, while examining statistics. 5 years ago
Peter Eisentraut f0d2c65f17 OpenSSL 3.0.0 compatibility in tests 5 years ago
Michael Paquier 1127f0e392 Preserve pg_index.indisreplident across REINDEX CONCURRENTLY 5 years ago
Tom Lane a9632830bb Reject "23:59:60.nnn" in datetime input. 5 years ago
Peter Eisentraut f5067049cd psql: Clean up terminology in \dAp command 5 years ago
Michael Paquier 3fa44a3004 Fix comment in be-secure-openssl.c 5 years ago
Michael Paquier c1669fd581 Fix instance of elog() called while holding a spinlock 5 years ago
Tom Lane f88bd3139f Don't call palloc() while holding a spinlock, either. 5 years ago
Bruce Momjian 4d685f6d7b doc: PG 13 relnotes: fix link for grouping sets hash overflow 5 years ago
Fujii Masao 43e592c706 doc: Move wal_init_zero and wal_recycle descriptions to proper section. 5 years ago
Fujii Masao caa3c4242c Don't call elog() while holding spinlock. 5 years ago
Amit Kapila e641b2a995 Doc: Update the documentation for spilled transaction statistics. 5 years ago
Andrew Dunstan b846091fd0 Make ssl certificate for ssl_passphrase_callback test via Makefile 5 years ago
Peter Eisentraut 42181b1015 Use correct and consistent unit abbreviation 5 years ago
Michael Paquier ce1c5b9ae8 Fix use-after-release mistake in currtid() and currtid2() for views 5 years ago
Michael Paquier e786be5fcb Fix crashes with currtid() and currtid2() 5 years ago
Andrew Dunstan af4ea507c3 Make install-tests target work with vpath builds 5 years ago
Tomas Vondra 4cad2534da Use CP_SMALL_TLIST for hash aggregate 5 years ago
Michael Paquier 9b60c4b979 Doc: Mention about caveats of --concurrently on reindexdb page 5 years ago
Fujii Masao 92f9468657 doc: Update the layout of "Viewing Statistics" section. 5 years ago
Andres Freund 6a4a335b84 llvmjit: Fix building against LLVM 11 by removing unnecessary include. 5 years ago
Joe Conway 9003b76e16 Initialize dblink remoteConn struct in all cases 5 years ago
Joe Conway 887cdff4dc Add CHECK_FOR_INTERRUPTS() to the repeat() function 5 years ago
Heikki Linnakangas 5b1c61e8b8 Add missing error code to "cannot attach index ..." error. 5 years ago
Heikki Linnakangas 0099db4ce1 Fix typo in test comment. 5 years ago
Michael Paquier f93bb0ce64 Fix some comments in xlogreader.h 5 years ago
Michael Paquier 55ca50deb8 Fix some mentions to memory units in postgresql.conf.sample 5 years ago
Peter Eisentraut 0a737be03c Remove some tabs in SQL code in C string literals 5 years ago
Jeff Davis 896ddf9b3c Avoid fragmentation of logical tapes when writing concurrently. 5 years ago
Peter Eisentraut 49223e106b Message wording tweaks 5 years ago
Peter Eisentraut add4211600 Add lcov exclusion markers to jsonpath scanner 5 years ago
Bruce Momjian d9101e9806 doc: PG 13 relnotes: update bool_plperl item 5 years ago
Bruce Momjian ac5852fb30 gss: add missing references to hostgssenc and hostnogssenc 5 years ago
Noah Misch 587322de36 Reconcile nodes/*funcs.c. 5 years ago