summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2014-08-06Change ParseConfigFp() so that it doesn't process unused entry of each parame...Fujii Masao
2014-08-05Improve some JSON error messages.Robert Haas
2014-07-22Allow empty string object keys in json_object().Andrew Dunstan
2014-07-19Partial fix for dropped columns in functions returning composite.Tom Lane
2014-07-16Fix bugs in SP-GiST search with range type's -|- (adjacent) operator.Heikki Linnakangas
2014-07-15Include SSL compression status in psql banner and connection loggingMagnus Hagander
2014-07-15Add missing serial commasPeter Eisentraut
2014-07-06Consistently pass an "unsigned char" to ctype.h functions.Noah Misch
2014-07-03Don't cache per-group context across the whole query in orderedsetaggs.c.Tom Lane
2014-07-03Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.Tom Lane
2014-06-30Revert the assertion of no palloc's in critical section.Heikki Linnakangas
2014-06-29Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane
2014-06-25Rationalize error messages within jsonfuncs.c.Tom Lane
2014-06-25Cosmetic improvements in jsonfuncs.c.Tom Lane
2014-06-25Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane
2014-06-19Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.Fujii Masao
2014-06-18Remove unnecessary check for jbvBinary in convertJsonbValue.Andrew Dunstan
2014-06-12Improve tuplestore's error messages for I/O failures.Tom Lane
2014-06-05Add btree and hash opclasses for pg_lsn.Tom Lane
2014-06-04Fix longstanding bug in HeapTupleSatisfiesVacuum().Andres Freund
2014-06-03Use EncodeDateTime instead of to_char to render JSON timestamps.Andrew Dunstan
2014-06-03Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan
2014-06-03Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan
2014-06-01Improve the efficiency of certain jsonb get operations.Andrew Dunstan
2014-05-28Minor refactoring of jsonb_util.cHeikki Linnakangas
2014-05-28Jsonb comparison bug fixes.Heikki Linnakangas
2014-05-26Small typo and formatting fixes in postgresql.conf.samplePeter Eisentraut
2014-05-25Don't allocate memory inside an Assert() iff in a critical section.Andres Freund
2014-05-24Silence a couple of spurious valgrind warnings in inval.c.Andres Freund
2014-05-22Fix typos in comments.Heikki Linnakangas
2014-05-19Update obsolete comment.Tom Lane
2014-05-18Ooops, I broke initdb with that last patch.Tom Lane
2014-05-18Fix two ancient memory-leak bugs in relcache.c.Tom Lane
2014-05-17Fix a bunch of functions that were declared static then defined not-static.Tom Lane
2014-05-16Make sure chr(int) can't create invalid UTF8 sequences.Tom Lane
2014-05-15Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas
2014-05-14Code review for recent changes in relcache.c.Tom Lane
2014-05-13Fix harmless access to uninitialized memory.Heikki Linnakangas
2014-05-11Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.Tom Lane
2014-05-11Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane
2014-05-09Fix broken allocation logic in recently-rewritten jsonb_util.c.Tom Lane
2014-05-09Get rid of bogus dependency on typcategory in to_json() and friends.Tom Lane
2014-05-09Teach add_json() that jsonb is of TYPCATEGORY_JSON.Tom Lane
2014-05-09More jsonb cleanup.Heikki Linnakangas
2014-05-09Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane
2014-05-09Minor cleanup of jsonb_util.cHeikki Linnakangas
2014-05-09Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas
2014-05-09Increase the default value of effective_cache_size to 4GB.Tom Lane
2014-05-09Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane
2014-05-07Clean up jsonb code.Heikki Linnakangas