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