index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe_utils
Age
Commit message (
Expand
)
Author
2024-08-07
Improve file header comments for astramer code.
Robert Haas
2024-08-05
Move astreamer (except astreamer_inject) to fe_utils.
Robert Haas
2024-06-04
Fix PL/pgSQL's handling of integer ranges containing underscores.
Dean Rasheed
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-15
Re-forbid underscore in positional parameters
Peter Eisentraut
2024-05-03
Fix an assortment of typos
David Rowley
2024-03-21
Allow dbname to be written as part of connstring via pg_basebackup's -R option.
Amit Kapila
2024-03-18
dblink/isolationtester/fe_utils: Use new cancel API
Alvaro Herrera
2024-03-18
Add some const decorations
Peter Eisentraut
2024-02-14
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-21
Remove unneeded assignments in for loop header
Alvaro Herrera
2023-11-21
Avoid overflow in fe_utils' printTable()
Alvaro Herrera
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-14
Don't spuriously report FD_SETSIZE exhaustion on Windows.
Noah Misch
2023-09-06
Allow using syncfs() in frontend utilities.
Nathan Bossart
2023-07-28
Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.
Nathan Bossart
2023-07-05
Handle \v as a whitespace character in parsers
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-02-05
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-02-04
Allow underscores in integer and numeric constants.
Dean Rasheed
2023-01-18
Refactor code for restoring files via shell commands
Michael Paquier
2023-01-11
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-06
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-14
Non-decimal integer literals
Peter Eisentraut
2022-10-07
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
windows: Adjust FD_SETSIZE via commandline define
Andres Freund
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-08-29
Clean up inconsistent use of fflush().
Tom Lane
2022-08-27
Use correct connection for cancellation in frontend's parallel slots
Michael Paquier
2022-08-13
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-09
Fix mismatched file identifications
John Naylor
2022-07-25
Add xheader_width pset option to psql
Andrew Dunstan
2022-07-22
Fix minor memory leaks in psql's tab completion.
Tom Lane
2022-07-03
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-04-20
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-08
Improve frontend error logging style.
Tom Lane
2022-04-07
psql: add \dconfig command to show server's configuration parameters.
Tom Lane
2022-03-23
Allow pgbench to retry in some cases.
Tatsuo Ishii
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-02-16
Reject trailing junk after numeric literals
Peter Eisentraut
2022-01-17
Avoid calling gettext() in signal handlers.
Tom Lane
[next]