Commit Graph

49296 Commits (044c99bc567ac5d44dff0af7aebb81737dc36a69)
 

Author SHA1 Message Date
Tom Lane 044c99bc56 Use query collation, not column's collation, while examining statistics. 6 years ago
Peter Eisentraut f0d2c65f17 OpenSSL 3.0.0 compatibility in tests 6 years ago
Michael Paquier 1127f0e392 Preserve pg_index.indisreplident across REINDEX CONCURRENTLY 6 years ago
Tom Lane a9632830bb Reject "23:59:60.nnn" in datetime input. 6 years ago
Peter Eisentraut f5067049cd psql: Clean up terminology in \dAp command 6 years ago
Michael Paquier 3fa44a3004 Fix comment in be-secure-openssl.c 6 years ago
Michael Paquier c1669fd581 Fix instance of elog() called while holding a spinlock 6 years ago
Tom Lane f88bd3139f Don't call palloc() while holding a spinlock, either. 6 years ago
Bruce Momjian 4d685f6d7b doc: PG 13 relnotes: fix link for grouping sets hash overflow 6 years ago
Fujii Masao 43e592c706 doc: Move wal_init_zero and wal_recycle descriptions to proper section. 6 years ago
Fujii Masao caa3c4242c Don't call elog() while holding spinlock. 6 years ago
Amit Kapila e641b2a995 Doc: Update the documentation for spilled transaction statistics. 6 years ago
Andrew Dunstan b846091fd0 Make ssl certificate for ssl_passphrase_callback test via Makefile 6 years ago
Peter Eisentraut 42181b1015 Use correct and consistent unit abbreviation 6 years ago
Michael Paquier ce1c5b9ae8 Fix use-after-release mistake in currtid() and currtid2() for views 6 years ago
Michael Paquier e786be5fcb Fix crashes with currtid() and currtid2() 6 years ago
Andrew Dunstan af4ea507c3 Make install-tests target work with vpath builds 6 years ago
Tomas Vondra 4cad2534da Use CP_SMALL_TLIST for hash aggregate 6 years ago
Michael Paquier 9b60c4b979 Doc: Mention about caveats of --concurrently on reindexdb page 6 years ago
Fujii Masao 92f9468657 doc: Update the layout of "Viewing Statistics" section. 6 years ago
Andres Freund 6a4a335b84 llvmjit: Fix building against LLVM 11 by removing unnecessary include. 6 years ago
Joe Conway 9003b76e16 Initialize dblink remoteConn struct in all cases 6 years ago
Joe Conway 887cdff4dc Add CHECK_FOR_INTERRUPTS() to the repeat() function 6 years ago
Heikki Linnakangas 5b1c61e8b8 Add missing error code to "cannot attach index ..." error. 6 years ago
Heikki Linnakangas 0099db4ce1 Fix typo in test comment. 6 years ago
Michael Paquier f93bb0ce64 Fix some comments in xlogreader.h 6 years ago
Michael Paquier 55ca50deb8 Fix some mentions to memory units in postgresql.conf.sample 6 years ago
Peter Eisentraut 0a737be03c Remove some tabs in SQL code in C string literals 6 years ago
Jeff Davis 896ddf9b3c Avoid fragmentation of logical tapes when writing concurrently. 6 years ago
Peter Eisentraut 49223e106b Message wording tweaks 6 years ago
Peter Eisentraut add4211600 Add lcov exclusion markers to jsonpath scanner 6 years ago
Bruce Momjian d9101e9806 doc: PG 13 relnotes: update bool_plperl item 6 years ago
Bruce Momjian ac5852fb30 gss: add missing references to hostgssenc and hostnogssenc 6 years ago
Noah Misch 587322de36 Reconcile nodes/*funcs.c. 6 years ago
Noah Misch 650eac8d7b Add a temp-install prerequisite to top-level "check-tests". 6 years ago
Michael Paquier 5832396432 Doc: Fix order of pg_shmem_allocations in system view list 6 years ago
Michael Paquier a995b371ae Add missing invocations to object access hooks 6 years ago
Alvaro Herrera c99cec96b8
Fix two typos in a comment 6 years ago
Fujii Masao eaae947e2b doc: Add note about I/O timing information in EXPLAIN and pg_stat_database. 6 years ago
Peter Eisentraut 574925bfd0 Remove unnecessary cast 6 years ago
Etsuro Fujita bb2ae6fa47 Adjust indentation in src/backend/optimizer/README. 6 years ago
Bruce Momjian 10e1521f5c doc: PG 13 relnotes: Improve FETCH link 6 years ago
Bruce Momjian 6ed02e6ac3 doc: PG 13 relnotes: fix FETCH FIRST ... WITH TIES xreflabel 6 years ago
Bruce Momjian 1c2ff3ef07 doc: suggest 1.1 as a random_page_cost value for SSDs 6 years ago
Bruce Momjian c20fd088f1 doc: Simplify mention of unique indexes for NULL control 6 years ago
Peter Geoghegan 449e14a561 Doc: Describe CREATE INDEX deduplication strategy. 6 years ago
Noah Misch 3350fb5d1f Clear some style deviations. 6 years ago
Michael Paquier e4db972ed5 Use explicit_bzero() when clearing sslpassword in libpq 6 years ago
Michael Paquier d2a9959907 Fix MSVC installations with multiple "configure" files detected 6 years ago
Alvaro Herrera e1218f59ea
doc: Adding a partition does not require Access Exclusive lock 6 years ago