summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2025-02-12Clean up impenetrable logic in pg_basebackup/receivelog.c.Tom Lane
2025-02-12Fix minor memory leaks in pg_dump.Tom Lane
2025-02-12Fix some inconsistencies with memory freeing in pg_createsubscriberMichael Paquier
2025-02-11Limit pgbench COPY FREEZE to ordinary relationsMelanie Plageman
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-02-09Refactor TAP test code for file comparisons into new routine in Utils.pmMichael Paquier
2025-02-07Fix pgbench performance issue induced by commit af35fe501.Tom Lane
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-05Introduce autovacuum_vacuum_max_threshold.Nathan Bossart
2025-02-05Show more-intuitive titles for psql commands \dt, \di, etc.Tom Lane
2025-02-04pg_controldata: Fix possible errors on corrupted pg_controlAlexander Korotkov
2025-02-04vacuumdb: Add missing PQfinish() calls to vacuum_one_database().Nathan Bossart
2025-01-29Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-28Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila
2025-01-26pg_amcheck: Fix test failure on Windows with non-existing roleMichael Paquier
2025-01-25Tighten pg_restore's recognition of its -F (format) option values.Tom Lane
2025-01-24initdb: Convert tests to use long options with fat comma styleMichael Paquier
2025-01-24Return yyparse() result not via global variablePeter Eisentraut
2025-01-23Fix buildfarm failure introduced by commit e65dbc9927.Amit Kapila
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-23Add error pattern checks for some TAP tests for non-existing objectsMichael Paquier
2025-01-23Improve TAP tests of pg_basebackupMichael Paquier
2025-01-22Fix \dRp+ output when describing publications with a lower server version.Amit Kapila
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-22Run perltidyMichael Paquier
2025-01-17Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis
2025-01-17vacuumdb: Fix comment for vacuum_one_database().Nathan Bossart
2025-01-16Avoid calling pqsignal() with invalid signals on Windows frontends.Nathan Bossart
2025-01-15Drop warning-free support for Flex 2.5.35Peter Eisentraut
2025-01-14psql: Add option to use expanded mode to all list commands.Dean Rasheed
2025-01-14psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.Dean Rasheed
2025-01-09Fix off_t overflow in pg_basebackup on Windows.Thomas Munro
2025-01-07Lower default value of autovacuum_worker_slots in initdb as needed.Nathan Bossart
2025-01-06flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-24Remove pgrminclude annotationsPeter Eisentraut
2024-12-23Try to avoid semaphore-related test failures on NetBSD/OpenBSD.Tom Lane
2024-12-18psql: Add more information about service nameMichael Paquier
2024-12-18Fix memory leak in pg_restore with zstd-compressed data.Tom Lane
2024-12-17pg_combinebackup: Fix PITR comparison test in 002_compare_backupsMichael Paquier
2024-12-16psql: Tab completion for JOIN ... USING column listTomas Vondra
2024-12-16psql: Tab completion for JOIN ... ON/USINGTomas Vondra
2024-12-16psql: Tab completion for LATERAL joinsTomas Vondra
2024-12-16psql: Tab completion for CREATE MATERIALIZED VIEW ... USINGTomas Vondra
2024-12-16psql: Tab completion for CREATE TEMP TABLE ... USINGTomas Vondra
2024-12-16psql: Tab completion for ALTER TYPE ... CASCADE/RESTRICTTomas Vondra