summaryrefslogtreecommitdiff
path: root/src/fe_utils
Commit message (Expand)AuthorAgeFilesLines
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-2/+2
* Clean up inconsistent use of fflush().Tom Lane2022-08-292-0/+2
* Use correct connection for cancellation in frontend's parallel slotsMichael Paquier2022-08-271-1/+1
* Remove configure probe for sys/select.h.Thomas Munro2022-08-141-2/+0
* Fix mismatched file identificationsJohn Naylor2022-08-091-1/+1
* Add xheader_width pset option to psqlAndrew Dunstan2022-07-251-17/+60
* Fix minor memory leaks in psql's tab completion.Tom Lane2022-07-221-0/+3
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-031-2/+1
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-032-6/+3
* Allow db.schema.table patterns, but complain about random garbage.Robert Haas2022-04-201-32/+97
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Improve frontend error logging style.Tom Lane2022-04-085-70/+24
* psql: add \dconfig command to show server's configuration parameters.Tom Lane2022-04-071-1/+5
* Allow pgbench to retry in some cases.Tatsuo Ishii2022-03-231-2/+14
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-031-1/+2
* Reject trailing junk after numeric literalsPeter Eisentraut2022-02-161-13/+18
* Avoid calling gettext() in signal handlers.Tom Lane2022-01-171-4/+16
* Update copyright for 2022Bruce Momjian2022-01-0714-14/+14
* Rethink pg_dump's handling of object ACLs.Tom Lane2021-12-061-0/+63
* psql: include intra-query "--" comments in what's sent to the server.Tom Lane2021-12-011-5/+4
* Improve some comments in scanner filesPeter Eisentraut2021-12-011-6/+8
* Replace unicode characters in comments with asciiDaniel Gustafsson2021-11-011-20/+90
* Skip trailing whitespaces when parsing integer optionsMichael Paquier2021-07-271-1/+8
* Unify parsing logic for command-line integer optionsMichael Paquier2021-07-241-0/+39
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-072-6/+6
* psql: Fix line continuation prompts for unbalanced parenthesesPeter Eisentraut2021-04-291-1/+1
* psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statementsPeter Eisentraut2021-04-161-8/+45
* Allow psql's \df and \do commands to specify argument types.Tom Lane2021-04-071-0/+6
* SQL-standard function bodyPeter Eisentraut2021-04-071-1/+23
* psql: call clearerr() just before printingAlvaro Herrera2021-03-291-0/+3
* Refactor and generalize the ParallelSlot machinery.Robert Haas2021-03-111-123/+284
* Generalize parallel slot result handling.Robert Haas2021-02-051-28/+63
* Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas2021-02-055-0/+652
* Factor pattern-construction logic out of processSQLNamePattern.Robert Haas2021-02-031-97/+163
* Update copyright for 2021Bruce Momjian2021-01-0210-10/+10
* Remove incorrect %s in stringMagnus Hagander2020-11-091-1/+1
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-291-1/+1
* Standardize the printf format for st_sizePeter Eisentraut2020-09-241-3/+3
* Message fixes and style improvementsPeter Eisentraut2020-09-141-2/+2
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-101-1/+1
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-291-22/+6
* Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier2020-06-112-0/+125
* Rethink definition of cancel.c's CancelRequested flag.Tom Lane2020-06-071-11/+9
* Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro2020-04-071-0/+1
* Fix bug in pg_basebackup -F plain -R.Fujii Masao2020-02-121-1/+1
* Reduce size of backend scanner's tables.Tom Lane2020-01-131-80/+44
* Update copyrights for 2020Bruce Momjian2020-01-019-9/+9
* Fix query cancellation handling in psqlMichael Paquier2019-12-172-4/+14
* Refactor query cancellation code into src/fe_utils/Michael Paquier2019-12-022-0/+226
* Remove useless "return;" linesAlvaro Herrera2019-11-281-2/+0