| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | From: Phil Thompson <phil@river-bank.demon.co.uk> | Marc G. Fournier | 1998-01-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | I've completed the patch to fix the protocol and authentication issues I was discussing a couple of weeks ago. The particular changes are: - the protocol has a version number - network byte order is used throughout - the pg_hba.conf file is used to specify what method is used to authenticate a frontend (either password, ident, trust, reject, krb4 or krb5) - support for multiplexed backends is removed - appropriate changes to man pages - the -a switch to many programs to specify an authentication service no longer has any effect - the libpq.so version number has changed to 1.1 The new backend still supports the old protocol so old interfaces won't break. | ||||
| * | Fix from Peter for BLOBs | Marc G. Fournier | 1998-01-11 | 1 | -2/+2 |
| | | |||||
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -9/+9 |
| | | |||||
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -9/+9 |
| | | |||||
| * | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian | 1997-12-06 | 1 | -2/+2 |
| | | |||||
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -2/+2 |
| | | |||||
| * | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | 1 | -24/+24 |
| | | | | | indenting. Also static variable indenting. | ||||
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -245/+275 |
| | | |||||
| * | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | Subject: [HACKERS] linux/alpha patches These patches lay the groundwork for a Linux/Alpha port. The port doesn't actually work unless you tweak the linker to put all the pointers in the first 32 bits of the address space, but it's at least a start. It implements the test-and-set instruction in Alpha assembly, and also fixes a lot of pointer-to-integer conversions, which is probably good anyway. | ||||
| * | Compile and warning cleanup | Bruce Momjian | 1996-11-08 | 1 | -1/+3 |
| | | |||||
| * | Produce a clean compile of backend... | Marc G. Fournier | 1996-11-03 | 1 | -2/+1 |
| | | |||||
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+353 |
