| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 | 1 | -3/+4 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -9/+9 |
| * | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 | 1 | -3/+4 |
| * | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 | 1 | -1/+4 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -1/+2 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -2/+1 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -1/+2 |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 1 | -4/+7 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -1/+6 |
| * | Tighten selection of equality and ordering operators for grouping | Tom Lane | 2002-11-29 | 1 | -8/+9 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -3/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Give left_oper() and right_oper() noError parameters like oper() (the | Tom Lane | 2002-05-01 | 1 | -3/+3 |
| * | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 | 1 | -7/+13 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -3/+4 |
| * | Clean up two rather nasty bugs in operator selection code. | Tom Lane | 2001-02-16 | 1 | -5/+19 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -4/+7 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | any_ordering_op()'s argument should be declared Oid not int. | Tom Lane | 1999-12-12 | 1 | -2/+2 |
| * | Remove bogus code in oper_exact --- if it didn't find an exact | Tom Lane | 1999-08-23 | 1 | -4/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | Define new routines oper_exact() and oper_inexact(). | Thomas G. Lockhart | 1998-05-29 | 1 | -1/+4 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -3/+3 |
| * | Make parser functions static where possible. | Bruce Momjian | 1997-11-26 | 1 | -14/+1 |
| * | Cleanup up include files. | Bruce Momjian | 1997-11-26 | 1 | -21/+11 |
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 1 | -0/+50 |