Commit Graph

53 Commits (9a374b77fb53e4cfbca121e4fa278a7d71bde7c4)

Author SHA1 Message Date
Robert Haas 8ec569479f Apply PGDLLIMPORT markings broadly. 4 years ago
Tatsuo Ishii 4a39f87acd Allow pgbench to retry in some cases. 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
Michael Paquier 6f164e6d17 Unify parsing logic for command-line integer options 4 years ago
Peter Eisentraut 029c5ac03d psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statements 5 years ago
Peter Eisentraut e717a9a18b SQL-standard function body 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
Noah Misch e078fb5d4e Move connect.h from fe_utils to src/include/common. 5 years ago
Michael Paquier a3b2bf1fe7 Move frontend-side archive APIs from src/common/ to src/fe_utils/ 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 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 c96581abe4 Fix inconsistencies and typos in the tree, take 11 6 years ago
Michael Paquier 04cf0bfc90 Fix memory leak coming from simple lists built in reindexdb 7 years ago
Michael Paquier 1fb6f62a84 Fix typos in various places 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
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Alvaro Herrera 25ee70511e pgbench: Remove \cset 7 years ago
Alvaro Herrera 6260cc550b pgbench: add \cset and \gset commands 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane aa2ba50c2c Add CSV table output mode in psql. 7 years ago
Michael Paquier add9182e59 Reorganize format options of psql in alphabetical order 7 years ago
Peter Eisentraut 7061e03319 Add semicolons to end of internally run queries 7 years ago
Tom Lane 6771c932cf Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Teodor Sigaev f67b113ac6 Add \if support to pgbench 8 years ago
Noah Misch 582edc369c Empty search_path in Autovacuum and non-psql/pgbench clients. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 8 years ago
Andrew Dunstan d57c7a7c50 Provide a test for variable existence in psql 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 9 years ago
Tom Lane f833c847b8 Allow psql variable substitution to occur in backtick command strings. 9 years ago
Tom Lane 895e36bb3f Add a "void *" passthrough pointer for psqlscan.l's callback functions. 9 years ago
Peter Eisentraut 788af6f854 Move atooid() definition to a central place 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 7f61fd10ce Fix assorted places in psql to print version numbers >= 10 in new style. 10 years ago
Noah Misch fcd15f1358 Obstruct shell, SQL, and conninfo injection via database and role names. 10 years ago
Noah Misch 41f18f021a Promote pg_dumpall shell/connstr quoting functions to src/fe_utils. 10 years ago
Dean Rasheed 93a8c6fd6c Move and rename fmtReloptionsArray(). 10 years ago
Alvaro Herrera c09b18f21c Support \crosstabview in psql 10 years ago