Commit Graph

6221 Commits (97e82dc72c0cabf72bcfe760073995b89d4a73d6)
 

Author SHA1 Message Date
Tom Lane 97e82dc72c Clean up pg_dump coredumps caused by change of output formatting for 27 years ago
Bruce Momjian 255e07e829 Update TODO list. 27 years ago
Bruce Momjian 3a2e08618c Update TODO list. 27 years ago
Tom Lane b0b3187bb4 Add some examples to numeric regress test to verify that recently-fixed 27 years ago
Tom Lane 3cb8c8da68 Clean up problems with rounding/overflow code in NUMERIC, particularly 27 years ago
Tom Lane 584e646ad8 Fix a passel of problems with incorrect calls to typinput and typoutput 27 years ago
Bruce Momjian 0f4a586821 Update TODO list. 27 years ago
Tom Lane 5e6004135b Now that new psql is fflush()'ing properly, it emerges that several 27 years ago
Tom Lane 6ce5e0abb6 Update arrays regress test to reflect fact that several things 27 years ago
Peter Eisentraut 2a1bfbce24 - Allow array on int8 27 years ago
Tatsuo Ishii a765db409b Add pgench: a TPC-B like benchmarking tool 27 years ago
Tatsuo Ishii bfbd58ce13 Adapt to the changes of libpq(eliminateing using putenv()). 27 years ago
Tatsuo Ishii 8fc386a2d8 Eliminate using putenv(). 27 years ago
Tatsuo Ishii 6095e36cca Prepare for new psql 27 years ago
Peter Eisentraut 1cd4c14116 Fixed all elog related warnings, as well as a few others. 27 years ago
Peter Eisentraut 7c9390caa1 Fixed psql variables vs array syntax, as well as minor psql enhancements 27 years ago
Peter Eisentraut 4ceb2d0cb6 * User management commands no longer user pg_exec_query_dest -> more robust 27 years ago
Tom Lane 2af360ed1c Clean up some problems in new asynchronous-connection logic 27 years ago
Tom Lane 0e6d72db55 Make PSQLexec's behavior on loss of connection more reasonable; 27 years ago
Tom Lane 19ff2e4d55 Make connection-failed messages a little friendlier on 27 years ago
Tom Lane 6256fcb927 Remove redundant and now-incorrect declaration of pstrdup. 27 years ago
Bruce Momjian bb7e85fb85 Update TODO list. 27 years ago
Tom Lane 9b003129fe Bump catversion to ensure initdb. 27 years ago
Tom Lane 338fd40bfc Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't 27 years ago
Peter Eisentraut 46a28f1b14 Fixed everything in and surrounding createdb and dropdb to make it more 27 years ago
Peter Eisentraut bfa3b59d25 initdb didn't load pg_description 27 years ago
Bruce Momjian e419b48217 Update TODO list. 27 years ago
Bruce Momjian 3af969d4a0 Update TODO list. 27 years ago
Bruce Momjian af53b624f0 Update TODO list. 27 years ago
Bruce Momjian 326a69deeb Update TODO list. 27 years ago
Bruce Momjian e589b9e821 Update TODO list. 27 years ago
Bruce Momjian 7c25123df4 Update TODO list. 27 years ago
Bruce Momjian c6035cd173 Update TODO list. 27 years ago
Tatsuo Ishii 1f9d535aca Add UDC (User Defined Characters) support to SJIS/EUC_JP conversion 27 years ago
Peter Eisentraut f6689a328f Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions. 27 years ago
Tatsuo Ishii 267c6c7f06 Multi-byte case fix by Oliver Elphick (olly@lfix.co.uk) 27 years ago
Tom Lane 0b14b0c87e Use fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS. 27 years ago
Tom Lane 72ed6ff5ad In PQfn(), defend against too many args, and avoid dependency 27 years ago
Tom Lane ef899c7f62 RemoveFunction didn't defend against too many args. 27 years ago
Tom Lane 488f315913 Defend against > INDEX_MAX_KEYS keys in an index. 27 years ago
Tom Lane 8acc568a6b CommentProc was careless about too many arguments. 27 years ago
Tom Lane 421d4f9bd7 Put back erroneously removed zeroing of sentinel elements 27 years ago
Bruce Momjian 142ce7939d Update TODO list. 27 years ago
Tom Lane b9d832f6ef Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should. 27 years ago
Tom Lane f1e1634e72 oid8 => oidvector in alter_table regress test 27 years ago
Tom Lane 41f17e676f Another FUNC_MAX_ARGS tweak. 27 years ago
Tom Lane ac295f43f5 Update struct Trigger definition. 27 years ago
Tom Lane fa3aa5e1bb Wrong boundary condition on number-of-args check. 27 years ago
Tom Lane cc2e19ef9a Ah-hah, there are attribute size constants lurking here too. 27 years ago
Tom Lane 5c2fb2a1e2 Use symbolic INDEX_MAX_KEYS in pg_type entries for oidvector 27 years ago