summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2025-03-27psql: Fix incorrect equality comparisonDaniel Gustafsson
2025-03-26psql: Make test robust against locale variationsDaniel Gustafsson
2025-03-25psql: Make default \watch interval configurableDaniel Gustafsson
2025-03-24psql: use consistent alias for pg_descriptionMagnus Hagander
2025-03-24psql: show default extension version in \dx outputMagnus Hagander
2025-03-23psql: Add tab completion for VACUUM and ANALYZE ... ONLY option.Tom Lane
2025-03-19psql: Allow queries terminated by semicolons while in pipeline modeMichael Paquier
2025-03-18psql: Add \sendpipeline to send query buffers while in a pipelineMichael Paquier
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-04psql: Fix memory leak with \gx used within a pipelineMichael Paquier
2025-02-25psql: Add pipeline status to prompt and some state variablesMichael Paquier
2025-02-22Change \conninfo to use tabular formatÁlvaro Herrera
2025-02-21psql: Add support for pipelinesMichael Paquier
2025-02-21Add braces for if block with large comment in psql's common.cMichael Paquier
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-02-17Add tab completion for ALTER USER/ROLE RESETTomas Vondra
2025-02-17Add tab completion for ALTER DATABASE RESETTomas Vondra
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-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-01-29Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane
2025-01-28Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
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-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-06flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-18psql: Add more information about service nameMichael 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-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-22psql: Fix category of \parse in output of --help=commands and \?Michael Paquier
2024-11-22psql: Include \pset xheader_width in --help=commands|variablesMichael Paquier
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut