Commit Graph

56653 Commits (60596f148a661e0fd1d7c1f13a72b55124511e3a)
 

Author SHA1 Message Date
Bruce Momjian 7fb906d80a doc: PG 16 relnotes: adjust RANGE/ROWS window item 2 years ago
Bruce Momjian 00be0bc3d5 doc: PG 16 relnotes: move role INHERIT item and clarify it 2 years ago
Michael Paquier d6af45052d Fix pg_stat_reset_single_table_counters() for shared relations 2 years ago
Andres Freund dd2a731d9c ci: macos: use cached macports install 2 years ago
Peter Eisentraut dcfc49c1b6 Remove dubious warning message from SQL/JSON functions 2 years ago
Thomas Munro 6337e994e8 Invalidate smgr_targblock in smgrrelease(). 2 years ago
Bruce Momjian 11f4935490 doc: PG 16 relnotes, add links to doc sections 2 years ago
Bruce Momjian 6b86a3e0b4 doc: PG 16 relnotes, initial markup 2 years ago
Peter Eisentraut c672262779 Unify some error messages 2 years ago
Peter Eisentraut 842b659050 Improved CREATE SUBSCRIPTION message for clarity 2 years ago
Bruce Momjian c5c8bd29b9 doc: PG 16 relnotes, update "current as of" date 2 years ago
Thomas Munro acc5c4fd8f De-pessimize ConditionVariableCancelSleep(). 2 years ago
Bruce Momjian 03fb43f6ed doc: PG 16 relnotes: udpate for commits since branching 2 years ago
Andres Freund d37ab378b6 hio: Take number of prior relation extensions into account 2 years ago
Andres Freund 2243ef8dd6 ci: macos: Remove use of -Dsegsize_blocks=6 2 years ago
Andres Freund 4bec616f26 ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY 2 years ago
Noah Misch 7823a298ba Fix off-by-one in XLogRecordMaxSize check. 2 years ago
Jeff Davis 7bed93a469 Remove test from commit fa2e874946. 2 years ago
Alvaro Herrera 1b594a326a
Document RelationGetIndexAttrBitmap better 2 years ago
Bruce Momjian c8c033f721 doc: PG 16 relnotes, mark current as of 2023-08-09 2 years ago
Bruce Momjian fc3e21282f doc: PG 16 relnotes, move createuser and SCM items 2 years ago
Bruce Momjian 0752461d3a doc: PG 16 relnotes, small wording improvement 2 years ago
Bruce Momjian 6e1d1c5848 doc: PG 16 relnotes, merge and adjust CREATEROLE items 2 years ago
Bruce Momjian 89cadf30c6 doc: PG 16 relnotes, add Windows 10 huge pages fix 2 years ago
Jeff Davis 0d56c32c8e Recalculate search_path after ALTER ROLE. 2 years ago
Bruce Momjian e90308ae6b doc: PG 16 relnotes, fix various typos 2 years ago
Bruce Momjian 98cb73f5c9 doc: PG 16 relnotes, adjust \ef+ body comment to mention \sf 2 years ago
Bruce Momjian 86415153f4 doc: PG 16 relnotes, remove MAINTAIN item 2 years ago
Tom Lane 0dd5545378 Stamp 16beta3. 2 years ago
Noah Misch f53511010b Reject substituting extension schemas or owners matching ["$'\]. 2 years ago
Peter Eisentraut e8386b2cef Translation updates 2 years ago
David Rowley ae89129aa3 Don't Memoize lateral joins with volatile join conditions 2 years ago
Dean Rasheed 67a007dc0c Fix RLS policy usage in MERGE. 2 years ago
Etsuro Fujita f0a3805d7c Doc: update documentation for creating custom scan paths. 2 years ago
Etsuro Fujita c575e00230 Update comments on CustomPath struct. 2 years ago
Masahiko Sawada 5c0fcef76a Fix ReorderBufferCheckMemoryLimit() comment. 2 years ago
Andres Freund 803660ea4c Fix pg_stat_io buffer reuse test instability 2 years ago
David Rowley 4e2e75cd29 Fix performance regression in pg_strtointNN_safe functions 2 years ago
David Rowley b25acc3025 Fix overly strict Assert in jsonpath code 2 years ago
Etsuro Fujita 695f5deb79 Disallow replacing joins with scans in problematic cases. 2 years ago
Tom Lane de3f0e3fe0 Eliminate fixed token-length limit in hba.c. 2 years ago
David Rowley c1308ce2d9 Fix performance problem with new COPY DEFAULT code 2 years ago
Masahiko Sawada b4f14d2e43 Fix crash with RemoveFromWaitQueue() when detecting a deadlock. 2 years ago
Masahiko Sawada 35c85c3c9b Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables. 2 years ago
Amit Kapila ad486b0eae Fix the display of UNKNOWN message type in apply worker. 2 years ago
Andres Freund bd2f46c655 Fix off-by-one in LimitAdditionalPins() 2 years ago
Alvaro Herrera b1dc946eee
Make test_decoding ddl.out shorter 2 years ago
Alvaro Herrera 28ce9d51f9
Compare only major versions in AdjustUpgrade.pm 2 years ago
Tom Lane 11237e5a46 Avoid compiler warning in non-assert builds. 2 years ago
Tom Lane f75595cd80 Fix calculation of relid sets for partitionwise child joins. 2 years ago