| Age | Commit message (Expand) | Author |
| 2002-03-10 | Add DEFAULT_INDEX_TYPE == "btree", for clarity. | Bruce Momjian |
| 2002-03-10 | Disable brackets in multi-statement rules, as discussed. | Bruce Momjian |
| 2002-03-09 | Guard against NULL strings in SET key=val constructs. | Thomas G. Lockhart |
| 2002-03-09 | Added a check for not calling next() before getting objects from the result set, | Dave Cramer |
| 2002-03-09 | Code review for improved-hashing patch. Fix some portability issues | Tom Lane |
| 2002-03-09 | Here is a small patch that cleans up some error reporting in the JDBC driver.... | Dave Cramer |
| 2002-03-09 | Wording improvements to runtime.sgml. Add mention in postgresql.conf | Bruce Momjian |
| 2002-03-08 | Improve wording of pg_hba.conf file. | Bruce Momjian |
| 2002-03-08 | Remove compile errors. | Hiroshi Inoue |
| 2002-03-08 | 1) Implement SQLParamOptions(). | Hiroshi Inoue |
| 2002-03-08 | analyze.o need not depend on parser.h. | Tom Lane |
| 2002-03-08 | Remove unnecessary inclusion. | Tom Lane |
| 2002-03-08 | Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt, | Tom Lane |
| 2002-03-08 | TODO item done: | Bruce Momjian |
| 2002-03-08 | Add missing colon to getopt() arg. | Tom Lane |
| 2002-03-07 | Add FULL in VACUUM psql completion. | Bruce Momjian |
| 2002-03-07 | Adjust elog() tags so source and regression tests match. | Bruce Momjian |
| 2002-03-07 | Back out psql domain improvements until domain is applied. | Bruce Momjian |
| 2002-03-07 | Back out domain patch until it works properly. | Bruce Momjian |
| 2002-03-07 | Also an small change to the tab-complete feature of psql which allows to | Bruce Momjian |
| 2002-03-06 | Fix syntax error introduced by patch. | Bruce Momjian |
| 2002-03-06 | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian |
| 2002-03-06 | Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasons | Bruce Momjian |
| 2002-03-06 | Here is a diff of changes to the psql source code implementing a simple | Bruce Momjian |
| 2002-03-06 | Ok. Updated patch attached. | Bruce Momjian |
| 2002-03-06 | Modify ALTER TABLE OWNER to change index ownership; code cleanup. | Bruce Momjian |
| 2002-03-06 | Add new elog() levels to stored procedure languages. plperl DEBUG hack | Bruce Momjian |
| 2002-03-06 | Add libpgeasy example file. | Bruce Momjian |
| 2002-03-06 | Synced parser with backend. | Michael Meskes |
| 2002-03-06 | Improve elog descriptions. | Bruce Momjian |
| 2002-03-06 | Add missing Unicode multibyte files. | Bruce Momjian |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-03-06 | changed Cancel to cancel | Dave Cramer |
| 2002-03-05 | backed out changes for cancel, no need to look for two 'Z' responses | Dave Cramer |
| 2002-03-05 | Patch by Nicolas Verger to correctly propogate SQLWarning to the Statement an... | Dave Cramer |
| 2002-03-05 | fixed cancel query bug introduced by patch | Dave Cramer |
| 2002-03-05 | At this moment, --enable-debug adds debugging information to most of the | Bruce Momjian |
| 2002-03-05 | Prevent failed passwords from being echoed to server logs, for security. | Bruce Momjian |
| 2002-03-05 | Prevent failed passwords from being echoed to server logs, for security. | Bruce Momjian |
| 2002-03-05 | Adds \du documentation line for \? in psqls help.c | Bruce Momjian |
| 2002-03-05 | Back out old version and update with newer patch of: | Bruce Momjian |
| 2002-03-05 | > Tatsuo Ishii wrote: | Bruce Momjian |
| 2002-03-05 | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian |
| 2002-03-05 | I was digging through the GiST code, and figured I'd fix up some of the | Bruce Momjian |
| 2002-03-05 | Here's a patch against 7.1.3 that fixes a problem with sending larger | Bruce Momjian |
| 2002-03-05 | Previous patch to mark UNION outputs with common typmod (if any) breaks | Tom Lane |
| 2002-03-05 | Doug Fields patch to prevent exception being thrown on zero length arrays | Dave Cramer |
| 2002-03-05 | patch from Zhenbang Wei | Dave Cramer |
| 2002-03-05 | Patch from Ryouichi Matsuda | Dave Cramer |
| 2002-03-05 | patch from Mitchel Friedman to fix getTables | Dave Cramer |