index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
ltree
/
ltxtquery_io.c
Commit message (
Expand
)
Author
Age
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
ltree: Zero padding bytes when allocating memory for externally visible data.
Andres Freund
2016-03-08
*
Prevent stack overflow in query-type functions.
Noah Misch
2015-10-05
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Predict integer overflow to avoid buffer overruns.
Noah Misch
2014-02-17
*
Remove unreachable code
Peter Eisentraut
2012-07-16
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."
Tom Lane
2010-12-19
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
ltree support for multibyte encodings. Patch was made by
Teodor Sigaev
2008-06-30
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
Fix up several contrib modules that were using varlena datatypes in not-so-ob...
Tom Lane
2007-02-28
*
Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only
Tom Lane
2006-09-22
*
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-03-11
*
This patch makes the error message strings throughout the backend
Neil Conway
2006-03-01
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
*
Suppress signed-vs-unsigned-char warnings in contrib.
Tom Lane
2005-09-24
*
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-25
*
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-07-24
*
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2003-03-10
*
pgindent run.
Bruce Momjian
2002-09-04
*
Fixed very stupid but important bug: mixing calls of some founctions from
Bruce Momjian
2002-08-10
*
The patch solves this problem, I hope...
Bruce Momjian
2002-08-10
*
Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.
Bruce Momjian
2002-07-30