Commit Graph

56233 Commits (cf109ffc205063f82258e0643588491a153c3a45)
 

Author SHA1 Message Date
Bruce Momjian cf109ffc20 doc: PG 16 relnotes, misc updates 2 years ago
Tom Lane 1c006c0671 Add 0245f8db3 to .git-blame-ignore-revs. 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
Tom Lane df6b19fbbc Make agreed-on updates in perltidy options. 2 years ago
Tom Lane 722541ead1 Do pre-release housekeeping on catalog data. 2 years ago
Tom Lane d0f952691f Fix thinko in join removal. 2 years ago
Tom Lane 70b42f2790 Fix misbehavior of EvalPlanQual checks with multiple result relations. 2 years ago
Alvaro Herrera ed7e686a03
psql: Tweak xheader_width and pager_min_lines input parsing 2 years ago
Peter Eisentraut 8e7912e73d Message style improvements 2 years ago
Bruce Momjian e5f85744ea doc: PG 16 relnotes, delete reverted grant, adjust version num 2 years ago
Tomas Vondra 8c4040edf4 Allocate hash join files in a separate memory context 2 years ago
Tomas Vondra 507615fc53 Describe hash join implementation 2 years ago
Tom Lane b973f93b6c Avoid naming conflict between transactions.sql and namespace.sql. 2 years ago
Peter Eisentraut 803b4a26ca Remove stray mid-sentence tabs in comments 2 years ago
Bruce Momjian 6ff33cdbab doc: PG 16 relnotes, merge REINDEX and reindexdb items 2 years ago
Bruce Momjian 1a620cbae5 doc: PG 16 relnotes, add missing parentheses 2 years ago
Peter Eisentraut 4c9deebd37 Move mdwriteback() to better place 2 years ago
Peter Eisentraut 0b8ace8d77 Reindent some comments 2 years ago
Michael Paquier e7bff46e50 pageinspect: Fix gist_page_items() with included columns 2 years ago
Bruce Momjian 613a7eca9c doc: improve pg_walinspect and role membership items 2 years ago
Bruce Momjian ce3673dade doc: improve description of adding roles as members 2 years ago
Bruce Momjian f79ee34702 doc: update PG 16 relnotes for pg_walinspect changes 2 years ago
Tomas Vondra 428c0cae92 Show empty BRIN ranges in brin_page_items 2 years ago
Tomas Vondra 3581cbdcd6 Fix handling of empty ranges and NULLs in BRIN 2 years ago
Bruce Momjian 1158c8c4e3 doc: PG 16 relnotes, add freeze and update walinspect items 2 years ago
Bruce Momjian 07ef30a028 docs: re-order some PG 16 relnotes items 2 years ago
Bruce Momjian d8a81108a8 doc: more PG 16 relnote wording improvements 2 years ago
Tomas Vondra 3ec8a3bfb5 Fix handling of NULLs when merging BRIN summaries 2 years ago
Bruce Momjian 0791930aaa doc: add more sections to PG 16 release notes 2 years ago
Bruce Momjian 206a67e27f doc: first draft of the PG 16 release notes 2 years ago
Jeff Davis c9dc480a21 Fix documentation build broken by 1e16af8ab5. 2 years ago
Jeff Davis 1e16af8ab5 Doc improvements for language tags and custom ICU collations. 2 years ago
Tom Lane 8a2523ff35 Tweak API of new function clause_is_computable_at(). 2 years ago
Jeff Davis 1c634f6647 ICU: check for U_STRING_NOT_TERMINATED_WARNING. 2 years ago
Jeff Davis 6de31ce446 Reduce icu_validation_level default to WARNING. 2 years ago
Peter Eisentraut 009bd237bf Fix error message wordings 2 years ago
Andres Freund 093e5c57d5 Add writeback to pg_stat_io 2 years ago
Andres Freund 52676dc2e0 Update parameter name context to wb_context 2 years ago
Andres Freund 322875597c Use BUFFER_USAGE_LIMIT to reduce needed test table size 2 years ago
Alexander Korotkov b9a7a82272 Revert "Add USER SET parameter values for pg_db_role_setting" 2 years ago
Alvaro Herrera 58dc80acc5
pg_dump: Error message improvements 2 years ago
Alvaro Herrera 98bd4c72fd
pg_dump: Have _EndLO report errno after CFH->write_func() failure 2 years ago
Tom Lane 69c430626b Track tlist_vinfo.varnullingrels even in non-Assert builds. 2 years ago
Tom Lane 9df8f903eb Fix some issues with improper placement of outer join clauses. 2 years ago
Tom Lane 867be9c073 Convert nullingrels match checks from Asserts to test-and-elog. 2 years ago
Tomas Vondra 1a05c1d252 Advance input pointer when LZ4 compressing data 2 years ago
Tomas Vondra 3c18d90f89 Null-terminate the output buffer of LZ4Stream_gets 2 years ago
Michael Paquier d8c3106bb6 Add back SQLValueFunction for SQL keywords 2 years ago
Tom Lane 1d369c9e90 Ensure Soundex difference() function handles empty input sanely. 2 years ago
Alvaro Herrera 27debd05dc
libpq: Error message improvement 2 years ago