]> granicus.if.org Git - postgresql/history - src/include/utils/builtins.h
Add functions pg_start_backup, pg_stop_backup to create backup label
[postgresql] / src / include / utils / builtins.h
2004-08-03 Tom LaneAdd functions pg_start_backup, pg_stop_backup to create...
2004-07-12 Bruce MomjianAdd has_tablespace_privilege().
2004-07-02 Joe ConwayAndreas Pflug wrote:
2004-06-25 Tom LaneAdd pg_get_serial_sequence() function, and cause pg_dum...
2004-06-13 Tom LaneGive inet/cidr datatypes their own hash function that...
2004-06-13 Tom LaneCode review for recently-added network functions. ...
2004-06-02 Bruce MomjianPer previous discussions, here are two functions to...
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-26 Bruce MomjianThe added aggregates are:
2004-05-14 Neil ConwayImplement the width_bucket() function, per SQL2003...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-15 Tom LaneLocalize our dependencies on the way to create NAN...
2004-02-03 Joe ConwayAdd function (actually an int4 and an int8 version...
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2003-12-01 Bruce MomjianThe attached patch enables contrib/cube to build cleanl...
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-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
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-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-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 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-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-21 Tom LaneFix compile warning.
2003-03-20 Bruce MomjianThis patch creates a function named pg_get_triggerdef...
2003-02-13 Bruce MomjianThe "random" regression test uses a function called...
2003-02-06 Tom LaneCreate a GUC variable REGEX_FLAVOR to control the type...
2002-12-06 Bruce MomjianAttached are two small patches to expose md5 as a user...
2002-11-08 Tom LaneAdd extra_float_digits GUC parameter to allow adjustmen...
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-19 Tom LaneDepartment of second thoughts: suppressing implicit...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-22 Bruce MomjianAdd:
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-20 Bruce MomjianAdd current_database().
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 Tom LaneMove pg_convert3 declaration to suppress compile warnin...
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-20 Bruce Momjian> 2. This patch includes the same Table Function API...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianHere is a patch for Composite and Set returning functio...
2002-06-13 Tom LaneFurther tweaks to support display of sort keys in EXPLA...
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2002-05-18 Tom LaneAdd display of sort keys to the default EXPLAIN output.
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-26 Tom LaneAdd current_schema() and current_schemas() inquiry...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-24 Bruce MomjianHere's a patch to add unknownin/unknownout support...
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-01 Tom LaneCreate a new GUC variable search_path to control the...
2002-03-30 Tom LaneFurther cleanups for relations in schemas: teach nextva...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-12 Tom LaneRestructure representation of join alias variables...
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-10-13 Tom LaneMake selectivity routines cope gracefully with NaNs...
2001-10-13 Tom LaneAdd missing prototype to suppress gcc warning.
2001-10-08 Tom LaneFix ruleutils to depend on format_type, rather than...
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-06 Tatsuo IshiiCommit Karel's patch.
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-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-11 Bruce Momjian> > Put encode() into base system. Used part of Alex...
2001-06-25 Tom LaneOptimizer can now estimate selectivity of IS NULL,...
2001-06-17 Tom LaneMake inet/cidr << and <<= operators indexable. From...
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
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-09 Tom LaneTeach convert_to_scalar about datatypes timetz, inet...
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
next