2023-09-06 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2023-09-06 |
Peter Eisentraut | Update list of acknowledgments in release notes |
commit | commitdiff | tree |
2023-09-05 |
Bruce Momjian | doc: mention libpq regression tests |
commit | commitdiff | tree |
2023-09-05 |
Peter Eisentraut | Unify gratuitously different error messages |
commit | commitdiff | tree |
2023-09-04 |
Michael Paquier | Fix out-of-bound read in gtsvector_picksplit() |
commit | commitdiff | tree |
2023-09-03 |
Michael Paquier | Fix handling of shared statistics with dropped databases |
commit | commitdiff | tree |
2023-08-31 |
Bruce Momjian | doc: PG 16 relnotes: clarify LOCK TABLE description |
commit | commitdiff | tree |
2023-08-31 |
Heikki Linnakangas | Report syncscan position at end of scan. |
commit | commitdiff | tree |
2023-08-30 |
Nathan Bossart | Use actual backend IDs in pg_stat_get_backend_subxact(). |
commit | commitdiff | tree |
2023-08-30 |
Nathan Bossart | Rename some support functions for pgstat* views. |
commit | commitdiff | tree |
2023-08-30 |
Etsuro Fujita | postgres_fdw: Fix test for parameterized foreign scan. |
commit | commitdiff | tree |
2023-08-29 |
Michael Paquier | Avoid possible overflow with ltsGetFreeBlock() in logtape.c |
commit | commitdiff | tree |
2023-08-29 |
Peter Eisentraut | Rename logical_replication_mode to debug_logical_replic... |
commit | commitdiff | tree |
2023-08-29 |
Daniel Gustafsson | Reword user-facing message for "power of two" |
commit | commitdiff | tree |
2023-08-29 |
Heikki Linnakangas | Initialize ListenSocket array earlier. |
commit | commitdiff | tree |
2023-08-28 |
Tom Lane | Stamp 16rc1. REL_16_RC1 |
commit | commitdiff | tree |
2023-08-28 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2023-08-27 |
Peter Eisentraut | Update list of acknowledgments in release notes |
commit | commitdiff | tree |
2023-08-27 |
Peter Eisentraut | Remove incorrect name from release notes |
commit | commitdiff | tree |
2023-08-27 |
Peter Eisentraut | Remove incorrect/duplicate name from list of acknowledg... |
commit | commitdiff | tree |
2023-08-25 |
Bruce Momjian | doc: PG 16 relnotes: fix initdb encoding/locale item |
commit | commitdiff | tree |
2023-08-24 |
Nathan Bossart | pg_upgrade: Bump MESSAGE_WIDTH. |
commit | commitdiff | tree |
2023-08-24 |
Tom Lane | Avoid unnecessary plancache revalidation of utility... |
commit | commitdiff | tree |
2023-08-24 |
Peter Eisentraut | Fix lack of message pluralization |
commit | commitdiff | tree |
2023-08-24 |
Peter Eisentraut | Update DECLARE_INDEX documentation |
commit | commitdiff | tree |
2023-08-24 |
Peter Eisentraut | Rename hook functions for debug_io_direct to match... |
commit | commitdiff | tree |
2023-08-24 |
Amit Kapila | Fix the error message when failing to restore the snapshot. |
commit | commitdiff | tree |
2023-08-24 |
Peter Eisentraut | Fix translation markers |
commit | commitdiff | tree |
2023-08-24 |
Peter Eisentraut | pg_upgrade: Improve one log message |
commit | commitdiff | tree |
2023-08-24 |
Bruce Momjian | do: PG 16 relnotes: clarify last seq/index view names |
commit | commitdiff | tree |
2023-08-23 |
David Rowley | Meson: check for pg_config_paths.h left over from make |
commit | commitdiff | tree |
2023-08-23 |
Andres Freund | ci: Make compute resources for CI configurable |
commit | commitdiff | tree |
2023-08-23 |
Andres Freund | ci: Prepare to make compute resources for CI configurable |
commit | commitdiff | tree |
2023-08-23 |
Andres Freund | ci: Use VMs for SanityCheck and CompilerWarnings |
commit | commitdiff | tree |
2023-08-23 |
Andres Freund | ci: Move execution method of tasks into yaml templates |
commit | commitdiff | tree |
2023-08-23 |
Andres Freund | ci: Don't specify amount of memory |
commit | commitdiff | tree |
2023-08-23 |
Heikki Linnakangas | Fix _bt_allequalimage() call within critical section. |
commit | commitdiff | tree |
2023-08-23 |
Heikki Linnakangas | Use the buffer cache when initializing an unlogged... |
commit | commitdiff | tree |
2023-08-23 |
Daniel Gustafsson | doc: Replace list of drivers and PLs with wiki link |
commit | commitdiff | tree |
2023-08-23 |
Peter Eisentraut | doc: Add more ICU rules examples |
commit | commitdiff | tree |
2023-08-23 |
Peter Eisentraut | doc: Improve ICU external link |
commit | commitdiff | tree |
2023-08-23 |
Peter Eisentraut | Improve vertical spacing of documentation markup |
commit | commitdiff | tree |
2023-08-23 |
Thomas Munro | ExtendBufferedWhat -> BufferManagerRelation. |
commit | commitdiff | tree |
2023-08-22 |
Bruce Momjian | doc: PG 16 relnotes: properly indent and word-wrap... |
commit | commitdiff | tree |
2023-08-22 |
Jeff Davis | Fix pg_dump assertion failure when dumping pg_catalog. |
commit | commitdiff | tree |
2023-08-22 |
Andrew Dunstan | Cache by-reference missing values in a long lived context |
commit | commitdiff | tree |
2023-08-22 |
Bruce Momjian | doc: PG 16 relnotes: separate out psql \drg item |
commit | commitdiff | tree |
2023-08-22 |
Peter Eisentraut | Add list of acknowledgments to release notes |
commit | commitdiff | tree |
2023-08-21 |
Bruce Momjian | doc: PG 16 relnotes: adjust RANGE/ROWS window item |
commit | commitdiff | tree |
2023-08-21 |
Bruce Momjian | doc: PG 16 relnotes: move role INHERIT item and clari... |
commit | commitdiff | tree |
2023-08-21 |
Michael Paquier | Fix pg_stat_reset_single_table_counters() for shared... |
commit | commitdiff | tree |
2023-08-19 |
Andres Freund | ci: macos: use cached macports install |
commit | commitdiff | tree |
2023-08-18 |
Peter Eisentraut | Remove dubious warning message from SQL/JSON functions |
commit | commitdiff | tree |
2023-08-17 |
Thomas Munro | Invalidate smgr_targblock in smgrrelease(). |
commit | commitdiff | tree |
2023-08-17 |
Bruce Momjian | doc: PG 16 relnotes, add links to doc sections |
commit | commitdiff | tree |
2023-08-16 |
Bruce Momjian | doc: PG 16 relnotes, initial markup |
commit | commitdiff | tree |
2023-08-16 |
Peter Eisentraut | Unify some error messages |
commit | commitdiff | tree |
2023-08-16 |
Peter Eisentraut | Improved CREATE SUBSCRIPTION message for clarity |
commit | commitdiff | tree |
2023-08-15 |
Bruce Momjian | doc: PG 16 relnotes, update "current as of" date |
commit | commitdiff | tree |
2023-08-14 |
Thomas Munro | De-pessimize ConditionVariableCancelSleep(). |
commit | commitdiff | tree |
2023-08-14 |
Bruce Momjian | doc: PG 16 relnotes: udpate for commits since branching |
commit | commitdiff | tree |
2023-08-14 |
Andres Freund | hio: Take number of prior relation extensions into... |
commit | commitdiff | tree |
2023-08-12 |
Andres Freund | ci: macos: Remove use of -Dsegsize_blocks=6 |
commit | commitdiff | tree |
2023-08-12 |
Andres Freund | ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY |
commit | commitdiff | tree |
2023-08-12 |
Noah Misch | Fix off-by-one in XLogRecordMaxSize check. |
commit | commitdiff | tree |
2023-08-10 |
Jeff Davis | Remove test from commit fa2e874946. |
commit | commitdiff | tree |
2023-08-10 |
Alvaro Herrera | Document RelationGetIndexAttrBitmap better |
commit | commitdiff | tree |
2023-08-10 |
Bruce Momjian | doc: PG 16 relnotes, mark current as of 2023-08-09 |
commit | commitdiff | tree |
2023-08-10 |
Bruce Momjian | doc: PG 16 relnotes, move createuser and SCM items |
commit | commitdiff | tree |
2023-08-10 |
Bruce Momjian | doc: PG 16 relnotes, small wording improvement |
commit | commitdiff | tree |
2023-08-09 |
Bruce Momjian | doc: PG 16 relnotes, merge and adjust CREATEROLE items |
commit | commitdiff | tree |
2023-08-09 |
Bruce Momjian | doc: PG 16 relnotes, add Windows 10 huge pages fix |
commit | commitdiff | tree |
2023-08-09 |
Jeff Davis | Recalculate search_path after ALTER ROLE. |
commit | commitdiff | tree |
2023-08-09 |
Bruce Momjian | doc: PG 16 relnotes, fix various typos |
commit | commitdiff | tree |
2023-08-09 |
Bruce Momjian | doc: PG 16 relnotes, adjust \ef+ body comment to menti... |
commit | commitdiff | tree |
2023-08-09 |
Bruce Momjian | doc: PG 16 relnotes, remove MAINTAIN item |
commit | commitdiff | tree |
2023-08-07 |
Tom Lane | Stamp 16beta3. REL_16_BETA3 |
commit | commitdiff | tree |
2023-08-07 |
Noah Misch | Reject substituting extension schemas or owners matchin... |
commit | commitdiff | tree |
2023-08-07 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2023-08-07 |
David Rowley | Don't Memoize lateral joins with volatile join conditions |
commit | commitdiff | tree |
2023-08-07 |
Dean Rasheed | Fix RLS policy usage in MERGE. |
commit | commitdiff | tree |
2023-08-03 |
Etsuro Fujita | Doc: update documentation for creating custom scan... |
commit | commitdiff | tree |
2023-08-03 |
Etsuro Fujita | Update comments on CustomPath struct. |
commit | commitdiff | tree |
2023-08-02 |
Masahiko Sawada | Fix ReorderBufferCheckMemoryLimit() comment. |
commit | commitdiff | tree |
2023-08-02 |
Andres Freund | Fix pg_stat_io buffer reuse test instability |
commit | commitdiff | tree |
2023-08-02 |
David Rowley | Fix performance regression in pg_strtointNN_safe functions |
commit | commitdiff | tree |
2023-08-01 |
David Rowley | Fix overly strict Assert in jsonpath code |
commit | commitdiff | tree |
2023-07-28 |
Etsuro Fujita | Disallow replacing joins with scans in problematic... |
commit | commitdiff | tree |
2023-07-27 |
Tom Lane | Eliminate fixed token-length limit in hba.c. |
commit | commitdiff | tree |
2023-07-27 |
David Rowley | Fix performance problem with new COPY DEFAULT code |
commit | commitdiff | tree |
2023-07-26 |
Masahiko Sawada | Fix crash with RemoveFromWaitQueue() when detecting... |
commit | commitdiff | tree |
2023-07-25 |
Masahiko Sawada | Remove unnecessary checks for indexes for REPLICA IDENT... |
commit | commitdiff | tree |
2023-07-25 |
Amit Kapila | Fix the display of UNKNOWN message type in apply worker. |
commit | commitdiff | tree |
2023-07-25 |
Andres Freund | Fix off-by-one in LimitAdditionalPins() |
commit | commitdiff | tree |
2023-07-24 |
Alvaro Herrera | Make test_decoding ddl.out shorter |
commit | commitdiff | tree |
2023-07-24 |
Alvaro Herrera | Compare only major versions in AdjustUpgrade.pm |
commit | commitdiff | tree |
2023-07-22 |
Tom Lane | Avoid compiler warning in non-assert builds. |
commit | commitdiff | tree |
2023-07-21 |
Tom Lane | Fix calculation of relid sets for partitionwise child... |
commit | commitdiff | tree |
2023-07-21 |
Amit Langote | Don't include CaseTestExpr in JsonValueExpr.formatted_expr |
commit | commitdiff | tree |
2023-07-20 |
Tom Lane | Guard against null plan pointer in CachedPlanIsSimplyVa... |
commit | commitdiff | tree |
next |