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