aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAge
* Make format() error messages consistent againPeter Eisentraut2016-08-08
* pgindent run for 9.6Robert Haas2016-06-09
* Disable abbreviated keys for string-sorting in non-C locales.Robert Haas2016-03-23
* Improve error reporting in format()Teodor Sigaev2016-02-11
* Re-pgindent varlena.c.Tom Lane2016-02-08
* Rename typedef "string" to "VarString".Tom Lane2016-02-08
* Fix small goof in comment.Robert Haas2016-02-05
* Extend sortsupport for text to more opclasses.Robert Haas2016-02-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove unnecessary escaping in C character literalsPeter Eisentraut2015-12-22
* Correct tiny inaccuracy in strxfrm cache comment.Robert Haas2015-11-03
* Be a bit more rigorous about how we cache strcoll and strxfrm results.Robert Haas2015-10-20
* Remove obsolete comment.Robert Haas2015-10-20
* Speed up text sorts where the same strings occur multiple times.Robert Haas2015-10-09
* Make abbreviated key comparisons for text a bit cheaper.Robert Haas2015-10-09
* In bttext_abbrev_convert, move pfree to the right place.Robert Haas2015-06-29
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Make trace_sort control abbreviation debug output for the text opclass.Robert Haas2015-04-07
* Change the way we decide whether to give up on abbreviated text keys.Robert Haas2015-04-03
* Add missing calls to DatumGetUInt32.Robert Haas2015-04-02
* Re-enable abbreviated keys on Windows.Robert Haas2015-01-26
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Fix typos, update README.Robert Haas2015-01-23
* Repair brain fade in commit b181a91981203f6ec9403115a2917bd3f9473707.Robert Haas2015-01-22
* More fixes for abbreviated keys infrastructure.Robert Haas2015-01-22
* Heavily refactor btsortsupport_worker.Robert Haas2015-01-22
* Disable abbreviated keys on Windows.Robert Haas2015-01-20
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-19
* Update copyright for 2015Bruce Momjian2015-01-06
* Move the guts of our Levenshtein implementation into core.Robert Haas2014-11-13
* Add a fast pre-check for equality of equal-length strings.Robert Haas2014-09-19
* Fix typo in b34e37bfefbed1bf9396dde18f308d8b96fd176c.Robert Haas2014-08-26
* Add sortsupport routines for text.Robert Haas2014-08-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.Tom Lane2014-04-03
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-01
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix regexp_matches() handling of zero-length matches.Tom Lane2013-07-31
* Move checking an explicit VARIADIC "any" argument into the parser.Andrew Dunstan2013-07-18
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Extend format() to handle field width and left/right alignment.Tom Lane2013-03-14
* Fix concat() and format() to handle VARIADIC-labeled arguments correctly.Tom Lane2013-01-25
* Update copyrights for 2013Bruce Momjian2013-01-01
* Allow embedded spaces without quoting in unix_socket_directories entries.Tom Lane2012-09-06
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix string truncation to be multibyte-aware in text_name and bpchar_name.Tom Lane2012-05-25
* Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut2012-04-13