aboutsummaryrefslogtreecommitdiff
path: root/src/fe_utils
Commit message (Expand)AuthorAge
* 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
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Clean up inconsistent use of fflush().Tom Lane2022-08-29
* Use correct connection for cancellation in frontend's parallel slotsMichael Paquier2022-08-27
* Remove configure probe for sys/select.h.Thomas Munro2022-08-14
* Fix mismatched file identificationsJohn Naylor2022-08-09
* Add xheader_width pset option to psqlAndrew Dunstan2022-07-25
* Fix minor memory leaks in psql's tab completion.Tom Lane2022-07-22
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-03
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Allow db.schema.table patterns, but complain about random garbage.Robert Haas2022-04-20
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Improve frontend error logging style.Tom Lane2022-04-08
* psql: add \dconfig command to show server's configuration parameters.Tom Lane2022-04-07
* Allow pgbench to retry in some cases.Tatsuo Ishii2022-03-23
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Reject trailing junk after numeric literalsPeter Eisentraut2022-02-16
* Avoid calling gettext() in signal handlers.Tom Lane2022-01-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Rethink pg_dump's handling of object ACLs.Tom Lane2021-12-06
* psql: include intra-query "--" comments in what's sent to the server.Tom Lane2021-12-01
* Improve some comments in scanner filesPeter Eisentraut2021-12-01
* Replace unicode characters in comments with asciiDaniel Gustafsson2021-11-01
* Skip trailing whitespaces when parsing integer optionsMichael Paquier2021-07-27
* Unify parsing logic for command-line integer optionsMichael Paquier2021-07-24
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-07
* psql: Fix line continuation prompts for unbalanced parenthesesPeter Eisentraut2021-04-29
* psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statementsPeter Eisentraut2021-04-16
* Allow psql's \df and \do commands to specify argument types.Tom Lane2021-04-07
* SQL-standard function bodyPeter Eisentraut2021-04-07
* psql: call clearerr() just before printingAlvaro Herrera2021-03-29
* Refactor and generalize the ParallelSlot machinery.Robert Haas2021-03-11
* Generalize parallel slot result handling.Robert Haas2021-02-05
* Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas2021-02-05
* Factor pattern-construction logic out of processSQLNamePattern.Robert Haas2021-02-03
* Update copyright for 2021Bruce Momjian2021-01-02
* Remove incorrect %s in stringMagnus Hagander2020-11-09