summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2024-12-16psql: Tab completion for ALTER TYPE ... ADD ATTRIBUTETomas Vondra
2024-12-15pgbench: fix misprocessing of some nested \if constructs.Tom Lane
2024-12-13Fix possible crash in pg_dump with identity sequences.Tom Lane
2024-12-13Dump not-null constraints on inherited columns correctlyÁlvaro Herrera
2024-12-11Fix a memory leak in dumping functions with TRANSFORMsDaniel Gustafsson
2024-12-10Improve reporting of pg_upgrade log files on test failureMichael Paquier
2024-12-06Remove useless casts to (const void *)Peter Eisentraut
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-12-03Rework some code handling pg_subscription data in psql and pg_dumpMichael Paquier
2024-11-28psql: Sprinkle more CppAsString2() in describe.cMichael Paquier
2024-11-28psql: Add tab completion for COPY (MERGE ...Peter Eisentraut
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-27pgbench: Ensure previous progress message is fully cleared when updating.Fujii Masao