Commit Graph

49326 Commits (c2e71cb355a43d3ea0eaa6433d07f3681f934d54)
 

Author SHA1 Message Date
Peter Eisentraut c2e71cb355 Update documentation for snowball update 5 years ago
Peter Eisentraut cbcc8726bb Update snowball 5 years ago
Thomas Munro 57cb806308 Fix locking bugs that could corrupt pg_control. 5 years ago
Thomas Munro d094bf9301 Doc: Update example symptom of systemd misconfiguration. 5 years ago
Michael Paquier 879ad9f90e Fix crash in WAL sender when starting physical replication 5 years ago
Noah Misch 5a2398b0b2 MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS. 5 years ago
Tom Lane d10b19e224 Stamp HEAD as 14devel. 5 years ago
Tom Lane b5d69b7c22 pgindent run prior to branching v13. 5 years ago
Tom Lane 7247e243a8 Try to read data from the socket in pqSendSome's write_failed paths. 5 years ago
Tom Lane 92f33bb7af Rethink definition of cancel.c's CancelRequested flag. 5 years ago
Jeff Davis 1fbb6c93df Fix platform-specific performance regression in logtape.c. 5 years ago
Peter Eisentraut aa7927698a psql: Format \? output a little better 5 years ago
Peter Eisentraut 1e8ada0c8a Fix message translatability 5 years ago
Peter Eisentraut 0fd2a79a63 Spelling adjustments 5 years ago
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