index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
varlena.c
Commit message (
Expand
)
Author
Age
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Tighten checks for whitespace in functions that parse identifiers etc.
Tom Lane
2017-05-24
*
Disable abbreviated keys for string-sorting in non-C locales.
Robert Haas
2016-03-23
*
In bttext_abbrev_convert, move pfree to the right place.
Robert Haas
2015-06-29
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Make trace_sort control abbreviation debug output for the text opclass.
Robert Haas
2015-04-07
*
Change the way we decide whether to give up on abbreviated text keys.
Robert Haas
2015-04-03
*
Add missing calls to DatumGetUInt32.
Robert Haas
2015-04-02
*
Re-enable abbreviated keys on Windows.
Robert Haas
2015-01-26
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Fix typos, update README.
Robert Haas
2015-01-23
*
Repair brain fade in commit b181a91981203f6ec9403115a2917bd3f9473707.
Robert Haas
2015-01-22
*
More fixes for abbreviated keys infrastructure.
Robert Haas
2015-01-22
*
Heavily refactor btsortsupport_worker.
Robert Haas
2015-01-22
*
Disable abbreviated keys on Windows.
Robert Haas
2015-01-20
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Move the guts of our Levenshtein implementation into core.
Robert Haas
2014-11-13
*
Add a fast pre-check for equality of equal-length strings.
Robert Haas
2014-09-19
*
Fix typo in b34e37bfefbed1bf9396dde18f308d8b96fd176c.
Robert Haas
2014-08-26
*
Add sortsupport routines for text.
Robert Haas
2014-08-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.
Tom Lane
2014-04-03
*
Allow regex operations to be terminated early by query cancel requests.
Tom Lane
2014-03-01
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-31
*
Move checking an explicit VARIADIC "any" argument into the parser.
Andrew Dunstan
2013-07-18
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
*
Extend format() to handle field width and left/right alignment.
Tom Lane
2013-03-14
*
Fix concat() and format() to handle VARIADIC-labeled arguments correctly.
Tom Lane
2013-01-25
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Allow embedded spaces without quoting in unix_socket_directories entries.
Tom Lane
2012-09-06
*
Support having multiple Unix-domain sockets per postmaster.
Tom Lane
2012-08-10
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix string truncation to be multibyte-aware in text_name and bpchar_name.
Tom Lane
2012-05-25
*
Rename bytea_agg to string_agg and add delimiter argument
Peter Eisentraut
2012-04-13
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add bytea_agg, parallel to string_agg.
Robert Haas
2011-12-23
*
Shave a few cycles in string_agg().
Robert Haas
2011-12-21
*
Miscellaneous cleanup to silence compiler warnings seen on Mingw.
Andrew Dunstan
2011-12-10
*
Fix concat_ws() to not insert a separator after leading NULL argument(s).
Tom Lane
2011-08-29
*
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-23
*
Message style improvements
Peter Eisentraut
2011-07-08
*
Message style tweaks
Peter Eisentraut
2011-07-05
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Fix integer overflow in text_format function, reported by Dean Rasheed.
Heikki Linnakangas
2011-05-23
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Add collation support on Windows (MSVC build)
Peter Eisentraut
2011-04-10
[next]