2024-01-18 |
Robert Haas | More documentation updates for incremental backup. |
commit | commitdiff | tree |
2024-01-18 |
Alvaro Herrera | Rework text in replication slots documentation |
commit | commitdiff | tree |
2024-01-18 |
Peter Eisentraut | Error message capitalisation |
commit | commitdiff | tree |
2024-01-18 |
Peter Eisentraut | Fix an issue in PostgreSQL::Test::Cluster:psql() |
commit | commitdiff | tree |
2024-01-18 |
Michael Paquier | Improve handling of dropped partitioned indexes for... |
commit | commitdiff | tree |
2024-01-18 |
Michael Paquier | Add try_index_open(), conditional variant of index_open() |
commit | commitdiff | tree |
2024-01-18 |
Michael Paquier | seg: Add test "security" in meson.build |
commit | commitdiff | tree |
2024-01-17 |
Alexander Korotkov | Remove the flaky check in event_trigger_login regressio... |
commit | commitdiff | tree |
2024-01-17 |
Alexander Korotkov | Fix spelling in notice |
commit | commitdiff | tree |
2024-01-17 |
Heikki Linnakangas | Fix incorrect comment on how BackendStatusArray is... |
commit | commitdiff | tree |
2024-01-17 |
Daniel Gustafsson | Close socket in case of errors in setting non-blocking |
commit | commitdiff | tree |
2024-01-17 |
Michael Paquier | Fix description of DecodeInsert() in decode.c |
commit | commitdiff | tree |
2024-01-17 |
Michael Paquier | Remove some comments related to pqPipelineSync() and... |
commit | commitdiff | tree |
2024-01-17 |
Michael Paquier | Add support for parsing of large XML data (>= 10MB) |
commit | commitdiff | tree |
2024-01-16 |
Michael Paquier | xml2: Replace deprecated routines with recommended... |
commit | commitdiff | tree |
2024-01-16 |
Alexander Korotkov | Fix format specifier for NOTICE in copyfrom.c |
commit | commitdiff | tree |
2024-01-16 |
Alexander Korotkov | Add new COPY option SAVE_ERROR_TO |
commit | commitdiff | tree |
2024-01-16 |
David Rowley | Fix REALLOCATE_BITMAPSETS code |
commit | commitdiff | tree |
2024-01-16 |
Robert Haas | Be more consistent about whether to update the FSM... |
commit | commitdiff | tree |
2024-01-16 |
Peter Eisentraut | Support identity columns in partitioned tables |
commit | commitdiff | tree |
2024-01-16 |
Daniel Gustafsson | Decorate WITH with literal markup tags |
commit | commitdiff | tree |
2024-01-16 |
Heikki Linnakangas | Add missing PGDLLIMPORT markings |
commit | commitdiff | tree |
2024-01-16 |
Alvaro Herrera | struct XmlTableRoutine: use C99 designated initializers |
commit | commitdiff | tree |
2024-01-16 |
Alvaro Herrera | Don't test already-referenced pointer for nullness |
commit | commitdiff | tree |
2024-01-16 |
Peter Eisentraut | doc: Add Identity Column section under Data Definition... |
commit | commitdiff | tree |
2024-01-16 |
Peter Eisentraut | Assert that partition inherits from only one parent... |
commit | commitdiff | tree |
2024-01-16 |
Peter Eisentraut | doc: Decorate PostgreSQL with productname tag |
commit | commitdiff | tree |
2024-01-16 |
Michael Paquier | libpq: Add PQsendPipelineSync() |
commit | commitdiff | tree |
2024-01-16 |
Michael Paquier | Fix a typo and some doc indentation related to libpq... |
commit | commitdiff | tree |
2024-01-15 |
Robert Haas | Fix typos. |
commit | commitdiff | tree |
2024-01-15 |
Alexander Korotkov | Fix 'negative bitmapset member' error |
commit | commitdiff | tree |
2024-01-15 |
Alvaro Herrera | Avoid useless ReplicationOriginExitCleanup locking |
commit | commitdiff | tree |
2024-01-15 |
Michael Paquier | Reduce dependency to money data type in main regression... |
commit | commitdiff | tree |
2024-01-14 |
Tom Lane | Prevent access to an unpinned buffer in BEFORE ROW... |
commit | commitdiff | tree |
2024-01-14 |
Peter Eisentraut | pg_dump: Remove obsolete trigger support |
commit | commitdiff | tree |
2024-01-14 |
Peter Eisentraut | doc: Update catalog documentation for attstattarget... |
commit | commitdiff | tree |
2024-01-14 |
Peter Eisentraut | Remove useless Assert |
commit | commitdiff | tree |
2024-01-13 |
Peter Eisentraut | Escape output of pg_amcheck test |
commit | commitdiff | tree |
2024-01-13 |
Tom Lane | Add previous commit to .git-blame-ignore-revs. |
commit | commitdiff | tree |
2024-01-13 |
Tom Lane | Re-pgindent catcache.c after previous commit. |
commit | commitdiff | tree |
2024-01-13 |
Tom Lane | Cope with catcache entries becoming stale during detoas... |
commit | commitdiff | tree |
2024-01-13 |
Peter Eisentraut | Make attstattarget nullable |
commit | commitdiff | tree |
2024-01-13 |
Jeff Davis | Fix memory leak in connection string validation. |
commit | commitdiff | tree |
2024-01-12 |
Alvaro Herrera | Add empty placeholder LINGUAS file for pg_walsummary |
commit | commitdiff | tree |
2024-01-12 |
Jeff Davis | Re-validate connection string in libpqrcv_connect(). |
commit | commitdiff | tree |
2024-01-12 |
Peter Eisentraut | Refactor ATExecAddColumn() to use BuildDescForRelation() |
commit | commitdiff | tree |
2024-01-12 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
2024-01-12 |
Alvaro Herrera | Added literal tag for RETURNING |
commit | commitdiff | tree |
2024-01-12 |
Michael Paquier | Fix pg_walsummary's .gitignore |
commit | commitdiff | tree |
2024-01-12 |
Michael Paquier | Refactor code checking for file existence |
commit | commitdiff | tree |
2024-01-11 |
Michael Paquier | Rework how logirep launchers are stopped during pg_upgrade |
commit | commitdiff | tree |
2024-01-11 |
Peter Eisentraut | Fix some inconsistent whitespace in Perl file |
commit | commitdiff | tree |
2024-01-11 |
Peter Eisentraut | Fix incorrect format placeholder |
commit | commitdiff | tree |
2024-01-11 |
Jeff Davis | Cleanup for unicode-update build target and test. |
commit | commitdiff | tree |
2024-01-11 |
Tom Lane | Allow subquery pullup to wrap a PlaceHolderVar in anoth... |
commit | commitdiff | tree |
2024-01-11 |
Robert Haas | Try to fix pg_walsummary buildfarm failures. |
commit | commitdiff | tree |
2024-01-11 |
Robert Haas | Remove hastup from LVPagePruneState. |
commit | commitdiff | tree |
2024-01-11 |
Robert Haas | Reindent after commit d9ef650fca7bc574586f4171cd929cfd5... |
commit | commitdiff | tree |
2024-01-11 |
Robert Haas | Repair various defects in dc212340058b4e7ecfc5a7a81ec50... |
commit | commitdiff | tree |
2024-01-11 |
Robert Haas | Add new pg_walsummary tool. |
commit | commitdiff | tree |
2024-01-11 |
Robert Haas | Add new function pg_get_wal_summarizer_state(). |
commit | commitdiff | tree |
2024-01-11 |
Magnus Hagander | Clarify which xml tools are missing in meson error... |
commit | commitdiff | tree |
2024-01-11 |
Magnus Hagander | Fix omission in partitioning limitation documentation |
commit | commitdiff | tree |
2024-01-11 |
Amit Kapila | Fix an intermetant BF failure in 003_logical_slots. |
commit | commitdiff | tree |
2024-01-11 |
John Naylor | Update documentation of default fdw_tuple_cost |
commit | commitdiff | tree |
2024-01-11 |
Michael Paquier | pg_regress: Disable autoruns for cmd.exe on Windows |
commit | commitdiff | tree |
2024-01-10 |
Tom Lane | Restore initdb's old behavior of always setting the... |
commit | commitdiff | tree |
2024-01-10 |
Tom Lane | Allow noise semicolons ending psql \sf, \ef, \sv, ... |
commit | commitdiff | tree |
2024-01-10 |
Tom Lane | Fix Asserts in calc_non_nestloop_required_outer(). |
commit | commitdiff | tree |
2024-01-10 |
Tom Lane | Handle WindowClause.runCondition in tree walker/mutator... |
commit | commitdiff | tree |
2024-01-10 |
Bruce Momjian | doc: clarify who owns the initdb-created cluster,... |
commit | commitdiff | tree |
2024-01-10 |
Magnus Hagander | Show the default checkpoint method in the pg_basebackup... |
commit | commitdiff | tree |
2024-01-10 |
Michael Paquier | pg_ctl: Disable autoruns for cmd.exe on Windows |
commit | commitdiff | tree |
2024-01-09 |
Robert Haas | Document WAL summarization information functions. |
commit | commitdiff | tree |
2024-01-09 |
Nathan Bossart | Fix documentation for wal_summary_keep_time. |
commit | commitdiff | tree |
2024-01-09 |
Nathan Bossart | Cross-check lists of predefined LWLocks. |
commit | commitdiff | tree |
2024-01-09 |
Joe Conway | Add new function, PQchangePassword(), to libpq |
commit | commitdiff | tree |
2024-01-09 |
Tatsuo Ishii | Doc: fix character_sets view. |
commit | commitdiff | tree |
2024-01-09 |
Alexander Korotkov | An addition to 8c441c08279 |
commit | commitdiff | tree |
2024-01-09 |
Alexander Korotkov | Forbid SJE with result relation |
commit | commitdiff | tree |
2024-01-08 |
Alexander Korotkov | Fix misuse of RelOptInfo.unique_for_rels cache by SJE |
commit | commitdiff | tree |
2024-01-08 |
Noah Misch | Make dblink interruptible, via new libpqsrv APIs. |
commit | commitdiff | tree |
2024-01-08 |
Noah Misch | Remove excess #include "utils/wait_event.h". |
commit | commitdiff | tree |
2024-01-08 |
Noah Misch | Fix missing word in comment. |
commit | commitdiff | tree |
2024-01-08 |
Alexander Korotkov | Fix indentation in ExecParallelHashIncreaseNumBatches() |
commit | commitdiff | tree |
2024-01-08 |
Tom Lane | Allow examine_simple_variable() to work on INSERT RETUR... |
commit | commitdiff | tree |
2024-01-08 |
Alexander Korotkov | Strengthen tests for 5ef34a8fc3 |
commit | commitdiff | tree |
2024-01-07 |
Tom Lane | Fix integer-overflow problem in intarray's g_int_decomp... |
commit | commitdiff | tree |
2024-01-07 |
Alexander Korotkov | Fix oversized memory allocation in Parallel Hash Join |
commit | commitdiff | tree |
2024-01-06 |
Alexander Korotkov | Fix the issue that SJE mistakenly omits qual clauses |
commit | commitdiff | tree |
2024-01-05 |
Tom Lane | Clean up some edge cases in plpgsql's %TYPE parsing. |
commit | commitdiff | tree |
2024-01-05 |
Andrew Dunstan | Add copyright notices to a few perl scripts that don... |
commit | commitdiff | tree |
2024-01-05 |
Michael Paquier | Fix corruption of local buffer state during extend... |
commit | commitdiff | tree |
2024-01-04 |
Tom Lane | Teach estimate_array_length() to use statistics where... |
commit | commitdiff | tree |
2024-01-04 |
Nathan Bossart | Add macros for looping through a List without a ListCell. |
commit | commitdiff | tree |
2024-01-04 |
Tom Lane | In plpgsql, allow %TYPE and %ROWTYPE to be followed... |
commit | commitdiff | tree |
2024-01-04 |
Peter Eisentraut | ALTER TABLE command to change generation expression |
commit | commitdiff | tree |
2024-01-04 |
David Rowley | Fix use of incorrect TupleTableSlot in DISTINCT aggregates |
commit | commitdiff | tree |
2024-01-04 |
Amit Kapila | Track conflict_reason in pg_replication_slots. |
commit | commitdiff | tree |
2024-01-04 |
Bruce Momjian | Update copyright for 2024 |
commit | commitdiff | tree |
next |