summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-04In plpgsql, allow %TYPE and %ROWTYPE to be followed by array decoration.Tom Lane
2024-01-04ALTER TABLE command to change generation expressionPeter Eisentraut
2024-01-04Fix use of incorrect TupleTableSlot in DISTINCT aggregatesDavid Rowley
2024-01-04Track conflict_reason in pg_replication_slots.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03doc: fix typo "vertexes" -> "vertices"Michael Paquier
2024-01-03Avoid masking EOF (no-password-supplied) conditions in auth.c.Tom Lane
2024-01-03Second attempt at organizing jsonpath operators and methodsPeter Eisentraut
2024-01-03Revert "Reorganise jsonpath operators and methods"Peter Eisentraut
2024-01-03Doc: Python's control flow construct is try/except not try/catch.Tom Lane
2024-01-03Fix defects in PrepareForIncrementalBackup.Robert Haas
2024-01-03Make Perl warnings fatal in newly added TAP testsPeter Eisentraut
2024-01-03Reorganise jsonpath operators and methodsPeter Eisentraut
2024-01-03Add numeric_int8_opt_error() to optionally suppress errorsPeter Eisentraut
2024-01-03Refactor: separate function to find all objects depending on a columnPeter Eisentraut
2024-01-03Fix some typosMichael Paquier
2024-01-03Remove unnecessary PGDATABASE settings from TAP testsMichael Paquier
2024-01-02Minor fixes for search path cache code.Tom Lane
2024-01-02Remove Lock suffix from WALSummarizerLock in wait_event_names.txtRobert Haas
2024-01-02jsonpath_exec: fix typo "absense" -> "absence"Robert Haas
2024-01-02libpq: fix typo "occurences" -> "occurrences" in testsRobert Haas
2024-01-02gist: fix typo "split(t)ed" -> "split"Robert Haas
2024-01-02tsquery: fix typo "rewrited" -> "rewritten"Robert Haas
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2024-01-02Add WALSummarizerLock to wait_event_names.txtRobert Haas
2024-01-02Fix typos in simplehash.hPeter Eisentraut
2024-01-02Replace the relid in some missing fields during SJEAlexander Korotkov
2024-01-02Allow upgrades to preserve the full subscription's state.Amit Kapila
2024-01-01Turn AT_PASS_* macros into an enumPeter Eisentraut
2023-12-31Revert "pg_stat_statements: Add coverage for entry_dealloc()"Peter Eisentraut
2023-12-31Exclude files generated by generate-wait_event_types.pl from pgindentMichael Paquier
2023-12-30Fix parallel BRIN builds with synchronized scansTomas Vondra
2023-12-30Minor cleanup of the BRIN parallel build codeTomas Vondra
2023-12-30Don't send "cannot connect" errors on invalid startup packetHeikki Linnakangas
2023-12-30pg_stat_statements: Add TAP test for testing restartsPeter Eisentraut
2023-12-30pg_stat_statements: Add coverage for entry_dealloc()Peter Eisentraut
2023-12-30Add GUC backtrace_on_internal_errorPeter Eisentraut
2023-12-29Follow-up fixes for "Make all Perl warnings fatal"Peter Eisentraut
2023-12-29Fix collate.windows.win1252 test.Jeff Davis
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-29In pg_dump, don't dump a stats object unless dumping underlying table.Tom Lane
2023-12-28Fix variable name and commentPeter Eisentraut
2023-12-28doc: Mention AttributeRelationId in FDW validator function descriptionMichael Paquier
2023-12-27Improve the implementation of information_schema._pg_expandarray().Tom Lane
2023-12-27Doc: specify aclitem syntax more clearly.Tom Lane
2023-12-27Fix another incorrect data type choice from commit dc2123400.Tom Lane
2023-12-27Fix incorrect format placeholdersPeter Eisentraut
2023-12-27Fix a warning in Perl test codePeter Eisentraut
2023-12-27Fix incorrect data type choices in some read and write calls.Tom Lane
2023-12-27Initialize variable to placate compiler.Robert Haas