Commit Graph

140 Commits (635a856279ef55074dfc7a2a96c7fd686b5ff015)

Author SHA1 Message Date
Tom Lane 3977bd2985 In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 11 months ago
Tom Lane 3abe6e04cc Make escaping functions retain trailing bytes of an invalid character. 11 months ago
Tom Lane 85c1fcc656 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. 11 months ago
Andres Freund 43a77239d4 Fix handling of invalidly encoded data in escaping functions 11 months ago
Andres Freund 61ad93cdd4 Specify the encoding of input to fmtId() 11 months ago
Tom Lane 7dcbf0afa2 Prevent mis-encoding of "trailing junk after numeric literal" errors. 1 year ago
Dean Rasheed cd2624fd97 Fix PL/pgSQL's handling of integer ranges containing underscores. 2 years ago
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again 2 years ago
Peter Eisentraut 98b4f53d15 Re-forbid underscore in positional parameters 2 years ago
David Rowley a42fc1c903 Fix an assortment of typos 2 years ago
Amit Kapila a145f424d5 Allow dbname to be written as part of connstring via pg_basebackup's -R option. 2 years ago
Alvaro Herrera 66ab9371a2
dblink/isolationtester/fe_utils: Use new cancel API 2 years ago
Peter Eisentraut 48018f1d8c Add some const decorations 2 years ago
Nathan Bossart 28e4632509 Centralize logic for restoring errno in signal handlers. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Alvaro Herrera afc3b0143c
Remove unneeded assignments in for loop header 2 years ago
Alvaro Herrera 24ea53dcfa
Avoid overflow in fe_utils' printTable() 2 years ago
Peter Eisentraut 721856ff24 Remove distprep 2 years ago
Noah Misch 90ebcc32d9 Don't spuriously report FD_SETSIZE exhaustion on Windows. 2 years ago
Nathan Bossart 8c16ad3b43 Allow using syncfs() in frontend utilities. 2 years ago
Nathan Bossart 6d982e3b3b Harmonize password reuse in vacuumdb, clusterdb, and reindexdb. 2 years ago
Michael Paquier ae6d06f096 Handle \v as a whitespace character in parsers 3 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