summaryrefslogtreecommitdiff
path: root/src/include/fe_utils
AgeCommit message (Expand)Author
6 daysAdd ParallelSlotSetIdle().Nathan Bossart
2025-11-03Add \pset options for boolean value displayÁlvaro Herrera
2025-10-14Introduce frontend API able to retrieve the contents of PG_VERSIONMichael Paquier
2025-09-12Allow redeclaration of typedef yyscan_tPeter Eisentraut
2025-04-27Remove inappropriate inclusions of c.h and postgres_fe.h.Tom Lane
2025-04-16pg_restore cleanupsAndrew Dunstan
2025-04-04add new list type simple_oid_string_list to fe-utils/simple_listAndrew Dunstan
2025-03-12pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.Masahiko Sawada
2025-02-27Get rid of O(N^2) script-parsing overhead in pgbench.Tom Lane
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-23Fix incorrect source filename referencesDavid Rowley
2024-09-27pg_verifybackup: Verify tar-format backups.Robert Haas
2024-08-07Improve file header comments for astramer code.Robert Haas
2024-08-05Move astreamer (except astreamer_inject) to fe_utils.Robert Haas
2024-03-21Allow dbname to be written as part of connstring via pg_basebackup's -R option.Amit Kapila
2024-03-18Add some const decorationsPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-21Avoid overflow in fe_utils' printTable()Alvaro Herrera
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-07-25Add xheader_width pset option to psqlAndrew Dunstan
2022-04-20Allow db.schema.table patterns, but complain about random garbage.Robert Haas
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-03-23Allow pgbench to retry in some cases.Tatsuo Ishii
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-06Rethink pg_dump's handling of object ACLs.Tom Lane
2021-07-24Unify parsing logic for command-line integer optionsMichael Paquier
2021-04-16psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statementsPeter Eisentraut
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-03-11Refactor and generalize the ParallelSlot machinery.Robert Haas
2021-02-05Generalize parallel slot result handling.Robert Haas
2021-02-05Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas
2021-02-03Factor pattern-construction logic out of processSQLNamePattern.Robert Haas
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-01-13Reduce size of backend scanner's tables.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-17Fix query cancellation handling in psqlMichael Paquier
2019-12-02Refactor query cancellation code into src/fe_utils/Michael Paquier
2019-10-17Fix parallel restore of FKs to partitioned tablesAlvaro Herrera
2019-09-25Split out recovery confing-writing code from pg_basebackupAlvaro Herrera
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-07-30Fix memory leak coming from simple lists built in reindexdbMichael Paquier