index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
chkpass
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few places that were checking for the return value of palloc() to be
Neil Conway
2006-03-19
1
-11
/
+7
*
Fix a number of syntax errors in contrib modules' uninstall scripts.
Neil Conway
2006-03-13
1
-18
/
+5
*
contrib uninstall scripts
Peter Eisentraut
2006-02-27
2
-1
/
+30
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-3
/
+3
*
PGXS should be set with := not =, as specified in the documentation,
Tom Lane
2005-09-27
1
-2
/
+2
*
Document that chkpass ignores password characters after the eighth.
Tom Lane
2005-09-23
1
-1
/
+5
*
Make sure contrib C functions are marked strict where needed.
Tom Lane
2005-01-29
2
-23
/
+8
*
> Please find enclose a submission to fix these problems.
Bruce Momjian
2004-08-20
1
-5
/
+9
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
3
-3
/
+3
*
Remove another useless, counterproductive srandom() call.
Tom Lane
2003-09-07
1
-8
/
+1
*
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-07-24
1
-3
/
+5
*
Backend support for autocommit removed, per recent discussions. The
Tom Lane
2003-05-14
1
-3
/
+1
*
Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.
Tom Lane
2002-10-26
1
-6
/
+6
*
Might need to link with -lcrypt.
Peter Eisentraut
2002-10-21
1
-2
/
+4
*
Update /contrib for "autocommit TO 'on'".
Bruce Momjian
2002-10-18
1
-24
/
+29
*
chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P.
D'Arcy J.M. Cain
2002-08-29
1
-2
/
+2
*
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-22
1
-5
/
+5
*
Fix warning
Peter Eisentraut
2001-12-19
1
-3
/
+7
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
1
-2
/
+2
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-19
/
+21
*
To fix the perpetually broken makefiles in the contrib tree, I have
Peter Eisentraut
2001-09-06
1
-46
/
+5
*
Bring chkpass build process into sync with other contrib modules;
Tom Lane
2001-08-23
2
-28
/
+31
*
Make OIDs optional, per discussions in pghackers. WITH OIDS is still the
Tom Lane
2001-08-10
1
-4
/
+2
*
Further conversions to Version 1 API. Also, fix boolean return to use
D'Arcy J.M. Cain
2001-05-30
1
-7
/
+7
*
Upgraded code to use the current version 1 calling conventions.
D'Arcy J.M. Cain
2001-05-28
1
-32
/
+47
*
Changed use of macros for extracting information. According to comments
D'Arcy J.M. Cain
2001-05-27
1
-3
/
+3
*
Initial checkin of a contributed type that handles passwords efficiently.
D'Arcy J.M. Cain
2001-05-03
4
-0
/
+326