aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
Commit message (Expand)AuthorAge
* Tighten checks for whitespace in functions that parse identifiers etc.Tom Lane2017-05-24
* Disable abbreviated keys for string-sorting in non-C locales.Robert Haas2016-03-23
* 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
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add bytea_agg, parallel to string_agg.Robert Haas2011-12-23
* Shave a few cycles in string_agg().Robert Haas2011-12-21
* Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan2011-12-10
* Fix concat_ws() to not insert a separator after leading NULL argument(s).Tom Lane2011-08-29
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23
* Message style improvementsPeter Eisentraut2011-07-08
* Message style tweaksPeter Eisentraut2011-07-05
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Fix integer overflow in text_format function, reported by Dean Rasheed.Heikki Linnakangas2011-05-23
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add collation support on Windows (MSVC build)Peter Eisentraut2011-04-10
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-22