]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_operator.h
Add timestamp-versus-timestamptz cross-type comparison functions,
[postgresql] / src / include / catalog / pg_operator.h
2004-03-22 Tom LaneAdd timestamp-versus-timestamptz cross-type comparison...
2004-02-14 Tom LaneCreate crosstype comparison operators for date vs....
2003-12-01 Bruce MomjianAttached is a patch implementing factorial(), returning...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce Momjian> Okay. When you get back to the original issue, the...
2002-08-22 Bruce MomjianAs suggested by Tom, this patch restricts the right...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-30 Hiroshi InoueAdd an operator xid '=' int and remove BINARY_COMPATI...
2001-09-29 Hiroshi InoueAllow comparison between xid and xid, int.
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-14 Bruce Momjian> Here's a revised patch. Changes:
2001-08-13 Tom LaneAdd comparison operators and btree indexing support...
2001-06-17 Tom LaneMake inet/cidr << and <<= operators indexable. From...
2001-06-10 Tom LaneMark inet,cidr,macaddr '=' operators as mergejoinable.
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-31 Tom LaneMark geometric 'overlaps' operators (&&) as self-commut...
2000-12-03 Thomas G. LockhartRepair usage of the OVERLAPS operator.
2000-11-21 Tom LaneMake oidin/oidout produce and consume unsigned represen...
2000-10-24 Peter EisentrautInteger binary operators, from Marko Kreen <marko@l...
2000-09-15 Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-08-21 Tom LaneFirst pass at integrating BIT and BIT VARYING code...
2000-08-12 Tom LaneMop-up for removal of ':' and ';' operators ... like...
2000-07-30 Tom LaneType lztext is toast.
2000-07-28 Tom LaneAdd int2-vs-int8 comparison operators. These are now...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-08 Thomas G. LockhartAdd zpbit and varbit data types from Adrian Joubert
2000-04-07 Thomas G. LockhartAdd transcendental math functions (sine, cosine, etc)
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-27 Jan WieckReactivated LZTEXT data type and changed rule plan...
2000-02-24 Tom LaneAdd numeric <-> int8 and numeric <-> int2 conversion...
2000-02-17 Tom LaneFinish repairing 6.5's problems with r-tree indexes...
2000-02-16 Thomas G. LockhartImplement "date/time grand unification".
2000-02-10 Bruce MomjianAdd btree indexing of boolean values
2000-01-26 Bruce MomjianAdd:
2000-01-24 Tom LaneFirst cut at making useful selectivity estimates for...
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
1999-12-28 Jan WieckRemoved LZTEXT datatype as discussed.
1999-11-25 Jan WieckAdded another single byte oriented decompressor, useful for
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-10-11 Hiroshi InoueThe 1st step to implement new type of scan,TidScan.
1999-09-06 Tom LaneMark bpchareq not hashjoinable, since it strips trailin...
1999-07-27 Tom LaneFirst cut at doing LIKE/regex indexing optimization in
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-10 Tom LaneFix another batch of bogosities in pg_operator table.
1999-04-07 Tom LaneFix some more hashjoin-related bugs in pg_operator...
1999-04-07 Tom LaneUnmark 'hashable' operators that can't really be used for
1999-03-28 Tom LaneClean up various minor irregularities detected by type_...
1999-03-26 Tom LaneRemove a bunch of dead entries exposed by findoidjoins...
1999-03-10 Tom LaneFix some typos in argument and result types in pg_proc
1999-02-28 Tom LaneFix pg_operator entries for mergejoinable operators...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-30 Jan WieckAdded NUMERIC data type with many builtin funcitons...
1998-10-29 Thomas G. LockhartFix discrepency in "@" operator for point and path.
1998-10-29 Tom LaneFix a veritable boatload of errors in oprcom, oprnegate,
1998-10-29 Bruce MomjianRemove bad pg_operator entry, found by Tom Lane.
1998-10-28 Bruce MomjianThis looks like a wrong entry in one of the system...
1998-10-22 Bruce MomjianINET/CIDR cleanup from D'Arcy.
1998-10-22 Bruce MomjianRemove duplicate CIDR funcs by using coerce entries.
1998-10-21 Bruce MomjianNew CIDR type and fixed INET type, from D'Arcy.
1998-10-08 Bruce MomjianI agree. I think, though, that the best argument prese...
1998-10-03 Bruce MomjianIntegrate new IP type from Tom Ivar Helbekkmo.
1998-09-14 Bruce MomjianAdd new make_oidjoin_check utility and template1_check...
1998-09-13 Thomas G. LockhartRemove remnant from obsolete char16 data type.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-11 Bruce MomjianChange owner from oid to int4 type.
1998-07-08 Thomas G. LockhartAdd int8 type for 8-byte integers.
1998-05-09 Thomas G. LockhartMake lines and support routines/operators more visible.
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
1998-03-02 Marc G. FournierFrom: Darren King <darrenk@insightdist.com>
1998-03-01 Thomas G. LockhartFix boolean operator declarations for path to return...
next