Notification of git commits are sent to this list. Do not post here!
Thread | Author | Time |
---|---|---|
pgsql: Turn AT_PASS_* macros into an enum | Peter Eisentraut | 20:09 |
Thread | Author | Time |
---|---|---|
pgsql: Allow upgrades to preserve the full subscription's state. | Amit Kapila | 03:07 |
pgsql: Replace the relid in some missing fields during SJE | Alexander Korotkov | 07:49 |
pgsql: Fix typos in simplehash.h | Peter Eisentraut | 09:22 |
Re: pgsql: Follow-up fixes for "Make all Perl warnings fatal" | Andrew Dunstan | 14:49 |
pgsql: Add WALSummarizerLock to wait_event_names.txt | Robert Haas | 15:32 |
pgsql: Fix typos in comments and in one isolation test. | Robert Haas | 17:06 |
pgsql: tsquery: fix typo "rewrited" -> "rewritten" | Robert Haas | 17:34 |
pgsql: libpq: fix typo "occurences" -> "occurrences" in tests | Robert Haas | 17:34 |
pgsql: jsonpath_exec: fix typo "absense" -> "absence" | Robert Haas | 17:34 |
pgsql: gist: fix typo "split(t)ed" -> "split" | Robert Haas | 17:34 |
pgsql: Remove Lock suffix from WALSummarizerLock in wait_event_names.tx | Robert Haas | 18:27 |
pgsql: Minor fixes for search path cache code. | Tom Lane | 19:57 |
Thread | Author | Time |
---|---|---|
pgsql: Update copyright for 2024 | Bruce Momjian | 01:49 |
pgsql: Update copyright for 2024 | Bruce Momjian | 01:49 |
pgsql: Update copyright for 2024 | Bruce Momjian | 01:49 |
pgsql: Update copyright for 2024 | Bruce Momjian | 01:49 |
pgsql: Update copyright for 2024 | Bruce Momjian | 01:49 |
pgsql: Update copyright for 2024 | Bruce Momjian | 01:49 |
pgsql: Track conflict_reason in pg_replication_slots. | Amit Kapila | 03:15 |
pgsql: Fix use of incorrect TupleTableSlot in DISTINCT aggregates | David Rowley | 07:39 |
pgsql: Fix use of incorrect TupleTableSlot in DISTINCT aggregates | David Rowley | 07:40 |
pgsql: ALTER TABLE command to change generation expression | Peter Eisentraut | 15:46 |
pgsql: In plpgsql, allow %TYPE and %ROWTYPE to be followed by array dec | Tom Lane | 20:24 |
pgsql: Add macros for looping through a List without a ListCell. | Nathan Bossart | 22:11 |
pgsql: Teach estimate_array_length() to use statistics where available. | Tom Lane | 23:36 |
Thread | Author | Time |
---|---|---|
Re: pg_upgrade test failure | vignesh C | 04:49 |
pgsql: Fix corruption of local buffer state during extend of temp relat | Michael Paquier | 11:11 |
pgsql: Fix corruption of local buffer state during extend of temp relat | Michael Paquier | 11:11 |
pgsql: Add copyright notices to a few perl scripts that don't have them | Andrew Dunstan | 13:23 |
pgsql: Clean up some edge cases in plpgsql's %TYPE parsing. | Tom Lane | 19:32 |
Thread | Author | Time |
---|---|---|
pgsql: Fix the issue that SJE mistakenly omits qual clauses | Alexander Korotkov | 12:10 |
Thread | Author | Time |
---|---|---|
pgsql: Strengthen tests for 5ef34a8fc3 | Alexander Korotkov | 13:10 |
pgsql: Allow examine_simple_variable() to work on INSERT RETURNING Vars | Tom Lane | 16:48 |
pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches() | Alexander Korotkov | 17:57 |
pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches() | Alexander Korotkov | 17:57 |
pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches() | Alexander Korotkov | 17:58 |
pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches() | Alexander Korotkov | 17:59 |
pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches() | Alexander Korotkov | 17:59 |
pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches() | Alexander Korotkov | 18:01 |
pgsql: Remove excess #include "utils/wait_event.h". | Noah Misch | 19:41 |
pgsql: Fix missing word in comment. | Noah Misch | 19:41 |
pgsql: Make dblink interruptible, via new libpqsrv APIs. | Noah Misch | 19:41 |
pgsql: Fix misuse of RelOptInfo.unique_for_rels cache by SJE | Alexander Korotkov | 22:09 |
Thread | Author | Time |
---|---|---|
pgsql: Forbid SJE with result relation | Alexander Korotkov | 08:02 |
pgsql: An addition to 8c441c08279 | Alexander Korotkov | 08:17 |
pgsql: Doc: fix character_sets view. | Tatsuo Ishii | 11:06 |
pgsql: Doc: fix character_sets view. | Tatsuo Ishii | 11:07 |
pgsql: Doc: fix character_sets view. | Tatsuo Ishii | 11:07 |
pgsql: Doc: fix character_sets view. | Tatsuo Ishii | 11:07 |
pgsql: Doc: fix character_sets view. | Tatsuo Ishii | 11:07 |
pgsql: Doc: fix character_sets view. | Tatsuo Ishii | 11:07 |
pgsql: Add new function, PQchangePassword(), to libpq | Joe Conway | 14:17 |
pgsql: Cross-check lists of predefined LWLocks. | Nathan Bossart | 17:06 |
pgsql: Fix documentation for wal_summary_keep_time. | Nathan Bossart | 17:35 |
pgsql: Document WAL summarization information functions. | Robert Haas | 18:10 |
Thread | Author | Time |
---|---|---|
pgsql: pg_ctl: Disable autoruns for cmd.exe on Windows | Michael Paquier | 01:42 |
pgsql: Show the default checkpoint method in the pg_basebackup help mes | Magnus Hagander | 12:34 |
pgsql: doc: clarify who owns the initdb-created cluster, by default | Bruce Momjian | 16:20 |
pgsql: doc: clarify who owns the initdb-created cluster, by default | Bruce Momjian | 16:20 |
pgsql: Handle WindowClause.runCondition in tree walker/mutator function | Tom Lane | 18:36 |
pgsql: Handle WindowClause.runCondition in tree walker/mutator function | Tom Lane | 18:36 |
pgsql: Handle WindowClause.runCondition in tree walker/mutator function | Tom Lane | 18:36 |
pgsql: Fix Asserts in calc_non_nestloop_required_outer(). | Tom Lane | 18:51 |
pgsql: Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands. | Tom Lane | 19:20 |
pgsql: Restore initdb's old behavior of always setting the lc_xxx GUCs. | Tom Lane | 23:09 |
pgsql: Restore initdb's old behavior of always setting the lc_xxx GUCs. | Tom Lane | 23:09 |
Thread | Author | Time |
---|---|---|
pgsql: Remove useless Assert | Peter Eisentraut | 06:38 |
pgsql: doc: Update catalog documentation for attstattarget nullable | Peter Eisentraut | 06:51 |
pgsql: pg_dump: Remove obsolete trigger support | Peter Eisentraut | 07:11 |
pgsql: Prevent access to an unpinned buffer in BEFORE ROW UPDATE trigge | Tom Lane | 17:38 |
pgsql: Prevent access to an unpinned buffer in BEFORE ROW UPDATE trigge | Tom Lane | 17:38 |
pgsql: Prevent access to an unpinned buffer in BEFORE ROW UPDATE trigge | Tom Lane | 17:38 |
pgsql: Prevent access to an unpinned buffer in BEFORE ROW UPDATE trigge | Tom Lane | 17:38 |
Thread | Author | Time |
---|---|---|
pgsql: Reduce dependency to money data type in main regression test sui | Michael Paquier | 00:30 |
pgsql: Avoid useless ReplicationOriginExitCleanup locking | Alvaro Herrera | 12:03 |
pgsql: Fix 'negative bitmapset member' error | Alexander Korotkov | 15:45 |
pgsql: Fix typos. | Robert Haas | 16:57 |
Thread | Author | Time |
---|---|---|
pgsql: Fix a typo and some doc indentation related to libpq pipeline fu | Michael Paquier | 00:18 |
pgsql: libpq: Add PQsendPipelineSync() | Michael Paquier | 01:14 |
Re: pgsql: Re-validate connection string in libpqrcv_connect(). | Tom Lane | 03:06 |
pgsql: Assert that partition inherits from only one parent in MergeAttr | Peter Eisentraut | 08:50 |
pgsql: doc: Add Identity Column section under Data Definition chapter | Peter Eisentraut | 08:50 |
pgsql: doc: Decorate PostgreSQL with productname tag | Peter Eisentraut | 08:50 |
pgsql: Don't test already-referenced pointer for nullness | Alvaro Herrera | 11:30 |
pgsql: Don't test already-referenced pointer for nullness | Alvaro Herrera | 11:30 |
pgsql: Don't test already-referenced pointer for nullness | Alvaro Herrera | 11:30 |
pgsql: Don't test already-referenced pointer for nullness | Alvaro Herrera | 11:30 |
pgsql: struct XmlTableRoutine: use C99 designated initializers | Alvaro Herrera | 11:49 |
pgsql: Add missing PGDLLIMPORT markings | Heikki Linnakangas | 11:53 |