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
*
Message corrections
Peter Eisentraut
2005-10-29
*
Code review for regexp_replace patch. Improve documentation and comments,
Tom Lane
2005-10-18
*
Clean up libpq's pollution of application namespace by renaming the
Tom Lane
2005-10-17
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-24
*
Update two comments to refer to use the new list API names.
Neil Conway
2005-09-16
*
The idea of using _strncoll() on Windows doesn't work. Revert to same
Tom Lane
2005-08-26
*
Add small hack to support use of Unicode-based locales on WIN32. This
Tom Lane
2005-08-24
*
Code and docs review for pg_column_size() patch.
Tom Lane
2005-08-02
*
Thank you for applying patch --- regexp_replace.
Bruce Momjian
2005-07-29
*
Remove unnecessary parentheses in assignments.
Bruce Momjian
2005-07-21
*
Change typreceive function API so that receive functions get the same
Tom Lane
2005-07-10
*
I made the patch that implements regexp_replace again.
Bruce Momjian
2005-07-10
*
pg_column_size() cleanup for messages and code cleanup.
Bruce Momjian
2005-07-07
*
Add pg_column_size() to return storage size of a column, including
Bruce Momjian
2005-07-06
*
I made the patch that improved the performance of replace_text().
Bruce Momjian
2005-07-04
*
Change the UNKNOWN type to have an internal representation matching
Tom Lane
2005-05-30
*
Remove second argument from textToQualifiedNameList(), as it is no longer
Neil Conway
2005-05-27
*
Implement md5(bytea), update regression tests and documentation. Patch
Neil Conway
2005-05-20
*
Change CREATE TYPE to require datatype output and send functions to have
Tom Lane
2005-05-01
*
This patch optimizes the md5_text() function (which is used to
Neil Conway
2005-02-23
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Infrastructure for I/O of composite types: arrange for the I/O routines
Tom Lane
2004-06-06
*
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-30
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
*
Implement a solution to the 'Turkish locale downcases I incorrectly'
Tom Lane
2004-02-21
*
Micro-opt: replace calls like
Neil Conway
2004-01-31
*
Fix text_position to not scan past end of source string in multibyte
Tom Lane
2004-01-31
*
Make to_hex() behave portably on negative input values (treat them as
Tom Lane
2003-12-19
*
Make PQescapeBytea and byteaout consistent with each other, and
Joe Conway
2003-11-30
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
Remove --enable-recode feature, since it's been broken by IPv6 changes,
Tom Lane
2003-08-04
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in utils/adt. Again thanks to Joe Conway for doing
Tom Lane
2003-07-27
*
Create real array comparison functions (that use the element datatype's
Tom Lane
2003-06-27
*
Back out array mega-patch.
Bruce Momjian
2003-06-25
*
Array mega-patch.
Bruce Momjian
2003-06-24
*
Indexing support for pattern matching operations via separate operator
Peter Eisentraut
2003-05-15
*
Binary send/receive routines for a few basic datatypes --- enough for
Tom Lane
2003-05-09
*
Infrastructure for upgraded error reporting mechanism. elog.c is
Tom Lane
2003-04-24
*
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2003-03-10
*
Attached are two small patches to expose md5 as a user function -- including
Bruce Momjian
2002-12-06
*
Reduce need for palloc/pfree overhead in varstr_cmp() by using fixed-size
Tom Lane
2002-11-17
*
pgindent run.
Bruce Momjian
2002-09-04
*
Remove all traces of multibyte and locale options. Clean up comments
Peter Eisentraut
2002-09-03
*
Remove #ifdef MULTIBYTE per hackers list discussion.
Tatsuo Ishii
2002-08-29
[next]