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
*
Fix incorrect format placeholders
Peter Eisentraut
2025-04-25
*
pg_restore cleanups
Andrew Dunstan
2025-04-16
*
add new list type simple_oid_string_list to fe-utils/simple_list
Andrew Dunstan
2025-04-04
*
Fix accidentally-harmless thinko in psqlscan_test_variable().
Tom Lane
2025-03-31
*
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-29
*
pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.
Masahiko Sawada
2025-03-12
*
Get rid of O(N^2) script-parsing overhead in pgbench.
Tom Lane
2025-02-27
*
In fmtIdEnc(), handle failure of enlargePQExpBuffer().
Tom Lane
2025-02-16
*
Make escaping functions retain trailing bytes of an invalid character.
Tom Lane
2025-02-15
*
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-02-10
*
Fix grammatical typos around possessive "its"
John Naylor
2025-01-29
*
Drop warning-free support for Flex 2.5.35
Peter Eisentraut
2025-01-15
*
flex code modernization: Replace YY_EXTRA_TYPE define with flex option
Peter Eisentraut
2025-01-06
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-25
*
Fix incorrect source filename references
David Rowley
2024-12-23
*
Remove unused #include's from bin .c files
Peter Eisentraut
2024-11-06
*
pg_verifybackup: Verify tar-format backups.
Robert Haas
2024-09-27
*
Prevent mis-encoding of "trailing junk after numeric literal" errors.
Tom Lane
2024-09-05
*
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
*
Improve more comments in astreamer_gzip.c.
Robert Haas
2024-08-16
*
Improve file header comments for astramer code.
Robert Haas
2024-08-07
*
Move astreamer (except astreamer_inject) to fe_utils.
Robert Haas
2024-08-05
*
Fix PL/pgSQL's handling of integer ranges containing underscores.
Dean Rasheed
2024-06-04
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Re-forbid underscore in positional parameters
Peter Eisentraut
2024-05-15
*
Fix an assortment of typos
David Rowley
2024-05-04
*
Allow dbname to be written as part of connstring via pg_basebackup's -R option.
Amit Kapila
2024-03-21
*
dblink/isolationtester/fe_utils: Use new cancel API
Alvaro Herrera
2024-03-18
*
Add some const decorations
Peter Eisentraut
2024-03-18
*
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
[next]