aboutsummaryrefslogtreecommitdiff
path: root/src/fe_utils
Commit message (Expand)AuthorAge
* pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.Masahiko Sawada2025-03-12
* Get rid of O(N^2) script-parsing overhead in pgbench.Tom Lane2025-02-27
* In fmtIdEnc(), handle failure of enlargePQExpBuffer().Tom Lane2025-02-16
* Make escaping functions retain trailing bytes of an invalid character.Tom Lane2025-02-15
* Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations.Tom Lane2025-02-10
* Fix handling of invalidly encoded data in escaping functionsAndres Freund2025-02-10
* Specify the encoding of input to fmtId()Andres Freund2025-02-10
* Fix grammatical typos around possessive "its"John Naylor2025-01-29
* Drop warning-free support for Flex 2.5.35Peter Eisentraut2025-01-15
* flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut2025-01-06
* Update copyright for 2025Bruce Momjian2025-01-01
* Partial pgindent of .l and .y filesPeter Eisentraut2024-12-25
* Fix incorrect source filename referencesDavid Rowley2024-12-23
* Remove unused #include's from bin .c filesPeter Eisentraut2024-11-06
* pg_verifybackup: Verify tar-format backups.Robert Haas2024-09-27
* Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane2024-09-05
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* Improve more comments in astreamer_gzip.c.Robert Haas2024-08-16
* Improve file header comments for astramer code.Robert Haas2024-08-07
* Move astreamer (except astreamer_inject) to fe_utils.Robert Haas2024-08-05
* Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed2024-06-04
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Re-forbid underscore in positional parametersPeter Eisentraut2024-05-15
* Fix an assortment of typosDavid Rowley2024-05-04
* Allow dbname to be written as part of connstring via pg_basebackup's -R option.Amit Kapila2024-03-21
* dblink/isolationtester/fe_utils: Use new cancel APIAlvaro Herrera2024-03-18
* Add some const decorationsPeter Eisentraut2024-03-18
* Centralize logic for restoring errno in signal handlers.Nathan Bossart2024-02-14
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove unneeded assignments in for loop headerAlvaro Herrera2023-11-21
* Avoid overflow in fe_utils' printTable()Alvaro Herrera2023-11-21
* Remove distprepPeter Eisentraut2023-11-06
* Don't spuriously report FD_SETSIZE exhaustion on Windows.Noah Misch2023-10-14
* Allow using syncfs() in frontend utilities.Nathan Bossart2023-09-06
* Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.Nathan Bossart2023-07-28
* Handle \v as a whitespace character in parsersMichael Paquier2023-07-06
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-06
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-04
* Refactor code for restoring files via shell commandsMichael Paquier2023-01-18
* Common function for percent placeholder replacementPeter Eisentraut2023-01-11
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Non-decimal integer literalsPeter Eisentraut2022-12-14
* meson: Add support for building with precompiled headersAndres Freund2022-10-06
* windows: Adjust FD_SETSIZE via commandline defineAndres Freund2022-10-06
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.Robert Haas2022-09-27
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27