Commit Graph

127 Commits (2f76ffe5e4721302dde68a4be4eae974a673864c)

Author SHA1 Message Date
Tom Lane 644b7d686e In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 11 months ago
Tom Lane 991a60a9f2 Make escaping functions retain trailing bytes of an invalid character. 11 months ago
Tom Lane 0075a5c6ce Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. 11 months ago
Andres Freund 92e4170f42 Fix handling of invalidly encoded data in escaping functions 11 months ago
Andres Freund 56aa2dcdde Specify the encoding of input to fmtId() 11 months ago
Tom Lane 4fd4d7653e Prevent mis-encoding of "trailing junk after numeric literal" errors. 1 year ago
Dean Rasheed b4e909082f Fix PL/pgSQL's handling of integer ranges containing underscores. 2 years ago
Peter Eisentraut 315661ecaf Re-forbid underscore in positional parameters 2 years ago
Noah Misch 06ff064842 Don't spuriously report FD_SETSIZE exhaustion on Windows. 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Michael Paquier 2f6e15ac93 Revert refactoring of restore command code to shell_restore.c 3 years ago
Dean Rasheed faff8f8e47 Allow underscores in integer and numeric constants. 3 years ago
Michael Paquier 14bdb3f13d Refactor code for restoring files via shell commands 3 years ago
Peter Eisentraut c96de2ce17 Common function for percent placeholder replacement 3 years ago
Tom Lane a46a7011b2 Add options to control whether VACUUM runs vac_update_datfrozenxid. 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Peter Eisentraut 6fcda9aba8 Non-decimal integer literals 3 years ago
Andres Freund e5555657ba meson: Add support for building with precompiled headers 3 years ago
Andres Freund 4289263cf2 windows: Adjust FD_SETSIZE via commandline define 3 years ago
Robert Haas a448e49bcb Revert 56-bit relfilenode change and follow-up commits. 3 years ago
Robert Haas 4667d97ca6 Fix typos in commit 05d4cbf9b6. 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Peter Geoghegan a601366a46 Harmonize more parameter names in bulk. 3 years ago
Tom Lane 7fed801135 Clean up inconsistent use of fflush(). 3 years ago
Michael Paquier 52144b6fcd Use correct connection for cancellation in frontend's parallel slots 3 years ago
Thomas Munro 7e50b4e3c5 Remove configure probe for sys/select.h. 3 years ago
John Naylor ffbfde4c87 Fix mismatched file identifications 3 years ago
Andrew Dunstan a45388d6e0 Add xheader_width pset option to psql 4 years ago
Tom Lane 90474c16a7 Fix minor memory leaks in psql's tab completion. 4 years ago
Peter Eisentraut 5faef9d582 Remove redundant null pointer checks before PQclear and PQconninfoFree 4 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 4 years ago
Robert Haas d2d3547979 Allow db.schema.table patterns, but complain about random garbage. 4 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 4 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 4 years ago
Tom Lane 3e707fbb40 psql: add \dconfig command to show server's configuration parameters. 4 years ago
Tatsuo Ishii 4a39f87acd Allow pgbench to retry in some cases. 4 years ago
Tom Lane 46ab07ffda Clean up assorted failures under clang's -fsanitize=undefined checks. 4 years ago
Peter Eisentraut 2549f0661b Reject trailing junk after numeric literals 4 years ago
Tom Lane 2131c049d3 Avoid calling gettext() in signal handlers. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane 0c9d84427f Rethink pg_dump's handling of object ACLs. 4 years ago
Tom Lane 83884682f4 psql: include intra-query "--" comments in what's sent to the server. 4 years ago
Peter Eisentraut fb7f70112f Improve some comments in scanner files 4 years ago
Daniel Gustafsson 43a134f28b Replace unicode characters in comments with ascii 4 years ago
Michael Paquier f7a9a3d4b2 Skip trailing whitespaces when parsing integer options 5 years ago
Michael Paquier 6f164e6d17 Unify parsing logic for command-line integer options 5 years ago
Tom Lane 42f94f56bf Fix incautious handling of possibly-miscoded strings in client code. 5 years ago
Peter Eisentraut d9a9f4b4b9 psql: Fix line continuation prompts for unbalanced parentheses 5 years ago