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
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
2025-04-25
Fix incorrect format placeholders
Peter Eisentraut
2025-04-16
pg_restore cleanups
Andrew Dunstan
2025-04-04
add new list type simple_oid_string_list to fe-utils/simple_list
Andrew Dunstan
2025-03-31
Fix accidentally-harmless thinko in psqlscan_test_variable().
Tom Lane
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-12
pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.
Masahiko Sawada
2025-02-27
Get rid of O(N^2) script-parsing overhead in pgbench.
Tom Lane
2025-02-16
In fmtIdEnc(), handle failure of enlargePQExpBuffer().
Tom Lane
2025-02-15
Make escaping functions retain trailing bytes of an invalid character.
Tom Lane
2025-02-10
Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations.
Tom Lane
2025-02-10
Fix handling of invalidly encoded data in escaping functions
Andres Freund
2025-02-10
Specify the encoding of input to fmtId()
Andres Freund
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-15
Drop warning-free support for Flex 2.5.35
Peter Eisentraut
2025-01-06
flex code modernization: Replace YY_EXTRA_TYPE define with flex option
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-23
Fix incorrect source filename references
David Rowley
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-09-27
pg_verifybackup: Verify tar-format backups.
Robert Haas
2024-09-05
Prevent mis-encoding of "trailing junk after numeric literal" errors.
Tom Lane
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-08-16
Improve more comments in astreamer_gzip.c.
Robert Haas
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
[next]