index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
tablefunc
Age
Commit message (
Expand
)
Author
2002-11-23
Remove inappropriate double-quoting in connectby() code; adjust
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-10-03
The attached adds a bit to the contrib/tablefunc regression test for
Bruce Momjian
2002-10-03
> The previous patch fixed an infinite recursion bug in
Bruce Momjian
2002-09-14
Attached is a patch to fix some recently raised issues that exist in
Tom Lane
2002-09-14
Fix portability bug in get_normal_pair (RAND_MAX != MAX_RANDOM_VALUE).
Tom Lane
2002-09-12
> Now I'm testing connectby() in the /contrib/tablefunc in 7.3b1, which would
Bruce Momjian
2002-09-12
The attached removes the current non-standard file
Bruce Momjian
2002-09-05
Be careful to include postgres.h *before* any system headers, to ensure
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-09-02
Attached is an update to contrib/tablefunc. It introduces a new
Bruce Momjian
2002-09-02
Code review for HeapTupleHeader changes. Add version number to page headers
Tom Lane
2002-08-29
Adjust nodeFunctionscan.c to reset transient memory context between calls
Tom Lane
2002-08-15
As discussed on several occasions previously, the new anonymous
Bruce Momjian
2002-07-30
As mentioned above, here is my contrib/tablefunc patch. It includes
Bruce Momjian