aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* 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
* Avoid copying index tuples when building an index.Robert Haas2014-07-01
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-30
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-29
* Add cluster_name GUC which is included in process titles if set.Andres Freund2014-06-29
* Remove Alpha and Tru64 support.Andres Freund2014-06-28
* 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
* Add Asserts to verify that catalog cache keys are unique and not null.Tom Lane2014-06-20
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.Fujii Masao2014-06-19
* Remove unnecessary check for jbvBinary in convertJsonbValue.Andrew Dunstan2014-06-18
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* Improve tuplestore's error messages for I/O failures.Tom Lane2014-06-12
* Fix typosAlvaro Herrera2014-06-12
* Fix typos in comments.Noah Misch2014-06-11
* Add btree and hash opclasses for pg_lsn.Tom Lane2014-06-04
* Fix longstanding bug in HeapTupleSatisfiesVacuum().Andres Freund2014-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
* Small typo and formatting fixes in postgresql.conf.samplePeter Eisentraut2014-05-25
* Don't allocate memory inside an Assert() iff in a critical section.Andres Freund2014-05-25
* Silence a couple of spurious valgrind warnings in inval.c.Andres Freund2014-05-24
* Fix typos in comments.Heikki Linnakangas2014-05-21
* Update obsolete comment.Tom Lane2014-05-19
* Ooops, I broke initdb with that last patch.Tom Lane2014-05-18
* Fix two ancient memory-leak bugs in relcache.c.Tom Lane2014-05-18
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-17
* Make sure chr(int) can't create invalid UTF8 sequences.Tom Lane2014-05-16
* Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas2014-05-15
* Code review for recent changes in relcache.c.Tom Lane2014-05-14
* Fix harmless access to uninitialized memory.Heikki Linnakangas2014-05-13
* Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.Tom Lane2014-05-11
* 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
* Increase the default value of effective_cache_size to 4GB.Tom Lane2014-05-08
* Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane2014-05-08