Commit Graph

56242 Commits (c822358a256ca1f3b8b08557b9c9f0efa8d41675)
 

Author SHA1 Message Date
Bruce Momjian c822358a25 doc: PG 16 relnotes, misc. updates 2 years ago
Tom Lane b9c755a2f6 In clause_is_computable_at(), test required_relids for clone clauses. 2 years ago
Andres Freund eabb22525e Remove over-eager assertion in ExtendBufferedRelTo() 2 years ago
Andres Freund bc971f4025 Optimize walsender wake up logic using condition variables 2 years ago
Bruce Momjian 30579d23b2 doc: PG 16 relnotes, add commits 2 years ago
Tom Lane b62381d9a2 Doc: fix some rendering problems in the PDF docs build. 2 years ago
Tom Lane a2eb99a01e Expand some more uses of "deleg" to "delegation" or "delegated". 2 years ago
Nathan Bossart f4001a5537 Fix remaining references to gss_accept_deleg. 2 years ago
Bruce Momjian 9c0a0e2ed9 rename "gss_accept_deleg" to "gss_accept_delegation". 2 years ago
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