summaryrefslogtreecommitdiff
path: root/src/fe_utils
AgeCommit message (Expand)Author
2025-04-25Fix incorrect format placeholdersPeter Eisentraut
2025-04-16pg_restore cleanupsAndrew Dunstan
2025-04-04add new list type simple_oid_string_list to fe-utils/simple_listAndrew Dunstan
2025-03-31Fix accidentally-harmless thinko in psqlscan_test_variable().Tom Lane
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
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-16In fmtIdEnc(), handle failure of enlargePQExpBuffer().Tom Lane
2025-02-15Make escaping functions retain trailing bytes of an invalid character.Tom Lane
2025-02-10Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations.Tom Lane
2025-02-10Fix handling of invalidly encoded data in escaping functionsAndres Freund
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-15Drop warning-free support for Flex 2.5.35Peter Eisentraut
2025-01-06flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-23Fix incorrect source filename referencesDavid Rowley
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-09-27pg_verifybackup: Verify tar-format backups.Robert Haas
2024-09-05Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-08-16Improve more comments in astreamer_gzip.c.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-06-04Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-15Re-forbid underscore in positional parametersPeter Eisentraut
2024-05-03Fix an assortment of typosDavid Rowley
2024-03-21Allow dbname to be written as part of connstring via pg_basebackup's -R option.Amit Kapila
2024-03-18dblink/isolationtester/fe_utils: Use new cancel APIAlvaro Herrera
2024-03-18Add some const decorationsPeter Eisentraut
2024-02-14Centralize logic for restoring errno in signal handlers.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-21Remove unneeded assignments in for loop headerAlvaro Herrera
2023-11-21Avoid overflow in fe_utils' printTable()Alvaro Herrera
2023-11-06Remove distprepPeter Eisentraut
2023-10-14Don't spuriously report FD_SETSIZE exhaustion on Windows.Noah Misch
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-07-28Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.Nathan Bossart
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-02-05Revert refactoring of restore command code to shell_restore.cMichael Paquier
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2023-01-18Refactor code for restoring files via shell commandsMichael Paquier
2023-01-11Common function for percent placeholder replacementPeter Eisentraut
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-14Non-decimal integer literalsPeter Eisentraut