Commit Graph

84 Commits (b07a9ee36e57281efcd22bbca2bfd486c2037aa7)

Author SHA1 Message Date
Noah Misch 0df88a6864 Don't spuriously report FD_SETSIZE exhaustion on Windows. 2 years ago
Michael Paquier aeec3534cc Use correct connection for cancellation in frontend's parallel slots 3 years ago
Robert Haas 4a66300acd Allow db.schema.table patterns, but complain about random garbage. 4 years ago
Tom Lane b0bc196e52 Clean up assorted failures under clang's -fsanitize=undefined checks. 4 years ago
Tom Lane 4e8726566e Avoid calling gettext() in signal handlers. 4 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
David Rowley 8abc13a889 Use appendStringInfoString and appendPQExpBufferStr where possible 7 years ago
Noah Misch 31d250e049 Update stale comments, and fix comment typos. 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane fc9a62af3f Move logging.h and logging.c from src/fe_utils/ to src/common/. 7 years ago
Tom Lane 478cacb50e Ensure consistent name matching behavior in processSQLNamePattern(). 7 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Alvaro Herrera 25ee70511e pgbench: Remove \cset 7 years ago
Peter Eisentraut 37d9916020 More unconstify use 7 years ago
Alvaro Herrera 6260cc550b pgbench: add \cset and \gset commands 7 years ago
Tom Lane afb0d0712f Replace the data structure used for keyword lookup. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 70d7e507ef Fix translation of special characters in psql's LaTeX output modes. 7 years ago
Tom Lane aa2ba50c2c Add CSV table output mode in psql. 7 years ago
Tom Lane 965a3d6be0 Fix realfailN lexer rules to not make assumptions about input format. 7 years ago