Commit Graph

58 Commits (a9f8ca6005f1441b4e28272f744fb01fbc14b29f)

Author SHA1 Message Date
Robert Haas a448e49bcb Revert 56-bit relfilenode change and follow-up commits. 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago
Peter Geoghegan a601366a46 Harmonize more parameter names in bulk. 3 years ago
Andrew Dunstan a45388d6e0 Add xheader_width pset option to psql 3 years ago
Robert Haas d2d3547979 Allow db.schema.table patterns, but complain about random garbage. 4 years ago
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 5 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