index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe_utils
Commit message (
Expand
)
Author
Age
*
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-02-14
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove unneeded assignments in for loop header
Alvaro Herrera
2023-11-21
*
Avoid overflow in fe_utils' printTable()
Alvaro Herrera
2023-11-21
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Don't spuriously report FD_SETSIZE exhaustion on Windows.
Noah Misch
2023-10-14
*
Allow using syncfs() in frontend utilities.
Nathan Bossart
2023-09-06
*
Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.
Nathan Bossart
2023-07-28
*
Handle \v as a whitespace character in parsers
Michael Paquier
2023-07-06
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-02-06
*
Allow underscores in integer and numeric constants.
Dean Rasheed
2023-02-04
*
Refactor code for restoring files via shell commands
Michael Paquier
2023-01-18
*
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-11
*
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Non-decimal integer literals
Peter Eisentraut
2022-12-14
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
*
windows: Adjust FD_SETSIZE via commandline define
Andres Freund
2022-10-06
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.
Robert Haas
2022-09-27
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
*
Use correct connection for cancellation in frontend's parallel slots
Michael Paquier
2022-08-27
*
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-14
*
Fix mismatched file identifications
John Naylor
2022-08-09
*
Add xheader_width pset option to psql
Andrew Dunstan
2022-07-25
*
Fix minor memory leaks in psql's tab completion.
Tom Lane
2022-07-22
*
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
2022-07-03
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
*
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-20
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Improve frontend error logging style.
Tom Lane
2022-04-08
*
psql: add \dconfig command to show server's configuration parameters.
Tom Lane
2022-04-07
*
Allow pgbench to retry in some cases.
Tatsuo Ishii
2022-03-23
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
*
Reject trailing junk after numeric literals
Peter Eisentraut
2022-02-16
*
Avoid calling gettext() in signal handlers.
Tom Lane
2022-01-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Rethink pg_dump's handling of object ACLs.
Tom Lane
2021-12-06
*
psql: include intra-query "--" comments in what's sent to the server.
Tom Lane
2021-12-01
*
Improve some comments in scanner files
Peter Eisentraut
2021-12-01
*
Replace unicode characters in comments with ascii
Daniel Gustafsson
2021-11-01
*
Skip trailing whitespaces when parsing integer options
Michael Paquier
2021-07-27
*
Unify parsing logic for command-line integer options
Michael Paquier
2021-07-24
*
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
*
psql: Fix line continuation prompts for unbalanced parentheses
Peter Eisentraut
2021-04-29
[next]