index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
ltree
Age
Commit message (
Expand
)
Author
2005-05-25
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-21
Cleanup of GiST extensions in contrib/: now that we always invoke GiST
Neil Conway
2004-10-21
Standardize on using the Min, Max, and Abs macros that are in our c.h file,
Tom Lane
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-21
Recent tightening of allowed array-literal syntax broke one test case
Tom Lane
2004-08-20
> Please find enclose a submission to fix these problems.
Bruce Momjian
2004-05-07
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2004-03-30
Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned
Teodor Sigaev
2004-01-26
Docs fix from Kris Jurka <books@ejurka.com>
Teodor Sigaev
2004-01-19
Correct type for isalnum
Teodor Sigaev
2003-12-17
Repair badly broken estimation of output buffer size in lquery_out().
Tom Lane
2003-08-04
pgindent run.
Bruce Momjian
2003-08-01
Update contrib regression tests for recent error message editing.
Tom Lane
2003-07-27
elog mop-up.
Tom Lane
2003-07-24
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-07-18
Fix subpath and subltree. Allow to return '' value.
Teodor Sigaev
2003-06-11
Changes:
Bruce Momjian
2003-05-14
Backend support for autocommit removed, per recent discussions. The
Tom Lane
2003-03-31
Please, apply patch for contrib/ltree to current CVS and 7.3.2
Bruce Momjian
2003-03-10
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2003-02-19
Please apply patches for contrib/ltree.
Bruce Momjian
2002-11-01
Fix incorrect subdir value.
Tom Lane
2002-11-01
Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.
Tom Lane
2002-10-21
SET autocommit no longer needed in /contrib because pg_regress.sh does
Bruce Momjian
2002-10-18
Update /contrib for "autocommit TO 'on'".
Bruce Momjian
2002-09-20
Tiny patch fixing small documentation typo.
Bruce Momjian
2002-09-04
pgindent run.
Bruce Momjian
2002-08-26
Modify array operations to include array's element type OID in the
Tom Lane
2002-08-23
Update contrib regression tests for OPAQUE datatype changes.
Tom Lane
2002-08-22
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-10
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-06
Patch for current CVS. It add test of lca() to ltree test suite.
Bruce Momjian
2002-08-04
Tom Lane:
Bruce Momjian
2002-08-04
please find attached patch to current CVS ( contrib/ltree )
Bruce Momjian
2002-07-30
Replace ad-hoc insertions into pg_opclass and friends with CREATE
Tom Lane
2002-07-30
Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.
Bruce Momjian