| 2000-01-20 |  Bruce Momjian | Bruce, | commit | commitdiff | tree | snapshot | 
| 2000-01-20 |  Tom Lane | Clean up longstanding warnings.  I think the remaining | commit | commitdiff | tree | snapshot | 
| 2000-01-20 |  Tom Lane | Clean up longstanding gcc warnings by adding missing... | commit | commitdiff | tree | snapshot | 
| 2000-01-20 |  Tom Lane | Clean up longstanding gcc warnings by adding missing... | commit | commitdiff | tree | snapshot | 
| 2000-01-20 |  Tom Lane | ecpg shouldn't depend on parser/gramparse.h.  Also... | commit | commitdiff | tree | snapshot | 
| 2000-01-20 |  Bruce Momjian | Well, I finally solved the linking problem | commit | commitdiff | tree | snapshot | 
| 2000-01-20 |  Tom Lane | Tweak includes to avoid compiler warning on HPUX. | commit | commitdiff | tree | snapshot | 
| 2000-01-20 |  Tom Lane | Assign a typmod of -1 to unadorned CHAR and NUMERIC... | commit | commitdiff | tree | snapshot | 
| 2000-01-20 |  Tom Lane | Fix bugs in NUMERIC ceil() and floor() functions. ... | commit | commitdiff | tree | snapshot | 
| 2000-01-19 |  Tom Lane | Fix handling of NULL constraint conditions: per SQL92... | commit | commitdiff | tree | snapshot | 
| 2000-01-19 |  Bruce Momjian | Update vacuum comments. | commit | commitdiff | tree | snapshot | 
| 2000-01-19 |  Bruce Momjian | Update pg_dumpall. | commit | commitdiff | tree | snapshot | 
| 2000-01-19 |  Peter Eisentraut | another round of user interface cleanups | commit | commitdiff | tree | snapshot | 
| 2000-01-19 |  Bruce Momjian | autoconf | commit | commitdiff | tree | snapshot | 
| 2000-01-19 |  Bruce Momjian | Fix >& csh-ism | commit | commitdiff | tree | snapshot | 
| 2000-01-19 |  Bruce Momjian | The latest source does not compile on Solaris 7 due to | commit | commitdiff | tree | snapshot | 
| 2000-01-19 |  Peter Eisentraut | Removed MBFLAGS from makefiles since it's now done... | commit | commitdiff | tree | snapshot | 
| 2000-01-19 |  Tatsuo Ishii | Revert back Makefile.global | commit | commitdiff | tree | snapshot | 
| 2000-01-19 |  Tatsuo Ishii | Fix for multibyte support. Since some function declarations | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Peter Eisentraut | another set of cleanups | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Bruce Momjian | Since this patch is not big I send it here instead... | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Bruce Momjian | Hi! | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Bruce Momjian | Bruce, | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Tatsuo Ishii | Fix minor comple error | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Tatsuo Ishii | Fix minor comping errors | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Tom Lane | Fix quoting bugs and incorrect trigger argument printout. | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Bruce Momjian | This corrects an error in current gram.y for ALTER... | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Bruce Momjian | Freebsd update for sgml, from Alfred Perlstein | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Bruce Momjian | Libpq non-blocking mode, from Alfred Perlstein | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Tatsuo Ishii | Remove compiler warnings | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Tatsuo Ishii | Show encoding name rather than encoding id in case... | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Tatsuo Ishii | Add builtin functions: | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Tom Lane | numeric_in accepts exponents; numeric to int4 rounds... | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Tatsuo Ishii | Fix multibyte support | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Tatsuo Ishii | Adopt for new psql | commit | commitdiff | tree | snapshot | 
| 2000-01-18 |  Peter Eisentraut | Updated user interfaces on initdb, initlocation, pg_dum... | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Tom Lane | setheapoverride() is history.  Uses replaced with Comma... | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Tom Lane | Correct minor typos. | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Bruce Momjian | Update subquery error message. | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Tom Lane | Add .cvsignore so cvs update doesn't complain about... | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Tom Lane | Modify libpq's pqexpbuffer to eliminate length restrict... | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Tom Lane | Pass atttypmod to CoerceTargetExpr, so that it can... | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Tom Lane | Hmm, numeric array type was missing too.  Added. | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Hiroshi Inoue | Fix for TODO item * spinlock stuck problem when elog... | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Tom Lane | Update unused_oids script so it works with non-GNU... | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Tom Lane | Apparently, no one's ever used float4abs(), because... | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Tom Lane | Update strings test to reflect the fact that casting... | commit | commitdiff | tree | snapshot | 
| 2000-01-17 |  Tom Lane | Create a new parsetree node type, TypeCast, so that... | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Tom Lane | Rearrange coding in COPY so that expansible string... | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Tom Lane | Sigh, I'm an idiot ... I broke the async startup logic... | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Tom Lane | Put back change to 'connection failed' message formatti... | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Peter Eisentraut | Removed lextest, because lex'ed files are now in the... | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Peter Eisentraut | Included all yacc and lex files into the distribution. | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Tom Lane | Add check that inherited constraints and defaults work. | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Tom Lane | Repair breakage of inherited constraint expressions... | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Tom Lane | Fix broken FOR UPDATE error message. | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Bruce Momjian | Fix passing of atttypmod that Tom found. | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Tom Lane | Clean up pg_dump coredumps caused by change of output... | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-16 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-15 |  Tom Lane | Add some examples to numeric regress test to verify... | commit | commitdiff | tree | snapshot | 
| 2000-01-15 |  Tom Lane | Clean up problems with rounding/overflow code in NUMERI... | commit | commitdiff | tree | snapshot | 
| 2000-01-15 |  Tom Lane | Fix a passel of problems with incorrect calls to typinp... | commit | commitdiff | tree | snapshot | 
| 2000-01-15 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-15 |  Tom Lane | Now that new psql is fflush()'ing properly, it emerges... | commit | commitdiff | tree | snapshot | 
| 2000-01-15 |  Tom Lane | Update arrays regress test to reflect fact that several... | commit | commitdiff | tree | snapshot | 
| 2000-01-15 |  Peter Eisentraut | - Allow array on int8 | commit | commitdiff | tree | snapshot | 
| 2000-01-15 |  Tatsuo Ishii | Add pgench: a TPC-B like benchmarking tool | commit | commitdiff | tree | snapshot | 
| 2000-01-15 |  Tatsuo Ishii | Adapt to the changes of libpq(eliminateing using putenv()). | commit | commitdiff | tree | snapshot | 
| 2000-01-15 |  Tatsuo Ishii | Eliminate using putenv(). | commit | commitdiff | tree | snapshot | 
| 2000-01-15 |  Tatsuo Ishii | Prepare for new psql | commit | commitdiff | tree | snapshot | 
| 2000-01-15 |  Peter Eisentraut | Fixed all elog related warnings, as well as a few others. | commit | commitdiff | tree | snapshot | 
| 2000-01-14 |  Peter Eisentraut | Fixed psql variables vs array syntax, as well as minor... | commit | commitdiff | tree | snapshot | 
| 2000-01-14 |  Peter Eisentraut | * User management commands no longer user pg_exec_query... | commit | commitdiff | tree | snapshot | 
| 2000-01-14 |  Tom Lane | Clean up some problems in new asynchronous-connection... | commit | commitdiff | tree | snapshot | 
| 2000-01-14 |  Tom Lane | Make PSQLexec's behavior on loss of connection more... | commit | commitdiff | tree | snapshot | 
| 2000-01-14 |  Tom Lane | Make connection-failed messages a little friendlier on | commit | commitdiff | tree | snapshot | 
| 2000-01-14 |  Tom Lane | Remove redundant and now-incorrect declaration of pstrdup. | commit | commitdiff | tree | snapshot | 
| 2000-01-14 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-14 |  Tom Lane | Bump catversion to ensure initdb. | commit | commitdiff | tree | snapshot | 
| 2000-01-14 |  Tom Lane | Revise quoting conventions in outfuncs/readfuncs so... | commit | commitdiff | tree | snapshot | 
| 2000-01-13 |  Peter Eisentraut | Fixed everything in and surrounding createdb and dropdb... | commit | commitdiff | tree | snapshot | 
| 2000-01-13 |  Peter Eisentraut | initdb didn't load pg_description | commit | commitdiff | tree | snapshot | 
| 2000-01-13 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-13 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-13 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-13 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-13 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-13 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-13 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-01-13 |  Tatsuo Ishii | Add UDC (User Defined Characters) support to SJIS/EUC_J... | commit | commitdiff | tree | snapshot | 
| 2000-01-12 |  Peter Eisentraut | Fixed a few "fixes" and bugs. Adjusted messages and... | commit | commitdiff | tree | snapshot | 
| 2000-01-12 |  Tatsuo Ishii | Multi-byte case fix by Oliver Elphick (olly@lfix.co.uk) | commit | commitdiff | tree | snapshot | 
| 2000-01-12 |  Tom Lane | Use fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS. | commit | commitdiff | tree | snapshot | 
| 2000-01-12 |  Tom Lane | In PQfn(), defend against too many args, and avoid... | commit | commitdiff | tree | snapshot | 
| 2000-01-12 |  Tom Lane | RemoveFunction didn't defend against too many args. | commit | commitdiff | tree | snapshot | 
| next |