]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_proc.h
Create a 'type cache' that keeps track of the data needed for any particular
[postgresql] / src / include / catalog / pg_proc.h
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-07-30 Tom LaneAdd pretty-printing variants of pg_get_viewdef and...
2003-07-01 Tom LaneSQL functions can have arguments and results declared...
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-24 Bruce Momjian Add ipv6 address parsing support to 'inet'...
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-06-11 Peter EisentrautRepresent grant options in the information schema.
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-23 Tom LaneImprove implementation of btrim/ltrim/rtrim: provide...
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
2003-05-13 Tom LaneMore binary I/O routines.
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2003-05-09 Tom LaneImplement array_send/array_recv (binary I/O for arrays...
2003-05-09 Tom LaneCOPY BINARY uses the new binary I/O routines. Update...
2003-05-09 Tom LaneBinary send/receive routines for a few basic datatypes...
2003-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-04-17 Tom LaneFix abstime-to-time cast function, which has had broken...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-04-04 Tom LaneCode review for pg_stat_get_backend_activity_start...
2003-03-21 Bruce MomjianAdd hostmask() function:
2003-03-20 Bruce MomjianThis patch creates a function named pg_get_triggerdef...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-14 Tom LaneRepair incorrect prorettype entry for timestamptz_izone...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-03-03 Tom LaneCorrect/edit comments for geometric operators. No...
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2003-02-13 Bruce MomjianThe "random" regression test uses a function called...
2003-01-28 Tom LaneExtend join-selectivity API (oprjoin interface) so...
2003-01-09 Tom LaneAdd missing pg_proc entry for interval_scale(). The...
2002-12-12 Bruce MomjianTODO marked as done:
2002-12-06 Bruce MomjianAttached are two small patches to expose md5 as a user...
2002-12-05 Bruce MomjianDocument get/set bit/byte functions.
2002-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-11-08 Bruce MomjianThe "Allow easy display of usernames in a group (pg_hba...
2002-11-02 Tom LaneRemove encoding lookups from grammar stage, push them...
2002-10-19 Bruce MomjianThis patch adds some missing functions for float8 math...
2002-09-22 Tom LaneBring SIMILAR TO and SUBSTRING into some semblance...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-12 Bruce MomjianJoe Conway wrote:
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-02 Bruce Momjian> Okay. When you get back to the original issue, the...
2002-09-01 Tom LaneMark the float8 -> int8 cast as implicit. This resolve...
2002-08-27 Bruce MomjianThis patch updates the lock listing code to use Joe...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-23 Tom LaneFurther cleanup around the edges of OPAQUE/pseudotype...
2002-08-22 Bruce MomjianAs suggested by Tom, this patch restricts the right...
2002-08-22 Bruce MomjianOops, we got duplicate oids from patches again; pick...
2002-08-22 Bruce MomjianAdd:
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-20 Tom LaneUse a non-duplicate OID for pg_lock_status.
2002-08-20 Bruce MomjianAllow pg_statistics to be reset by calling pg_stat_reset().
2002-08-20 Bruce MomjianAdd current_database().
2002-08-17 Bruce Momjian[ Newest version of patch applied.]
2002-08-16 Tom LaneModify pg_dump to dump foreign-key constraints as const...
2002-08-15 Bruce MomjianAs discussed on several occasions previously, the new...
2002-08-09 Tom Lanehas_table_privilege spawns scions has_database_privileg...
2002-08-06 Tatsuo IshiiAdd SQL99 CONVERT() function.
2002-08-04 Tom LaneFix broken pg_backend_pid reference, per Joe Conway.
2002-08-04 Bruce MomjianAnother backend_pid rename.
2002-08-04 Thomas G. LockhartAllow bit string constants without fully-specified...
2002-07-31 Bruce MomjianRename pid function to backend_pid().
2002-07-31 Bruce MomjianAdd function to access backend pid, pg_stat_get_backend...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-20 Bruce Momjian> 2. This patch includes the same Table Function API...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianPatch for current_schemas to optionally include implici...
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-03 Tom LaneRetire xlateSqlType/xlateSqlFunc; all type name transla...
2002-04-30 Tom LaneFix obj_description() and col_description() functions...
2002-04-26 Tom LaneAdd current_schema() and current_schemas() inquiry...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-24 Bruce MomjianFix UNKNOWN regression test failure.
2002-04-24 Bruce MomjianAdd missing columns for UNKNOWN patch. Increment catal...
2002-04-24 Bruce MomjianHere's a patch to add unknownin/unknownout support...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-04-04 Bruce MomjianAuthentication improvements:
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2002-01-12 Thomas G. LockhartRepair bugs in declarations of routines to add timestam...
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 Tom LaneAdd int2-to-int8 and int8-to-int2 conversion routines...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-12 Tatsuo IshiiAdd a new function "pg_client_encoding" which returns...
2001-10-03 Tom LaneSome further kibitzing on cachability of datetime funct...
2001-10-03 Thomas G. LockhartImplement precision support for timestamp and time...
next