Commit Graph

98 Commits (097366c45f5dfe142eb232dc6d348ca0705a63a9)

Author SHA1 Message Date
Andrew Dunstan a45388d6e0 Add xheader_width pset option to psql 4 years ago
Tom Lane 90474c16a7 Fix minor memory leaks in psql's tab completion. 4 years ago
Peter Eisentraut 5faef9d582 Remove redundant null pointer checks before PQclear and PQconninfoFree 4 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 4 years ago
Robert Haas d2d3547979 Allow db.schema.table patterns, but complain about random garbage. 4 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 4 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 4 years ago
Tom Lane 3e707fbb40 psql: add \dconfig command to show server's configuration parameters. 4 years ago
Tatsuo Ishii 4a39f87acd Allow pgbench to retry in some cases. 4 years ago
Tom Lane 46ab07ffda Clean up assorted failures under clang's -fsanitize=undefined checks. 4 years ago
Peter Eisentraut 2549f0661b Reject trailing junk after numeric literals 4 years ago
Tom Lane 2131c049d3 Avoid calling gettext() in signal handlers. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane 0c9d84427f Rethink pg_dump's handling of object ACLs. 4 years ago
Tom Lane 83884682f4 psql: include intra-query "--" comments in what's sent to the server. 4 years ago
Peter Eisentraut fb7f70112f Improve some comments in scanner files 4 years ago
Daniel Gustafsson 43a134f28b Replace unicode characters in comments with ascii 4 years ago
Michael Paquier f7a9a3d4b2 Skip trailing whitespaces when parsing integer options 5 years ago
Michael Paquier 6f164e6d17 Unify parsing logic for command-line integer options 5 years ago
Tom Lane 42f94f56bf Fix incautious handling of possibly-miscoded strings in client code. 5 years ago
Peter Eisentraut d9a9f4b4b9 psql: Fix line continuation prompts for unbalanced parentheses 5 years ago
Peter Eisentraut 029c5ac03d psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statements 5 years ago
Tom Lane a3027e1e7f Allow psql's \df and \do commands to specify argument types. 5 years ago
Peter Eisentraut e717a9a18b SQL-standard function body 5 years ago
Alvaro Herrera 8d645a116e
psql: call clearerr() just before printing 5 years ago
Robert Haas f71519e545 Refactor and generalize the ParallelSlot machinery. 5 years ago
Robert Haas 418611c84d Generalize parallel slot result handling. 5 years ago
Robert Haas e955bd4b6c Move some code from src/bin/scripts to src/fe_utils to permit reuse. 5 years ago
Robert Haas 2c8726c4b0 Factor pattern-construction logic out of processSQLNamePattern. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Magnus Hagander 7e84dd2120 Remove incorrect %s in string 5 years ago
Tom Lane f90149e628 Don't use custom OID symbols in pg_type.dat, either. 5 years ago
Peter Eisentraut c005eb00e7 Standardize the printf format for st_size 5 years ago
Peter Eisentraut 3e0242b24c Message fixes and style improvements 5 years ago
Noah Misch e078fb5d4e Move connect.h from fe_utils to src/include/common. 5 years ago
Tom Lane c410af098c Mop up some no-longer-necessary hacks around printf %.*s format. 6 years ago
Michael Paquier a3b2bf1fe7 Move frontend-side archive APIs from src/common/ to src/fe_utils/ 6 years ago
Tom Lane 92f33bb7af Rethink definition of cancel.c's CancelRequested flag. 6 years ago
Thomas Munro aeec457de8 Add SQL type xid8 to expose FullTransactionId to users. 6 years ago
Fujii Masao be6221e9be Fix bug in pg_basebackup -F plain -R. 6 years ago
Tom Lane 7f380c59f8 Reduce size of backend scanner's tables. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 5d43c3c54d Fix query cancellation handling in psql 6 years ago
Michael Paquier a4fd3aa719 Refactor query cancellation code into src/fe_utils/ 6 years ago
Alvaro Herrera 3974c4a724 Remove useless "return;" lines 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules. 6 years ago
Alvaro Herrera 1752e35163 Fix parallel restore of FKs to partitioned tables 6 years ago
Alvaro Herrera caba97a9d9 Split out recovery confing-writing code from pg_basebackup 6 years ago
Michael Paquier 04cf0bfc90 Fix memory leak coming from simple lists built in reindexdb 7 years ago