postgresql/src/backend/libpq
Marc G. Fournier 1af818b8bf 1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 is
an illegal macro name.  Correct syntax is "#if 0".  This is in...

From: Darren King <darrenk@insightdist.com>
1998-02-01 00:02:59 +00:00
..
auth.c From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-31 20:14:15 +00:00
be-dumpdata.c Inline fastgetattr and others so data access does not use function 1998-01-31 04:39:26 +00:00
be-fsstubs.c Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
be-pqexec.c From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
crypt.c 1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 is 1998-02-01 00:02:59 +00:00
hba.c From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-27 03:25:14 +00:00
Makefile Major cleanout of PORTNAME variables from Makefiles...bound to screw up 1997-12-20 00:29:35 +00:00
password.c From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
pg_hba.conf.sample From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-27 03:25:14 +00:00
pg_ident.conf.sample Move YACC and YFLAGS into the template files 1997-04-04 11:23:15 +00:00
portal.c Major code cleanup following the pg_password insertion... 1997-12-09 03:11:25 +00:00
portalbuf.c Major code cleanup following the pg_password insertion... 1997-12-09 03:11:25 +00:00
pqcomm.c From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-27 03:25:14 +00:00
pqcomprim.c #include <sys/types.h> required for u_long in <netinet/in.h> 1998-01-26 01:55:05 +00:00
pqpacket.c From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-31 20:14:15 +00:00
pqsignal.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
util.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00