Commit Graph

5203 Commits (ec544a65c9090bc9da11ea384d1369fd552ca8b0)

Author SHA1 Message Date
Andres Freund 11a020eb6e Allow escaping of option values for options passed at connection start. 11 years ago
Jeff Davis 8167a3883a Allow multibyte characters as escape in SIMILAR TO and SUBSTRING. 11 years ago
Robert Haas 9522ec3e70 Fix typo in b34e37bfef. 11 years ago
Bruce Momjian 73fe87503f rename macro isTempOrToastNamespace to isTempOrTempToastNamespace 11 years ago
Tom Lane 73eba19aeb Fix another ancient memory-leak bug in relcache.c. 11 years ago
Tom Lane 41dd50e84d Fix corner-case behaviors in JSON/JSONB field extraction operators. 12 years ago
Tom Lane 9bac66020d Fix core dump in jsonb #> operator, and add regression test cases. 12 years ago
Heikki Linnakangas 02587dcddc Use comma+space as the separator in the default search_path. 12 years ago
Tom Lane e56ec50c16 Use ISO 8601 format for dates converted to JSON, too. 12 years ago
Tom Lane 737cdc2d14 Fix bogus return macros in range_overright_internal(). 12 years ago
Robert Haas b34e37bfef Add sortsupport routines for text. 12 years ago
Tom Lane ab8c84db2f Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap. 12 years ago
Fujii Masao 3e3f65973a Change first call of ProcessConfigFile so as to process only data_directory. 12 years ago
Heikki Linnakangas 680513ab79 Break out OpenSSL-specific code to separate files. 12 years ago
Tom Lane 92f57c9ae9 Clean up handling of unknown-type inputs in json_build_object and friends. 12 years ago
Tom Lane 495cadda5e Further cleanup of JSON-specific error messages. 12 years ago
Robert Haas 1d41739e5a Don't require sort support functions to provide a comparator. 12 years ago
Fujii Masao e3da0d4d1a Change ParseConfigFp() so that it doesn't process unused entry of each parameter. 12 years ago
Robert Haas 0ef99bdce3 Improve some JSON error messages. 12 years ago
Alvaro Herrera 0531549801 Avoid uselessly looking up old LOCK_ONLY multixacts 12 years ago
Andrew Dunstan 4ebe3519e1 Allow empty string object keys in json_object(). 12 years ago
Tom Lane 9b35ddce93 Partial fix for dropped columns in functions returning composite. 12 years ago
Magnus Hagander c0e4520b16 Add option to pg_ctl to choose event source for logging 12 years ago
Heikki Linnakangas 1264ef31a3 Fix bugs in SP-GiST search with range type's -|- (adjacent) operator. 12 years ago
Magnus Hagander c93bf8c6cc Include SSL compression status in psql banner and connection logging 12 years ago
Peter Eisentraut d38228fe40 Add missing serial commas 12 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 12 years ago
Peter Eisentraut 80ddd04b4d Fix whitespace 12 years ago
Robert Haas b043985b7a Fix error hint style. 12 years ago
Robert Haas f73474382c Improve error messages for bytea decoding failures. 12 years ago
Noah Misch 333b7db8b3 Consistently pass an "unsigned char" to ctype.h functions. 12 years ago
Tom Lane ecd6579744 Don't cache per-group context across the whole query in orderedsetaggs.c. 12 years ago
Tom Lane 6f5034eda0 Redesign API presented by nodeAgg.c for ordered-set and similar aggregates. 12 years ago
Robert Haas 9f03ca9151 Avoid copying index tuples when building an index. 12 years ago
Heikki Linnakangas 1c6821be31 Fix and enhance the assertion of no palloc's in a critical section. 12 years ago
Tom Lane a749a23d7a Remove use_json_as_text options from json_to_record/json_populate_record. 12 years ago
Andres Freund 51adcaa0df Add cluster_name GUC which is included in process titles if set. 12 years ago
Andres Freund a6d488cb53 Remove Alpha and Tru64 support. 12 years ago
Tom Lane 798e235790 Rationalize error messages within jsonfuncs.c. 12 years ago
Tom Lane 8d2d7ad5ab Cosmetic improvements in jsonfuncs.c. 12 years ago
Tom Lane 57d8c1270e Fix handling of nested JSON objects in json_populate_recordset and friends. 12 years ago
Tom Lane 8b38a538c0 Add Asserts to verify that catalog cache keys are unique and not null. 12 years ago
Andres Freund 3bdcf6a5a7 Don't allow to disable backend assertions via the debug_assertions GUC. 12 years ago
Fujii Masao 9ba78fb0b9 Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM. 12 years ago
Andrew Dunstan 960661980b Remove unnecessary check for jbvBinary in convertJsonbValue. 12 years ago
Tom Lane 8f889b1083 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 12 years ago
Tom Lane 6554656ea2 Improve tuplestore's error messages for I/O failures. 12 years ago
Alvaro Herrera 7937910781 Fix typos 12 years ago
Noah Misch d098b236f3 Fix typos in comments. 12 years ago
Tom Lane 4c8ab1b91d Add btree and hash opclasses for pg_lsn. 12 years ago