Commit Graph

676 Commits (105639900bf83fd3e3eb5b49f49b4d74d6347b9b)

Author SHA1 Message Date
Andrew Dunstan 105639900b New json functions. 12 years ago
Fujii Masao 3ee74df2e4 Remove duplicate index entry DATE_TRUNC in document. 12 years ago
Bruce Momjian 90afc7d805 Add date_trunc('', interval) documentation mention 12 years ago
Robert Haas 01f7808b3e Add a cardinality function for arrays. 12 years ago
Heikki Linnakangas 04038148b6 Add OVERLAPS to index in the docs. 12 years ago
Tom Lane 8d65da1f01 Support ordered-set (WITHIN GROUP) aggregates. 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 12 years ago
Tom Lane f901bb50e3 Add make_date() and make_time() functions. 12 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Noah Misch c50b7c09d8 Add large object functions catering to SQL callers. 12 years ago
Heikki Linnakangas 75fdcec145 Improve documentation of random() function. 12 years ago
Andrew Dunstan 4d212bac17 json_typeof function. 12 years ago
Peter Eisentraut 261c7d4b65 Revive line type 12 years ago
Kevin Grittner f566515192 Add record_image_ops opclass for matview concurrent refresh. 12 years ago
Andrew Dunstan d70f8d5f1b Fix erroneous statements about multiply specified JSON columns. 12 years ago
Tom Lane 7489eb4d3b Docs: wording improvements in discussion of timestamp arithmetic. 12 years ago
Bruce Momjian b642bc55fa doc: Fix SGML markup for date patch 12 years ago
Bruce Momjian 1c20857661 Docs: add paragraph about date/timestamp subtraction 12 years ago
Bruce Momjian 5dcc48c2c7 docs: Remove second 'trim' index reference 12 years ago
Bruce Momjian 5368a23eeb docs: document TRIM "comma" syntax 12 years ago
Bruce Momjian f738156f51 docs: mention Julian is midnight _UTC_ 12 years ago
Bruce Momjian 72039b1d8d Docs: Document to_*() Julian values are integers 12 years ago
Greg Stark c62736cc37 Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF) 12 years ago
Peter Eisentraut 2f1fa75a0c doc: Remove tab from SGML file 12 years ago
Alvaro Herrera 0aeb5ae204 Silence compiler warning on an unused variable 12 years ago
Robert Haas f01d1ae3a1 Add infrastructure for mapping relfilenodes to relation OIDs. 12 years ago
Robert Haas c8fb821afc doc: Fix typos in conversion names. 12 years ago
Bruce Momjian 7408c5d29b Add timezone offset output option to to_char() 12 years ago
Tom Lane a03ae56e40 Tweak wording in sequence-function docs to avoid PDF build failures. 12 years ago
Noah Misch d53f7cf116 Document effect of constant folding on CASE. 12 years ago
Andrew Dunstan 78ed8e03c6 Fix unescaping of JSON Unicode escapes, especially for non-UTF8. 12 years ago
Andrew Dunstan 94e3311b97 Handle Unicode surrogate pairs correctly when processing JSON. 12 years ago
Peter Eisentraut 256f6ba78a Documentation spell checking and markup improvements 12 years ago
Tom Lane e7bfc7e42c Fix some uses of "the quick brown fox". 13 years ago
Tom Lane 1d6c72a55b Move materialized views' is-populated status into their pg_class entries. 13 years ago
Andrew Dunstan d7d5832012 Fix a few thinkos in the JSON functions docs. 13 years ago
Bruce Momjian b015558091 Remove tab from SGML file. 13 years ago
Andrew Dunstan 6caf759f3f Fix page title for JSON Functions and Operators. 13 years ago
Andrew Dunstan a570c98d7f Add new JSON processing functions and parser API. 13 years ago
Tom Lane 9ad27c2153 Document encode(bytea, 'escape')'s behavior correctly. 13 years ago
Alvaro Herrera 473ab40c8b Add sql_drop event for event triggers 13 years ago
Alvaro Herrera f8348ea32e Allow extracting machine-readable object identity 13 years ago
Tom Lane e39feb1006 Improve documentation of EXTRACT(WEEK). 13 years ago
Tom Lane 73e7025bd8 Extend format() to handle field width and left/right alignment. 13 years ago
Andrew Dunstan 38fb4d978c JSON generation improvements. 13 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Tom Lane 62e666400d Perform line wrapping and indenting by default in ruleutils.c. 13 years ago
Peter Eisentraut f4987049ef doc: Tiny whitespace fix 13 years ago
Tom Lane 760f3c043a Fix concat() and format() to handle VARIADIC-labeled arguments correctly. 13 years ago
Tom Lane 3f88b08003 Fix some minor issues in view pretty-printing. 13 years ago