Commit Graph

49351 Commits (2f48ede080f42b97b594fb14102c82ca1001b80c)
 

Author SHA1 Message Date
Tom Lane 2f48ede080 Avoid using a cursor in plpgsql's RETURN QUERY statement. 5 years ago
Michael Paquier aaf8c99050 Fix typos and some format mistakes in comments 5 years ago
Peter Eisentraut ffd2582297 Make more use of RELKIND_HAS_STORAGE() 5 years ago
Thomas Munro 7aa4fb5925 Improve comments for [Heap]CheckForSerializableConflictOut(). 5 years ago
Bruce Momjian 59fa7eb603 doc: document problems with using xreflabel in XML docs 5 years ago
Bruce Momjian 0dd1eb3aea doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 5 years ago
Tom Lane 77a3be32f7 Fix mishandling of NaN counts in numeric_[avg_]combine. 5 years ago
Jeff Davis 92c58fd948 Rework HashAgg GUCs. 5 years ago
Peter Geoghegan 5940ffb221 Avoid update conflict out serialization anomalies. 5 years ago
Peter Eisentraut d9fa17aa7c pg_dump: Remove dead code 5 years ago
Amit Kapila ad9291f5e6 Fix typos. 5 years ago
Peter Eisentraut 3fbd4bb6f4 Refactor DROP LANGUAGE grammar 5 years ago
Peter Eisentraut 5333e014ab Remove deprecated syntax from CREATE/DROP LANGUAGE 5 years ago
Michael Paquier a3b2bf1fe7 Move frontend-side archive APIs from src/common/ to src/fe_utils/ 5 years ago
Peter Eisentraut c4325cefba Fold AlterForeignTableStmt into AlterTableStmt 5 years ago
Peter Eisentraut c2bd1fec32 Remove redundant grammar symbols 5 years ago
Peter Eisentraut c7eab0e97e Change default of password_encryption to scram-sha-256 5 years ago
Peter Eisentraut 5a4ada71a8 Update description of parameter password_encryption 5 years ago
Amit Kapila c5c000b103 Fix ReorderBuffer memory overflow check. 5 years ago
Peter Eisentraut 350f47786c Spelling adjustments 5 years ago
Peter Eisentraut b1d32d3e32 Unify drop-by-OID functions 5 years ago
David Rowley b27c90bbe4 Fix invalid function references in a few comments 5 years ago
Tom Lane 05dea2427c Repair unstable regression test. 5 years ago
Jeff Davis 1b2c29469a Fix HashAgg regression from choosing too many initial buckets. 5 years ago
Andres Freund 47c718792b Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms. 5 years ago
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