| Commit message (Expand) | Author | Age |
* | Add list of acknowledgments to release notes | Peter Eisentraut | 2023-08-22 |
* | doc: PG 16 relnotes: adjust RANGE/ROWS window item | Bruce Momjian | 2023-08-21 |
* | doc: PG 16 relnotes: move role INHERIT item and clarify it | Bruce Momjian | 2023-08-21 |
* | Fix pg_stat_reset_single_table_counters() for shared relations | Michael Paquier | 2023-08-21 |
* | ci: macos: use cached macports install | Andres Freund | 2023-08-19 |
* | Remove dubious warning message from SQL/JSON functions | Peter Eisentraut | 2023-08-18 |
* | Invalidate smgr_targblock in smgrrelease(). | Thomas Munro | 2023-08-17 |
* | doc: PG 16 relnotes, add links to doc sections | Bruce Momjian | 2023-08-16 |
* | doc: PG 16 relnotes, initial markup | Bruce Momjian | 2023-08-16 |
* | Unify some error messages | Peter Eisentraut | 2023-08-16 |
* | Improved CREATE SUBSCRIPTION message for clarity | Peter Eisentraut | 2023-08-16 |
* | doc: PG 16 relnotes, update "current as of" date | Bruce Momjian | 2023-08-15 |
* | De-pessimize ConditionVariableCancelSleep(). | Thomas Munro | 2023-08-15 |
* | doc: PG 16 relnotes: udpate for commits since branching | Bruce Momjian | 2023-08-14 |
* | hio: Take number of prior relation extensions into account | Andres Freund | 2023-08-14 |
* | ci: macos: Remove use of -Dsegsize_blocks=6 | Andres Freund | 2023-08-12 |
* | ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY | Andres Freund | 2023-08-12 |
* | Fix off-by-one in XLogRecordMaxSize check. | Noah Misch | 2023-08-12 |
* | Remove test from commit fa2e874946. | Jeff Davis | 2023-08-10 |
* | Document RelationGetIndexAttrBitmap better | Alvaro Herrera | 2023-08-10 |
* | doc: PG 16 relnotes, mark current as of 2023-08-09 | Bruce Momjian | 2023-08-09 |
* | doc: PG 16 relnotes, move createuser and SCM items | Bruce Momjian | 2023-08-09 |
* | doc: PG 16 relnotes, small wording improvement | Bruce Momjian | 2023-08-09 |
* | doc: PG 16 relnotes, merge and adjust CREATEROLE items | Bruce Momjian | 2023-08-09 |
* | doc: PG 16 relnotes, add Windows 10 huge pages fix | Bruce Momjian | 2023-08-09 |
* | Recalculate search_path after ALTER ROLE. | Jeff Davis | 2023-08-09 |
* | doc: PG 16 relnotes, fix various typos | Bruce Momjian | 2023-08-09 |
* | doc: PG 16 relnotes, adjust \ef+ body comment to mention \sf | Bruce Momjian | 2023-08-09 |
* | doc: PG 16 relnotes, remove MAINTAIN item | Bruce Momjian | 2023-08-09 |
* | Stamp 16beta3.REL_16_BETA3 | Tom Lane | 2023-08-07 |
* | Reject substituting extension schemas or owners matching ["$'\]. | Noah Misch | 2023-08-07 |
* | Translation updates | Peter Eisentraut | 2023-08-07 |
* | Don't Memoize lateral joins with volatile join conditions | David Rowley | 2023-08-07 |
* | Fix RLS policy usage in MERGE. | Dean Rasheed | 2023-08-07 |
* | Doc: update documentation for creating custom scan paths. | Etsuro Fujita | 2023-08-03 |
* | Update comments on CustomPath struct. | Etsuro Fujita | 2023-08-03 |
* | Fix ReorderBufferCheckMemoryLimit() comment. | Masahiko Sawada | 2023-08-02 |
* | Fix pg_stat_io buffer reuse test instability | Andres Freund | 2023-08-01 |
* | Fix performance regression in pg_strtointNN_safe functions | David Rowley | 2023-08-02 |
* | Fix overly strict Assert in jsonpath code | David Rowley | 2023-08-02 |
* | Disallow replacing joins with scans in problematic cases. | Etsuro Fujita | 2023-07-28 |
* | Eliminate fixed token-length limit in hba.c. | Tom Lane | 2023-07-27 |
* | Fix performance problem with new COPY DEFAULT code | David Rowley | 2023-07-27 |
* | Fix crash with RemoveFromWaitQueue() when detecting a deadlock. | Masahiko Sawada | 2023-07-26 |
* | Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables. | Masahiko Sawada | 2023-07-25 |
* | Fix the display of UNKNOWN message type in apply worker. | Amit Kapila | 2023-07-25 |
* | Fix off-by-one in LimitAdditionalPins() | Andres Freund | 2023-07-24 |
* | Make test_decoding ddl.out shorter | Alvaro Herrera | 2023-07-24 |
* | Compare only major versions in AdjustUpgrade.pm | Alvaro Herrera | 2023-07-24 |
* | Avoid compiler warning in non-assert builds. | Tom Lane | 2023-07-22 |