| Age | Commit message (Expand) | Author |
| 2002-03-24 | Tweak labeling of plan qual conditions for more consistency. | Tom Lane |
| 2002-03-24 | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane |
| 2002-03-22 | Create the pg_namespace system catalog. Doesn't do much yet, but it's | Tom Lane |
| 2002-03-22 | Improve catalog commentary. | Tom Lane |
| 2002-03-22 | A little further progress on schemas: push down RangeVars into | Tom Lane |
| 2002-03-21 | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane |
| 2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
| 2002-03-21 | Remove long-dead 'fix for SELECT NULL' to stop current coredump. | Tom Lane |
| 2002-03-20 | Code review for DOMAIN patch. | Tom Lane |
| 2002-03-20 | Tweak behavior of array slicing operations: seems like it ought to be | Tom Lane |
| 2002-03-19 | Make CREATE DOMAIN emit CREATE DOMAIN on completion, per Peter E. | Bruce Momjian |
| 2002-03-19 | Fix DOMAIN breakage. | Bruce Momjian |
| 2002-03-19 | The attached patch cleans up the implementation of the TRUNCATE command; | Bruce Momjian |
| 2002-03-19 | Fix for trigger handling: | Bruce Momjian |
| 2002-03-19 | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian |
| 2002-03-19 | Comment patch: | Bruce Momjian |
| 2002-03-16 | Try to make array_in's behavior a tad less bizarre. Leading whitespace | Tom Lane |
| 2002-03-15 | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane |
| 2002-03-14 | The attached patch changes ALTER TABLE OWNER to also change the | Bruce Momjian |
| 2002-03-13 | Move | Peter Eisentraut |
| 2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
| 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 | Code review for improved-hashing patch. Fix some portability issues | Tom Lane |
| 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 | 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 | Back out domain patch until it works properly. | 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 | 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 missing Unicode multibyte files. | Bruce Momjian |
| 2002-03-06 | Change made to elog: | 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 | > 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 | Previous patch to mark UNION outputs with common typmod (if any) breaks | Tom Lane |
| 2002-03-04 | Add Assert check to catch vsnprintf overrunning its buffer. (Seen to | Tom Lane |
| 2002-03-04 | Make port makefile slightly less crufty. | Tom Lane |
| 2002-03-04 | If presented db path has a trailing slash, remove it to avoid generating | Tom Lane |
| 2002-03-04 | Fix bug in extract/date_part for milliseconds/miscroseconds and | Tatsuo Ishii |
| 2002-03-04 | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane |