| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 1 | -4/+29 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -62/+91 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 1 | -5/+5 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -2/+4 |
| * | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 | 1 | -3/+4 |
| * | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 | 1 | -1/+11 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -16/+20 |
| * | Improve opr_sanity regression test to check oprltcmpop and opgtcmpop | Tom Lane | 2002-09-05 | 1 | -26/+37 |
| * | Further cleanup around the edges of OPAQUE/pseudotype changes. Correct | Tom Lane | 2002-08-23 | 1 | -0/+11 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -18/+28 |
| * | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 | 1 | -13/+37 |
| * | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut | 2002-05-18 | 1 | -1/+1 |
| * | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 | 1 | -23/+19 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -47/+92 |
| * | Divide functions into three volatility classes (immutable, stable, and | Tom Lane | 2002-04-05 | 1 | -1/+1 |
| * | Authentication improvements: | Bruce Momjian | 2002-04-04 | 1 | -1/+1 |
| * | Addition of xid=int4 operator makes opr_sanity unhappy. | Tom Lane | 2001-09-30 | 1 | -3/+3 |
| * | Add separate regression tests for timetz and the new timestamptz type. | Thomas G. Lockhart | 2001-09-28 | 1 | -1/+0 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -73/+45 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -27/+11 |
| * | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 | 1 | -10/+8 |
| * | Add int2-vs-int8 comparison operators. These are now necessary because | Tom Lane | 2000-07-28 | 1 | -0/+16 |
| * | Add an opr_sanity check for misdefined aggregates that have transition | Tom Lane | 2000-07-18 | 1 | -0/+9 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -51/+16 |
| * | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 1 | -3/+53 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -11/+31 |
| * | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 | 1 | -31/+4 |
| * | Clean up format of tests. | Thomas G. Lockhart | 2000-01-05 | 1 | -0/+1 |
| * | Added empty TOASTER files and corrected some minor glitches | Jan Wieck | 1999-12-21 | 1 | -1/+2 |
| * | Fixed opr_sanity regression test to ignore the new | Jan Wieck | 1999-09-30 | 1 | -1/+2 |
| * | Mark bpchareq not hashjoinable, since it strips trailing blanks | Tom Lane | 1999-09-06 | 1 | -9/+22 |
| * | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 | 1 | -2/+3 |
| * | Fix some more hashjoin-related bugs in pg_operator. Fix | Tom Lane | 1999-04-07 | 1 | -10/+23 |
| * | Unmark 'hashable' operators that can't really be used for | Tom Lane | 1999-04-07 | 1 | -2/+5 |
| * | Modify fmgr so that internal name (compiler name) of a built-in | Tom Lane | 1999-03-29 | 1 | -0/+86 |
| * | Expanded opr_sanity test to look at pg_proc and other | Tom Lane | 1999-03-28 | 1 | -35/+319 |
| * | Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, | Tom Lane | 1999-03-01 | 1 | -2/+28 |
| * | Fix pg_operator entries for mergejoinable operators with different left and | Tom Lane | 1999-02-28 | 1 | -8/+8 |
| * | Add new regression test to catch some simple kinds of | Tom Lane | 1998-10-29 | 1 | -0/+109 |