| Commit message (Expand) | Author | Age | Files | Lines |
| * | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian | 2003-12-01 | 1 | -7/+3 |
| * | 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 | -2/+3 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -16/+16 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -2/+12 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -11/+5 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -5/+11 |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 1 | -15/+15 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -54/+21 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 1 | -1/+32 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -53/+5 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 1 | -2/+2 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -16/+8 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -582/+582 |
| * | > Okay. When you get back to the original issue, the gold is hidden in | Bruce Momjian | 2002-09-02 | 1 | -3/+3 |
| * | As suggested by Tom, this patch restricts the right-hand argument of | Bruce Momjian | 2002-08-22 | 1 | -3/+3 |
| * | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 | 1 | -714/+708 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 | 1 | -1/+28 |
| * | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 | 1 | -1/+3 |
| * | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 | 1 | -707/+716 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -5/+5 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -11/+11 |
| * | 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 | -35/+34 |
| * | Add an operator xid '=' int and remove BINARY_COMPATI... | Hiroshi Inoue | 2001-09-30 | 1 | -1/+2 |
| * | Allow comparison between xid and xid, int. | Hiroshi Inoue | 2001-09-29 | 1 | -1/+2 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -13/+30 |
| * | > Here's a revised patch. Changes: | Bruce Momjian | 2001-09-14 | 1 | -6/+10 |
| * | Add comparison operators and btree indexing support for type bytea. | Tom Lane | 2001-08-13 | 1 | -1/+9 |
| * | Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos... | Tom Lane | 2001-06-17 | 1 | -1/+9 |
| * | Mark inet,cidr,macaddr '=' operators as mergejoinable. | Tom Lane | 2001-06-10 | 1 | -28/+28 |
| * | This adds unary plus capability. No grammar changes, per Tom's request. | Bruce Momjian | 2001-06-07 | 1 | -1/+8 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -35/+35 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Mark geometric 'overlaps' operators (&&) as self-commutative. | Tom Lane | 2000-12-31 | 1 | -5/+5 |
| * | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart | 2000-12-03 | 1 | -1/+8 |
| * | Make oidin/oidout produce and consume unsigned representation of Oid, | Tom Lane | 2000-11-21 | 1 | -8/+20 |
| * | Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor | Peter Eisentraut | 2000-10-24 | 1 | -2/+23 |
| * | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane | 2000-09-15 | 1 | -2/+16 |
| * | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane | 2000-08-21 | 1 | -18/+9 |
| * | Mop-up for removal of ':' and ';' operators ... like, say, actually | Tom Lane | 2000-08-12 | 1 | -3/+1 |
| * | Type lztext is toast. | Tom Lane | 2000-07-30 | 1 | -10/+1 |
| * | Add int2-vs-int8 comparison operators. These are now necessary because | Tom Lane | 2000-07-28 | 1 | -1/+15 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -25/+25 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -13/+13 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -21/+21 |
| * | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart | 2000-04-08 | 1 | -1/+30 |