Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-25Fix incorrect format placeholdersPeter Eisentraut
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-21Remove unneeded assignments in for loop headerAlvaro Herrera
2023-11-21Avoid overflow in fe_utils' printTable()Alvaro Herrera
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-07-25Add xheader_width pset option to psqlAndrew Dunstan
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-01Replace unicode characters in comments with asciiDaniel Gustafsson
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-03-29psql: call clearerr() just before printingAlvaro Herrera
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-04-07Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-17Fix query cancellation handling in psqlMichael Paquier
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-02-13More unconstify usePeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-26Fix translation of special characters in psql's LaTeX output modes.Tom Lane
2018-11-26Add CSV table output mode in psql.Tom Lane
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-05In psql, use PSQL_PAGER in preference to PAGER, if it's set.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Restore psql's SIGPIPE setting if popen() fails.Tom Lane
2016-12-07Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane
2016-04-08Support \crosstabview in psqlAlvaro Herrera
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane