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
/
src
/
backend
/
libpq
/
password.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-2
/
+2
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-5
/
+7
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
1
-5
/
+5
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-3
/
+1
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-8
/
+8
*
Apply Win32 patch from Horak Daniel.
Bruce Momjian
1999-01-17
1
-1
/
+5
*
Many more cleanups...
Marc G. Fournier
1998-12-14
1
-3
/
+10
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
1
-2
/
+0
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
1
-4
/
+7
*
From: Phil Thompson <phil@river-bank.demon.co.uk>
Marc G. Fournier
1998-01-26
1
-48
/
+21
*
Major code cleanup following the pg_password insertion...
Marc G. Fournier
1997-12-09
1
-1
/
+1
*
Salt fix for password, from Tatsuo Ishii.
Bruce Momjian
1997-11-27
1
-4
/
+1
*
Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se
Bruce Momjian
1997-11-07
1
-1
/
+1
*
Rename strNcpy to StrNCpy, and change third parameter.
Bruce Momjian
1997-10-25
1
-1
/
+1
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
1
-1
/
+1
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
1
-12
/
+12
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
1
-90
/
+100
*
pg_password utility. Cleanup for psql passwords. New datetime contrib stuff...
Bruce Momjian
1997-08-25
1
-1
/
+2
*
Reduce open() calls. Replace fopen() calls with calls to fd.c functions.
Bruce Momjian
1997-08-18
1
-2
/
+3
*
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...
Bruce Momjian
1997-08-12
1
-2
/
+1
*
From: "D'Arcy J.M. Cain" <darcy@druid.net>
Marc G. Fournier
1997-03-28
1
-1
/
+1
*
change strtok(0.. to strtok(NULL..
Marc G. Fournier
1997-03-20
1
-1
/
+1
*
Check for and set HAVE_CRYPT_H if <crypt.h> exists
Marc G. Fournier
1997-03-20
1
-0
/
+3
*
Replace strsep() by strtok()
Marc G. Fournier
1997-03-18
1
-2
/
+2
*
Missing bits from Dan's patches...sorry :(
Marc G. Fournier
1997-03-14
1
-0
/
+107