index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
tablefunc
/
sql
Age
Commit message (
Expand
)
Author
2015-01-30
Handle unexpected query results, especially NULLs, safely in connectby().
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2007-11-13
Fix a few contrib regression test scripts that hadn't gotten the word
Tom Lane
2007-11-10
Have crosstab variants treat NULL rowid as a category in its own right,
Joe Conway
2006-02-27
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
Peter Eisentraut
2005-05-30
Document get_call_result_type() and friends; mark TypeGetTupleDesc()
Tom Lane
2004-08-11
Hashed crosstab was dying with an SPI_finish error when the source SQL
Joe Conway
2003-09-13
With Joe Conway's concurrence, remove srandom() call from normal_rand().
Tom Lane
2003-07-27
> Am Son, 2003-06-22 um 02.09 schrieb Joe Conway:
Bruce Momjian
2003-03-20
Attached is an update to contrib/tablefunc. It implements a new hashed
Bruce Momjian
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-09-14
Attached is a patch to fix some recently raised issues that exist in
Tom Lane
2002-09-12
The attached removes the current non-standard file
Bruce Momjian