]> granicus.if.org Git - postgresql/history - doc/src/sgml/func.sgml
Here's a doc patch for the new string functions recently committed --
[postgresql] / doc / src / sgml / func.sgml
2002-09-02 Bruce MomjianHere's a doc patch for the new string functions recentl...
2002-09-01 Bruce MomjianAdd log_duration to GUC/postgresql.conf.
2002-08-29 Tom LaneA few more fixes for the <replaceable>able> fiasco.
2002-08-22 Bruce MomjianFix for documention:
2002-08-22 Bruce Momjian> > I had great difficulty in finding how to change...
2002-08-21 Bruce MomjianFix bad markup detected by Alvaro Herrera
2002-08-21 Bruce MomjianFix markup, Alvaro Herrera.
2002-08-20 Bruce MomjianAdd current_database().
2002-08-16 Tom LaneModify pg_dump to dump foreign-key constraints as const...
2002-08-14 Tatsuo IshiiAdd Cyrillic and other encodings for encoding conversion.
2002-08-09 Tom Lanehas_table_privilege spawns scions has_database_privileg...
2002-08-08 Tom LaneSome improvements in geometric-operators documentation.
2002-08-06 Tatsuo IshiiAdd SQL99 CONVERT() function.
2002-08-04 Bruce MomjianRename backend_pid to pg_backend_pid, move docs to...
2002-08-04 Bruce MomjianHere is a doc patch for the SHOW X changes and new...
2002-07-31 Bruce MomjianMove backend_pid to functions/misc.
2002-06-24 Tom LaneDocument quote_ident and quote_literal in the main...
2002-06-15 Bruce MomjianPatch for current_schemas to optionally include implici...
2002-06-15 Thomas G. LockhartAdd LOCALTIME and LOCALTIMESTAMP functions per SQL99...
2002-06-11 Thomas G. LockhartFix markup typo.
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2002-06-02 Bruce MomjianRemove mention of timestamp() in SGML docs; doesn...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-13 Tom LaneAVG probably shouldn't be upper case here, considering
2002-04-26 Tom LaneAdd current_schema() and current_schemas() inquiry...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-03-22 Peter EisentrautSpell checking and markup additions
2002-01-30 Peter EisentrautDon't put empty paragraphs around tables. This messed...
2002-01-25 Bruce MomjianFix +/- mixup pointed out by Rod Taylor.
2002-01-20 Peter EisentrautSpell-check and markup police
2002-01-07 Peter EisentrautEditorial review
2001-12-27 Tom LaneDocument obj_description and col_description functions...
2001-12-23 Tom LaneUpdate description of CURRENT_TIMESTAMP and friends.
2001-12-01 Tom LaneProvide some documentation for EXISTS, IN, NOT IN,...
2001-11-28 Peter Eisentrautproof-reading
2001-11-21 Tom LaneAdd documentation for pg_get_ruledef and friends.
2001-11-21 Thomas G. LockhartDeprecate 'current' for date/time input.
2001-11-20 Bruce MomjianI've created a new section to func.sgml, "Binary String...
2001-11-19 Tom LaneGrammatical and spelling fixes.
2001-11-19 Tom LaneA bunch of small doco updates motivated by scanning...
2001-11-18 Tom LaneMention that LIKE ... ESCAPE '' is allowed to specify no
2001-11-17 Tom LaneExpand documentation for sequence functions (nextval...
2001-10-12 Tatsuo IshiiAdd a new function "pg_client_encoding" which returns...
2001-10-10 Peter EisentrautRemove gratuitous discrepancy between extract() and...
2001-10-09 Peter EisentrautBunch of copy fitting and style sheet tweakage to get...
2001-09-28 Thomas G. LockhartFix markup to allow compilation. The chapters on failur...
2001-09-28 Thomas G. LockhartAdd information on new timestamp and timestamptz data...
2001-09-20 Peter EisentrautDocument the sign() function.
2001-09-20 Peter EisentrautProvide tunable knob for x = NULL -> x IS NULL transfor...
2001-09-10 Tatsuo IshiiAdd missing ';'
2001-09-09 Peter EisentrautMarkup additions and spell check. (covers User's Guide)
2001-09-06 Bruce Momjian - new to_char(interval, text)
2001-08-31 Tatsuo IshiiThe actual execution results are different from examples.
2001-08-31 Tatsuo IshiiActual results are different from examples
2001-08-15 Tatsuo IshiiAdd convert.
2001-08-14 Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-07-11 Bruce Momjian> > Put encode() into base system. Used part of Alex...
2001-07-03 Bruce MomjianCorrect substring() example, found by Thomas T. Thai.
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-06-15 Tom LaneOops, forgot to commit doco updates for has_table_privi...
2001-06-13 Bruce MomjianDocs for:
2001-05-24 Peter EisentrautSQL function bit_length
2001-05-12 Peter EisentrautAdd index. Only some parts of the manual set have...
2001-04-20 Thomas G. LockhartFinal markup for 7.1 hardcopy release. Mostly typo...
2001-03-25 Tom LaneThe regexp pattern characters ^ and $ should be explain...
2001-03-15 Tom LaneImprove description of to_char templates.
2001-02-21 Tom LaneDocument timeofday(), mention start-of-transaction...
2001-02-19 Tom LaneAND/OR truth table needs another row IMHO.
2001-02-18 Peter EisentrautEnhance documentation of date/time functions. Add...
2001-02-12 Bruce Momjian User Manual
2001-02-05 Peter EisentrautDocument BETWEEN.
2001-01-21 Peter EisentrautDescription of table expressions, including join syntax...
2001-01-20 Peter EisentrautReplace some oldish, non-SQL'ish elements with more...
2001-01-13 Peter EisentrautAdd information about bit types. Adjust some other...
2000-12-22 Tom LaneChange default output formatting for CIDR to be unabbre...
2000-12-19 Peter EisentrautCorrect results of usage examples.
2000-12-17 Tom LaneUpdate type-coercion discussions to reflect current...
2000-12-16 Tom LaneA little wordsmithing in the pattern-matching section.
2000-12-16 Tom LaneAdd note that COALESCE and NULLIF are shorthand forms...
2000-12-14 Peter EisentrautMerge functions and operators chapters. Lots of updates.
2000-11-30 Tom LaneCorrect obsolete entry for strpos().
2000-11-25 Peter EisentrautRepair markup
2000-11-25 Bruce Momjian here is a patch for formatting.c (to_char/timestampt...
2000-11-10 Tom LaneAdjust INET/CIDR display conventions and reimplement...
2000-10-04 Peter EisentrautConvert macaddr documentation to DocBook, update outdat...
2000-09-29 Peter EisentrautAdd `id' attributes to all `chapter' and `sect1' tags...
2000-09-25 Bruce Momjian the patch include:
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-08-29 Bruce Momjian * to_char:
2000-08-07 Tom LaneClean up bogosities in use of random(3) and srandom...
2000-07-29 Tom LanePATH and POLYGON datatypes are now TOASTable. Associat...
2000-07-17 Tom LaneUpdate aggregate-function docs for STDDEV, VARIANCE.
2000-07-14 Thomas G. LockhartUpdate docs for TIME WITHOUT TIME ZONE.
2000-07-08 Thomas G. LockhartRemove reference to tag which is not available to the...
2000-07-03 Bruce MomjianIn the attache is new (correct) version. I add TZ ...
2000-07-01 Bruce MomjianBack out Karels to_char changes.
2000-07-01 Bruce Momjian In the attache is new to_date()/to_timestamp() version.
2000-06-20 Bruce Momjian> Great! Please cc: the docs or hackers mailing lists...
2000-05-15 Bruce MomjianFix atan3-> atan2.
2000-05-02 Thomas G. LockhartFixups in content and markup for 7.0 release.
next