summaryrefslogtreecommitdiff
path: root/src/fe_utils
Commit message (Expand)AuthorAgeFilesLines
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-061-8/+3
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-041-8/+8
* Refactor code for restoring files via shell commandsMichael Paquier2023-01-181-3/+8
* Common function for percent placeholder replacementPeter Eisentraut2023-01-111-2/+0
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-061-0/+3
* Update copyright for 2023Bruce Momjian2023-01-0215-15/+15
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Non-decimal integer literalsPeter Eisentraut2022-12-141-18/+60
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* windows: Adjust FD_SETSIZE via commandline defineAndres Freund2022-10-063-2/+7
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-40/+0
* Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.Robert Haas2022-09-271-1/+1
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-0/+40
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+29
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-2/+2
* Clean up inconsistent use of fflush().Tom Lane2022-08-292-0/+2
* Use correct connection for cancellation in frontend's parallel slotsMichael Paquier2022-08-271-1/+1
* Remove configure probe for sys/select.h.Thomas Munro2022-08-141-2/+0
* Fix mismatched file identificationsJohn Naylor2022-08-091-1/+1
* Add xheader_width pset option to psqlAndrew Dunstan2022-07-251-17/+60
* Fix minor memory leaks in psql's tab completion.Tom Lane2022-07-221-0/+3
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-031-2/+1
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-032-6/+3
* Allow db.schema.table patterns, but complain about random garbage.Robert Haas2022-04-201-32/+97
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Improve frontend error logging style.Tom Lane2022-04-085-70/+24
* psql: add \dconfig command to show server's configuration parameters.Tom Lane2022-04-071-1/+5
* Allow pgbench to retry in some cases.Tatsuo Ishii2022-03-231-2/+14
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-031-1/+2
* Reject trailing junk after numeric literalsPeter Eisentraut2022-02-161-13/+18
* Avoid calling gettext() in signal handlers.Tom Lane2022-01-171-4/+16
* Update copyright for 2022Bruce Momjian2022-01-0714-14/+14
* Rethink pg_dump's handling of object ACLs.Tom Lane2021-12-061-0/+63
* psql: include intra-query "--" comments in what's sent to the server.Tom Lane2021-12-011-5/+4
* Improve some comments in scanner filesPeter Eisentraut2021-12-011-6/+8
* Replace unicode characters in comments with asciiDaniel Gustafsson2021-11-011-20/+90
* Skip trailing whitespaces when parsing integer optionsMichael Paquier2021-07-271-1/+8
* Unify parsing logic for command-line integer optionsMichael Paquier2021-07-241-0/+39
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-072-6/+6
* psql: Fix line continuation prompts for unbalanced parenthesesPeter Eisentraut2021-04-291-1/+1
* psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statementsPeter Eisentraut2021-04-161-8/+45
* Allow psql's \df and \do commands to specify argument types.Tom Lane2021-04-071-0/+6
* SQL-standard function bodyPeter Eisentraut2021-04-071-1/+23
* psql: call clearerr() just before printingAlvaro Herrera2021-03-291-0/+3
* Refactor and generalize the ParallelSlot machinery.Robert Haas2021-03-111-123/+284
* Generalize parallel slot result handling.Robert Haas2021-02-051-28/+63
* Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas2021-02-055-0/+652
* Factor pattern-construction logic out of processSQLNamePattern.Robert Haas2021-02-031-97/+163
* Update copyright for 2021Bruce Momjian2021-01-0210-10/+10
* Remove incorrect %s in stringMagnus Hagander2020-11-091-1/+1