aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Last minute clean up for SunOS...Marc G. Fournier1998-03-02
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-24
* Various fixes for string.h vs strings.hMarc G. Fournier1998-02-24
* Remove libpq README.Bruce Momjian1998-02-23
* Remind people of view permissions, and install libpq README.Bruce Momjian1998-02-23
* Various minor modes for i386_solarisMarc G. Fournier1998-02-19
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* 1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 isMarc G. Fournier1998-02-01
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-31
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-29
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-27
* Protocol cleanup from Phil.Bruce Momjian1998-01-27
* #include <sys/types.h> required for u_long in <netinet/in.h>Marc G. Fournier1998-01-26
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-26
* getpid/pid cleanupBruce Momjian1998-01-25
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Slightly delayed patches from Todd...damn holidays :)Marc G. Fournier1997-12-30
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-17
* Use MAXPGPATH to declare size of socket name storage.Thomas G. Lockhart1997-12-16
* Make password null on startup.Bruce Momjian1997-12-12
* Remove PGDATA setting and use DataDir.Bruce Momjian1997-12-11
* Major code cleanup following the pg_password insertion...Marc G. Fournier1997-12-09
* More VARHDRSZ additions.Bruce Momjian1997-12-08
* Add error check on getenv("DATADIR")Marc G. Fournier1997-12-07
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-06
* Missed a few files from Todd's patch...oops :)Marc G. Fournier1997-12-04
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-04
* Salt fix for password, from Tatsuo Ishii.Bruce Momjian1997-11-27
* Prevent flushing from packets, by Massimo.Bruce Momjian1997-11-27
* Remove archive stuff.Bruce Momjian1997-11-21
* Fix socket file permissions, from Goran Thyni.Bruce Momjian1997-11-19
* FIx for unix domain sockets, from Goran Thyni.Bruce Momjian1997-11-19
* Include unistd.h to get read/write function declarations.Thomas G. Lockhart1997-11-17
* Add storage/ipc.h include file to get read/write function declarations.Thomas G. Lockhart1997-11-17
* Fix compiler complaints about mismatched pointer args using coersions.Thomas G. Lockhart1997-11-17
* Clean up indenting.Bruce Momjian1997-11-10
* Patch from Goran ThyniBruce Momjian1997-11-10
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-07
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Dec alphaserver patch from Malcolm BeattieBruce Momjian1997-09-12
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08