Commit Graph

6206 Commits (7c9390caa14ea2d5d99d69d2a34eee4d45d43b9c)
 

Author SHA1 Message Date
Peter Eisentraut 7c9390caa1 Fixed psql variables vs array syntax, as well as minor psql enhancements 26 years ago
Peter Eisentraut 4ceb2d0cb6 * User management commands no longer user pg_exec_query_dest -> more robust 26 years ago
Tom Lane 2af360ed1c Clean up some problems in new asynchronous-connection logic 26 years ago
Tom Lane 0e6d72db55 Make PSQLexec's behavior on loss of connection more reasonable; 26 years ago
Tom Lane 19ff2e4d55 Make connection-failed messages a little friendlier on 26 years ago
Tom Lane 6256fcb927 Remove redundant and now-incorrect declaration of pstrdup. 26 years ago
Bruce Momjian bb7e85fb85 Update TODO list. 26 years ago
Tom Lane 9b003129fe Bump catversion to ensure initdb. 26 years ago
Tom Lane 338fd40bfc Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't 26 years ago
Peter Eisentraut 46a28f1b14 Fixed everything in and surrounding createdb and dropdb to make it more 26 years ago
Peter Eisentraut bfa3b59d25 initdb didn't load pg_description 26 years ago
Bruce Momjian e419b48217 Update TODO list. 26 years ago
Bruce Momjian 3af969d4a0 Update TODO list. 26 years ago
Bruce Momjian af53b624f0 Update TODO list. 26 years ago
Bruce Momjian 326a69deeb Update TODO list. 26 years ago
Bruce Momjian e589b9e821 Update TODO list. 26 years ago
Bruce Momjian 7c25123df4 Update TODO list. 26 years ago
Bruce Momjian c6035cd173 Update TODO list. 26 years ago
Tatsuo Ishii 1f9d535aca Add UDC (User Defined Characters) support to SJIS/EUC_JP conversion 26 years ago
Peter Eisentraut f6689a328f Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions. 26 years ago
Tatsuo Ishii 267c6c7f06 Multi-byte case fix by Oliver Elphick (olly@lfix.co.uk) 26 years ago
Tom Lane 0b14b0c87e Use fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS. 26 years ago
Tom Lane 72ed6ff5ad In PQfn(), defend against too many args, and avoid dependency 26 years ago
Tom Lane ef899c7f62 RemoveFunction didn't defend against too many args. 26 years ago
Tom Lane 488f315913 Defend against > INDEX_MAX_KEYS keys in an index. 26 years ago
Tom Lane 8acc568a6b CommentProc was careless about too many arguments. 26 years ago
Tom Lane 421d4f9bd7 Put back erroneously removed zeroing of sentinel elements 26 years ago
Bruce Momjian 142ce7939d Update TODO list. 26 years ago
Tom Lane b9d832f6ef Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should. 26 years ago
Tom Lane f1e1634e72 oid8 => oidvector in alter_table regress test 26 years ago
Tom Lane 41f17e676f Another FUNC_MAX_ARGS tweak. 26 years ago
Tom Lane ac295f43f5 Update struct Trigger definition. 26 years ago
Tom Lane fa3aa5e1bb Wrong boundary condition on number-of-args check. 26 years ago
Tom Lane cc2e19ef9a Ah-hah, there are attribute size constants lurking here too. 26 years ago
Tom Lane 5c2fb2a1e2 Use symbolic INDEX_MAX_KEYS in pg_type entries for oidvector 26 years ago
Tom Lane c2fa275d20 Correct hardwired type information in bootstrap. 26 years ago
Tom Lane 7bc1fbe100 Remove no-longer-used symbols. 26 years ago
Bruce Momjian bd52f4bffd More cleanups. Still doesn't work. 26 years ago
Bruce Momjian aadd14b8f2 More cleanups. 26 years ago
Bruce Momjian 401e6de7ee More fixes, but still need +1 for FUNC_MAX_ARGS 26 years ago
Tom Lane bf49f0849d Remove outdated comment about 8 arguments. 26 years ago
Tom Lane ac401e06c5 Change oid8/int28 -> oidvector/int2vector. 26 years ago
Bruce Momjian a97caacb5e Fix initdb so it works, but still only for 8. 26 years ago
Bruce Momjian 182162a388 Update type stuff. 26 years ago
Bruce Momjian dd8b0e67ec Cleanup for func args > 8. 26 years ago
Bruce Momjian 2d920dc717 More updates for function call interface > 8. 26 years ago
Bruce Momjian 0bdd0cdd98 Update fmgr to allow 32 arguments. 26 years ago
Bruce Momjian 8a093d0ae3 Make number of args to a function configurable. 26 years ago
Bruce Momjian 6456b17bc1 Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. 26 years ago
Bruce Momjian 3f03f74f36 Update int28out and out8out and _in_ functions to handle trailing zeros 26 years ago