]> granicus.if.org Git - postgresql/history - src/include/utils/builtins.h
Add new SQL function, format(text).
[postgresql] / src / include / utils / builtins.h
2010-11-21 Robert HaasAdd new SQL function, format(text).
2010-11-20 Robert HaasExpose quote_literal_cstr() from core.
2010-11-20 Robert HaasSpeed up conversion of signed integers to C strings.
2010-11-18 Alvaro HerreraAdd pg_describe_object function
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-03 Tom LaneInstall a data-type-based solution for protecting pg_ge... REL9_1_ALPHA1
2010-08-24 Itagaki TakahiroAdd string functions: concat(), concat_ws(), left(...
2010-08-10 Tom LaneAdd three-parameter forms of array_to_string and string...
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-07-22 Robert HaasAdd options to force quoting of all identifiers.
2010-07-13 Tom LaneTeach EXPLAIN to print PARAM_EXEC Params as the referen...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-13 Robert HaasFix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-01 Itagaki TakahiroAdd string_agg aggregate functions. The one argument...
2010-01-25 Tom LaneAdd get_bit/set_bit functions for bit strings, parallel...
2010-01-19 Tom LaneAdd pg_table_size() and pg_indexes_size() to provide...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-10-21 Tom LaneRemove regex_flavor GUC, so that regular expressions...
2009-10-09 Peter EisentrautUse pg_get_triggerdef in pg_dump
2009-09-09 Peter EisentrautFix/improve bytea and boolean support in PL/Python
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-08-03 Joe ConwayImplement has_sequence_privilege()
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-07-07 Peter EisentrautMore sensible character_octet_length
2009-03-09 Peter EisentrautAccept 'on' and 'off' as input for boolean data type...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-04 Peter EisentrautDefault values for function arguments
2008-11-03 Andrew Dunstansuppress_redundant_updates_trigger function.
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-06 Tom LaneFix up ruleutils.c for CTE features. The main problem...
2008-10-05 Peter EisentrautRemove obsolete internal functions istrue, isfalse...
2008-10-03 Heikki LinnakangasAdd relation fork support to pg_relation_size() functio...
2008-09-06 Tom LaneImplement a psql command "\ef" to edit the definition...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-03 Tom LaneAdd a function pg_get_keywords() to let clients find...
2008-06-17 Tom LaneClean up some problems with redundant cross-type arithm...
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-04-17 Bruce MomjianRe-enable pg_terminate_backend() using SIGTERM. SIGTER...
2008-04-15 Bruce MomjianRevert addition of pg_terminate_backend() because of...
2008-04-15 Bruce MomjianAdd pg_terminate_backend() to allow terminating only...
2008-04-04 Tom LaneRe-implement division for numeric values using the...
2008-04-04 Bruce MomjianImplement current_query(), that shows the currently...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-23 Tom LaneCreate a function quote_nullable(), which works the...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-13 Tom LaneMigrate the former contrib/txid module into core. ...
2007-09-24 Andrew DunstanRemove "convert 'blah' using conversion_name" facility...
2007-09-18 Andrew DunstanClose previously open holes for invalidly encoded data...
2007-09-04 Andrew DunstanProvide for binary input/output of enums, to fix compla...
2007-08-27 Tom LaneRemove the 'not in' operator (!!=). This was a hangove...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-06-26 Alvaro HerreraRemove unused "caller" argument from stringToQualifiedN...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-06-01 Neil ConwayAllow leading and trailing whitespace in the input...
2007-05-17 Tom LaneTemporary fix for the problem that pg_stat_activity...
2007-05-08 Neil ConwayAdd a hash function for "numeric". Mark the equality...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-20 Neil ConwayAdd three new regexp functions: regexp_matches, regexp_...
2007-02-23 Tom LaneNow that plans have flat rangetable lists, it's a lot...
2007-02-17 Bruce MomjianCreate AVG() aggregates for int8 and NUMERIC which...
2007-01-28 Neil ConwayAdd a new builtin type, "uuid". This implements a UUID...
2007-01-16 Neil ConwayImplement width_bucket() for the float8 data type.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-03 Tom LaneFix regex_fixed_prefix() to cope reasonably well with...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-07-28 Tom LaneSQL2003-standard statistical aggregates, by Sergey...
2006-07-21 Tom LaneAdd the full set of comparison functions for type TID...
2006-04-08 Tom LaneFix EXPLAIN so that it can drill down through multiple...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-03-10 Neil ConwayImplement 4 new aggregate functions from SQL2003. Speci...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2006-02-26 Neil ConwayImplement the <> operator for the tid type. Original...
2006-02-11 Bruce MomjianAdd INET/CIDR operators: and, or, not, plus int8, minus...
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-11 Tom LaneCreate a standard function pg_sleep() to sleep for...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-18 Tom LaneCode review for regexp_replace patch. Improve document...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-09-16 Neil ConwayRename pg_complete_relation_size() to pg_total_relation...
2005-08-12 Bruce MomjianAdd files to do read I/O on the cluster directory:
2005-07-29 Bruce MomjianMove dbsize functions into the backend. New functions:
next