]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_proc.h
Privileges on functions and procedural languages
[postgresql] / src / include / catalog / pg_proc.h
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...
2001-10-02 Tom LaneAdd CREATE OR REPLACE FUNCTION syntax to allow replacin...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-14 Bruce Momjian> Here's a revised patch. Changes:
2001-09-08 Tom LaneClean up some confusion about where and how to set...
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-09-06 Bruce Momjian - new to_char(interval, text)
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-15 Tatsuo IshiiAdd conver/convert2 functions. They are similar to...
2001-08-14 Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-08-13 Tom LaneAdd comparison operators and btree indexing support...
2001-08-10 Tom LaneCleanup some minor oversights in optional-OIDs stuff.
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-06 Tom LaneSurely the pg_stat interrogation functions must not...
2001-07-31 Bruce MomjianUpdate 'translate' function description. translate...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-07-11 Bruce Momjian> > Put encode() into base system. Used part of Alex...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
2001-06-13 Bruce MomjianFix for duplicate oids just introduced in patch. Don...
2001-06-13 Bruce MomjianAttached is a patch adding following functions:
2001-06-12 Bruce MomjianBack out has_table_privilege patch.
2001-06-12 Bruce MomjianOK -- here's take #5.
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-05-24 Peter EisentrautSQL function bit_length
2001-05-22 Peter EisentrautMake bit and bit varying types reject too long input...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-09 Tom LaneFirst cut at making indexscan cost estimates depend...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-27 Tom LaneMark new text<->date, text<->time, text<->timetz conver...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-22 Tom LaneChange default output formatting for CIDR to be unabbre...
2000-12-21 Peter EisentrautRepair round(numeric) function. An initdb would be...
2000-12-10 Peter EisentrautCorrect one description, add one.
2000-12-08 Tom LaneRepair erroneous use of hashvarlena() for MACADDR,...
2000-12-07 Tom LaneMake OVERLAPS operators conform to SQL92 spec regarding...
2000-12-03 Thomas G. LockhartRepair usage of the OVERLAPS operator.
2000-11-21 Tom LaneMake oidin/oidout produce and consume unsigned represen...
2000-11-11 Thomas G. LockhartDefine conversions to and from text for date, time...
2000-11-10 Tom LaneAdjust INET/CIDR display conventions and reimplement...
2000-11-06 Thomas G. LockhartAdd functions to support AT TIME ZONE syntax.
2000-10-31 Peter EisentrautChange the parser to convert SQL "position" and "substr...
2000-10-24 Peter EisentrautInteger binary operators, from Marko Kreen <marko@l...
2000-10-11 Philip WarnerAdded new SQL function setval(seq,val,bool) to restore...
2000-09-25 Bruce Momjian the patch include:
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-09-15 Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-09-05 Jan WieckAdded functions
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-23 Thomas G. LockhartAdd functions to convert to and from text, and to trunc...
2000-08-21 Tom LaneFirst pass at integrating BIT and BIT VARYING code...
2000-08-06 Thomas G. LockhartImplement LIKE/ESCAPE. Change parser to use like()...
2000-08-05 Bruce Momjian> I had to back out the patch. It only compiles with...
2000-08-04 Bruce MomjianBack out to_ascii patch from Karel.
2000-08-04 Bruce Momjian to_ascii( text )
2000-08-03 Tom LaneConvert inet-related functions to new fmgr style. ...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-08-01 Tom LaneConvert all remaining float4 and float8 functions to...
2000-07-31 Tom LaneMake acl-related functions safe for TOAST. Mark pg_cla...
2000-07-30 Tom LaneType lztext is toast.
2000-07-30 Tom LaneConvert all remaining geometric operators to new fmgr...
2000-07-29 Tom LanePATH and POLYGON datatypes are now TOASTable. Associat...
2000-07-29 Tom Lanebpchar, varchar, bytea, numeric are toastable --- if...
2000-07-28 Tom LaneAdd int2-vs-int8 comparison operators. These are now...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-08 Tom LaneRemove long-dead support for invoking queries from...
2000-07-07 Peter Eisentraut- format_type function, in use by psql
2000-07-07 Bruce MomjianRename cash_words_out to cash_words.
2000-07-06 Tom LaneFunctions on 'text' type updated to new fmgr style...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-19 Tom LaneClean up bogosities in pg_opclass, pg_amop, pg_amproc...
2000-06-17 Tom LaneGet rid of IndexIsUniqueNoCache() kluge by the simple...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-11 Tom LaneUpdate sequence-related functions to new fmgr style...
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-16 Tom LaneAdd new selectivity estimation functions for pattern...
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-24 Tom LaneRename bytea functions to not have upper-case letters...
2000-03-19 Tom LaneFix incorrect implementation of log(x) for numeric...
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-21 Tom LaneClean up some really grotty coding in catcache.c, impro...
next