| 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 |
| 2024-01-03 |
Michael Paquier | doc: fix typo "vertexes" -> "vertices" |
commit | commitdiff | tree |
| 2024-01-03 |
Tom Lane | Avoid masking EOF (no-password-supplied) conditions... |
commit | commitdiff | tree |
| 2024-01-03 |
Peter Eisentraut | Second attempt at organizing jsonpath operators and... |
commit | commitdiff | tree |
| 2024-01-03 |
Peter Eisentraut | Revert "Reorganise jsonpath operators and methods" |
commit | commitdiff | tree |
| 2024-01-03 |
Tom Lane | Doc: Python's control flow construct is try/except... |
commit | commitdiff | tree |
| 2024-01-03 |
Robert Haas | Fix defects in PrepareForIncrementalBackup. |
commit | commitdiff | tree |
| 2024-01-03 |
Peter Eisentraut | Make Perl warnings fatal in newly added TAP tests |
commit | commitdiff | tree |
| 2024-01-03 |
Peter Eisentraut | Reorganise jsonpath operators and methods |
commit | commitdiff | tree |
| 2024-01-03 |
Peter Eisentraut | Add numeric_int8_opt_error() to optionally suppress... |
commit | commitdiff | tree |
| 2024-01-03 |
Peter Eisentraut | Refactor: separate function to find all objects dependi... |
commit | commitdiff | tree |
| 2024-01-03 |
Michael Paquier | Fix some typos |
commit | commitdiff | tree |
| 2024-01-03 |
Michael Paquier | Remove unnecessary PGDATABASE settings from TAP tests |
commit | commitdiff | tree |
| 2024-01-02 |
Tom Lane | Minor fixes for search path cache code. |
commit | commitdiff | tree |
| 2024-01-02 |
Robert Haas | Remove Lock suffix from WALSummarizerLock in wait_event... |
commit | commitdiff | tree |
| 2024-01-02 |
Robert Haas | jsonpath_exec: fix typo "absense" -> "absence" |
commit | commitdiff | tree |
| 2024-01-02 |
Robert Haas | libpq: fix typo "occurences" -> "occurrences" in tests |
commit | commitdiff | tree |
| 2024-01-02 |
Robert Haas | gist: fix typo "split(t)ed" -> "split" |
commit | commitdiff | tree |
| 2024-01-02 |
Robert Haas | tsquery: fix typo "rewrited" -> "rewritten" |
commit | commitdiff | tree |
| 2024-01-02 |
Robert Haas | Fix typos in comments and in one isolation test. |
commit | commitdiff | tree |
| 2024-01-02 |
Robert Haas | Add WALSummarizerLock to wait_event_names.txt |
commit | commitdiff | tree |
| 2024-01-02 |
Peter Eisentraut | Fix typos in simplehash.h |
commit | commitdiff | tree |
| 2024-01-02 |
Alexander Korotkov | Replace the relid in some missing fields during SJE |
commit | commitdiff | tree |
| 2024-01-02 |
Amit Kapila | Allow upgrades to preserve the full subscription's... |
commit | commitdiff | tree |
| 2024-01-01 |
Peter Eisentraut | Turn AT_PASS_* macros into an enum |
commit | commitdiff | tree |
| 2023-12-31 |
Peter Eisentraut | Revert "pg_stat_statements: Add coverage for entry_deal... |
commit | commitdiff | tree |
| 2023-12-31 |
Michael Paquier | Exclude files generated by generate-wait_event_types... |
commit | commitdiff | tree |
| 2023-12-30 |
Tomas Vondra | Fix parallel BRIN builds with synchronized scans |
commit | commitdiff | tree |
| 2023-12-30 |
Tomas Vondra | Minor cleanup of the BRIN parallel build code |
commit | commitdiff | tree |
| 2023-12-30 |
Heikki Linnakangas | Don't send "cannot connect" errors on invalid startup... |
commit | commitdiff | tree |
| 2023-12-30 |
Peter Eisentraut | pg_stat_statements: Add TAP test for testing restarts |
commit | commitdiff | tree |
| 2023-12-30 |
Peter Eisentraut | pg_stat_statements: Add coverage for entry_dealloc() |
commit | commitdiff | tree |
| 2023-12-30 |
Peter Eisentraut | Add GUC backtrace_on_internal_error |
commit | commitdiff | tree |
| 2023-12-29 |
Peter Eisentraut | Follow-up fixes for "Make all Perl warnings fatal" |
commit | commitdiff | tree |
| 2023-12-29 |
Jeff Davis | Fix collate.windows.win1252 test. |
commit | commitdiff | tree |
| 2023-12-29 |
Peter Eisentraut | Make all Perl warnings fatal |
commit | commitdiff | tree |
| 2023-12-29 |
Tom Lane | In pg_dump, don't dump a stats object unless dumping... |
commit | commitdiff | tree |
| 2023-12-28 |
Peter Eisentraut | Fix variable name and comment |
commit | commitdiff | tree |
| 2023-12-28 |
Michael Paquier | doc: Mention AttributeRelationId in FDW validator funct... |
commit | commitdiff | tree |
| 2023-12-27 |
Tom Lane | Improve the implementation of information_schema._pg_ex... |
commit | commitdiff | tree |
| 2023-12-27 |
Tom Lane | Doc: specify aclitem syntax more clearly. |
commit | commitdiff | tree |
| 2023-12-27 |
Tom Lane | Fix another incorrect data type choice from commit... |
commit | commitdiff | tree |
| 2023-12-27 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2023-12-27 |
Peter Eisentraut | Fix a warning in Perl test code |
commit | commitdiff | tree |
| 2023-12-27 |
Tom Lane | Fix incorrect data type choices in some read and write... |
commit | commitdiff | tree |
| 2023-12-27 |
Robert Haas | Initialize variable to placate compiler. |
commit | commitdiff | tree |
| 2023-12-27 |
Alexander Korotkov | Improvements and fixes for e0b1ee17dc |
commit | commitdiff | tree |
| 2023-12-27 |
Alexander Korotkov | Remove BTScanOpaqueData.firstPage |
commit | commitdiff | tree |
| 2023-12-27 |
Peter Eisentraut | pg_stat_statements: Add test coverage for pg_stat_state... |
commit | commitdiff | tree |
| 2023-12-27 |
Peter Eisentraut | pg_stat_statements: Add test coverage for pg_stat_state... |
commit | commitdiff | tree |
| 2023-12-27 |
John Naylor | Fix typo and case in messages |
commit | commitdiff | tree |
| 2023-12-27 |
Alexander Korotkov | Make replace_relid() leave argument unmodified |
commit | commitdiff | tree |
| 2023-12-27 |
Alexander Korotkov | REALLOCATE_BITMAPSETS manual compile-time option |
commit | commitdiff | tree |
| 2023-12-27 |
Alexander Korotkov | Add asserts to bimapset manipulation functions |
commit | commitdiff | tree |
| 2023-12-26 |
Tom Lane | Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_... |
commit | commitdiff | tree |
| 2023-12-26 |
Tom Lane | Fix mistaken file name in plpython's meson recipe. |
commit | commitdiff | tree |
| 2023-12-26 |
Tom Lane | Hide warnings from Python headers when using gcc-compat... |
commit | commitdiff | tree |
| 2023-12-26 |
Peter Eisentraut | Add meson NLS support for pg_combinebackup |
commit | commitdiff | tree |
| 2023-12-26 |
Bruce Momjian | doc: add ISO 8601 extended format example using to_char() |
commit | commitdiff | tree |
| 2023-12-26 |
Tom Lane | Add empty placeholder LINGUAS file for pg_combinebackup. |
commit | commitdiff | tree |
| 2023-12-26 |
Peter Eisentraut | Remove unused macro |
commit | commitdiff | tree |
| 2023-12-26 |
Michael Paquier | Fix some translatable strings in pg_basebackup and... |
commit | commitdiff | tree |
| 2023-12-26 |
Amit Kapila | Doc: Add missing pgoutput options. |
commit | commitdiff | tree |
| 2023-12-25 |
Tom Lane | Fix erroneous -Werror=missing-braces on old GCC. |
commit | commitdiff | tree |
| 2023-12-24 |
Alexander Korotkov | Fix a comment for remove_self_joins_recurse() |
commit | commitdiff | tree |
| 2023-12-24 |
Alexander Korotkov | Don't constrain self-join removal due to PHVs |
commit | commitdiff | tree |
| 2023-12-24 |
Alexander Korotkov | Handle PlaceHolderVar case in replace_varno_walker |
commit | commitdiff | tree |
| 2023-12-24 |
Alexander Korotkov | Enhance checkpointer restartpoint statistics |
commit | commitdiff | tree |
| 2023-12-24 |
Michael Paquier | pgbench: Fix overflow in table populating when rows... |
commit | commitdiff | tree |
| 2023-12-23 |
Tom Lane | Set readline-relevant ENV vars in interactive_psql... |
commit | commitdiff | tree |
| next |