aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Add sortsupport routines for text.Robert Haas2014-08-14
* Clean up handling of unknown-type inputs in json_build_object and friends.Tom Lane2014-08-09
* Further cleanup of JSON-specific error messages.Tom Lane2014-08-09
* Improve some JSON error messages.Robert Haas2014-08-05
* Allow empty string object keys in json_object().Andrew Dunstan2014-07-22
* Partial fix for dropped columns in functions returning composite.Tom Lane2014-07-19
* Fix bugs in SP-GiST search with range type's -|- (adjacent) operator.Heikki Linnakangas2014-07-16
* Add missing serial commasPeter Eisentraut2014-07-15
* Fix error hint style.Robert Haas2014-07-09
* Improve error messages for bytea decoding failures.Robert Haas2014-07-09
* Consistently pass an "unsigned char" to ctype.h functions.Noah Misch2014-07-06
* Don't cache per-group context across the whole query in orderedsetaggs.c.Tom Lane2014-07-03
* Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.Tom Lane2014-07-03
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-29
* Rationalize error messages within jsonfuncs.c.Tom Lane2014-06-25
* Cosmetic improvements in jsonfuncs.c.Tom Lane2014-06-25
* Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane2014-06-24
* Remove unnecessary check for jbvBinary in convertJsonbValue.Andrew Dunstan2014-06-18
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* Fix typosAlvaro Herrera2014-06-12
* Add btree and hash opclasses for pg_lsn.Tom Lane2014-06-04
* Use EncodeDateTime instead of to_char to render JSON timestamps.Andrew Dunstan2014-06-03
* Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan2014-06-03
* Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan2014-06-03
* Improve the efficiency of certain jsonb get operations.Andrew Dunstan2014-06-01
* Minor refactoring of jsonb_util.cHeikki Linnakangas2014-05-28
* Jsonb comparison bug fixes.Heikki Linnakangas2014-05-28
* Fix typos in comments.Heikki Linnakangas2014-05-21
* Update obsolete comment.Tom Lane2014-05-19
* Make sure chr(int) can't create invalid UTF8 sequences.Tom Lane2014-05-16
* Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas2014-05-15
* Fix harmless access to uninitialized memory.Heikki Linnakangas2014-05-13
* Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane2014-05-11
* Fix broken allocation logic in recently-rewritten jsonb_util.c.Tom Lane2014-05-09
* Get rid of bogus dependency on typcategory in to_json() and friends.Tom Lane2014-05-09
* Teach add_json() that jsonb is of TYPCATEGORY_JSON.Tom Lane2014-05-09
* More jsonb cleanup.Heikki Linnakangas2014-05-09
* Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane2014-05-09
* Minor cleanup of jsonb_util.cHeikki Linnakangas2014-05-09
* Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas2014-05-09
* Clean up jsonb code.Heikki Linnakangas2014-05-07
* Fix some more confusion between uint32 and Datum.Tom Lane2014-05-06
* hash_any returns Datum, not uint32 (and definitely not "int").Tom Lane2014-05-06
* With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix yet another corner case in dumping rules/views with USING clauses.Tom Lane2014-05-01
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-01
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Check for interrupts and stack overflow during rule/view dumps.Tom Lane2014-04-30
* Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane2014-04-30