| Commit message (Expand) | Author | Age |
* | Fix for TODO item * spinlock stuck problem when elog(FATAL) | Hiroshi Inoue | 2000-01-17 |
* | Update unused_oids script so it works with non-GNU awk --- /* ... */ | Tom Lane | 2000-01-17 |
* | Apparently, no one's ever used float4abs(), because it's got incorrect | Tom Lane | 2000-01-17 |
* | Update strings test to reflect the fact that casting to char() will | Tom Lane | 2000-01-17 |
* | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane | 2000-01-17 |
* | Rearrange coding in COPY so that expansible string buffer for data being | Tom Lane | 2000-01-16 |
* | Sigh, I'm an idiot ... I broke the async startup logic a couple days ago, | Tom Lane | 2000-01-16 |
* | Put back change to 'connection failed' message formatting that someone | Tom Lane | 2000-01-16 |
* | Removed lextest, because lex'ed files are now in the distribution. | Peter Eisentraut | 2000-01-16 |
* | Included all yacc and lex files into the distribution. | Peter Eisentraut | 2000-01-16 |
* | Add check that inherited constraints and defaults work. | Tom Lane | 2000-01-16 |
* | Repair breakage of inherited constraint expressions --- needed a | Tom Lane | 2000-01-16 |
* | Fix broken FOR UPDATE error message. | Tom Lane | 2000-01-16 |
* | Update TODO list. | Bruce Momjian | 2000-01-16 |
* | Fix passing of atttypmod that Tom found. | Bruce Momjian | 2000-01-16 |
* | Update TODO list. | Bruce Momjian | 2000-01-16 |
* | Clean up pg_dump coredumps caused by change of output formatting for | Tom Lane | 2000-01-16 |
* | Update TODO list. | Bruce Momjian | 2000-01-16 |
* | Update TODO list. | Bruce Momjian | 2000-01-16 |
* | Add some examples to numeric regress test to verify that recently-fixed | Tom Lane | 2000-01-15 |
* | Clean up problems with rounding/overflow code in NUMERIC, particularly | Tom Lane | 2000-01-15 |
* | Fix a passel of problems with incorrect calls to typinput and typoutput | Tom Lane | 2000-01-15 |
* | Update TODO list. | Bruce Momjian | 2000-01-15 |
* | Now that new psql is fflush()'ing properly, it emerges that several | Tom Lane | 2000-01-15 |
* | Update arrays regress test to reflect fact that several things | Tom Lane | 2000-01-15 |
* | - Allow array on int8 | Peter Eisentraut | 2000-01-15 |
* | Add pgench: a TPC-B like benchmarking tool | Tatsuo Ishii | 2000-01-15 |
* | Adapt to the changes of libpq(eliminateing using putenv()). | Tatsuo Ishii | 2000-01-15 |
* | Eliminate using putenv(). | Tatsuo Ishii | 2000-01-15 |
* | Prepare for new psql | Tatsuo Ishii | 2000-01-15 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | Fixed psql variables vs array syntax, as well as minor psql enhancements | Peter Eisentraut | 2000-01-14 |
* | * User management commands no longer user pg_exec_query_dest -> more robust | Peter Eisentraut | 2000-01-14 |
* | Clean up some problems in new asynchronous-connection logic | Tom Lane | 2000-01-14 |
* | Make PSQLexec's behavior on loss of connection more reasonable; | Tom Lane | 2000-01-14 |
* | Make connection-failed messages a little friendlier on | Tom Lane | 2000-01-14 |
* | Remove redundant and now-incorrect declaration of pstrdup. | Tom Lane | 2000-01-14 |
* | Update TODO list. | Bruce Momjian | 2000-01-14 |
* | Bump catversion to ensure initdb. | Tom Lane | 2000-01-14 |
* | Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't | Tom Lane | 2000-01-14 |
* | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 |
* | initdb didn't load pg_description | Peter Eisentraut | 2000-01-13 |
* | Update TODO list. | Bruce Momjian | 2000-01-13 |
* | Update TODO list. | Bruce Momjian | 2000-01-13 |
* | Update TODO list. | Bruce Momjian | 2000-01-13 |
* | Update TODO list. | Bruce Momjian | 2000-01-13 |
* | Update TODO list. | Bruce Momjian | 2000-01-13 |
* | Update TODO list. | Bruce Momjian | 2000-01-13 |
* | Update TODO list. | Bruce Momjian | 2000-01-13 |
* | Add UDC (User Defined Characters) support to SJIS/EUC_JP conversion | Tatsuo Ishii | 2000-01-13 |