| Commit message (Expand) | Author | Age |
* | Fix tolower loops to go in proper direction for cache. | Bruce Momjian | 1997-12-05 |
* | Update description for PGHOST and unix domain sockets. Add warning for faile... | Bruce Momjian | 1997-12-04 |
* | Update description for PGHOST and unix domain sockets. Add warning for faile... | Bruce Momjian | 1997-12-04 |
* | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier | 1997-12-04 |
* | Fix pg_dump, and libpq changes. | Bruce Momjian | 1997-12-01 |
* | Document pg_dump -z, clean up option list. Fix problem with libpq handling o... | Bruce Momjian | 1997-12-01 |
* | Unscramble port selection logic to avoid compiler complaints about | Thomas G. Lockhart | 1997-11-17 |
* | Add other initialization environment variables: | Thomas G. Lockhart | 1997-11-14 |
* | Add PGTZ environment variable to initialization code. | Thomas G. Lockhart | 1997-11-10 |
* | Fix case issues with quotes. | Bruce Momjian | 1997-11-10 |
* | Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se | Bruce Momjian | 1997-11-07 |
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Add // comments. | Bruce Momjian | 1997-09-05 |
* | From: Igor <igor@sba.miami.edu> | Marc G. Fournier | 1997-06-06 |
* | From: Igor <igor@sba.miami.edu> | Marc G. Fournier | 1997-06-01 |
* | Added fcvt() prot for bsdi. | Bruce Momjian | 1997-05-20 |
* | fix for sizeof pointed out by Ed Buddington | Bruce Momjian | 1997-05-13 |
* | From: Edmund Mergl <E.Mergl@bawue.de> | Marc G. Fournier | 1997-05-09 |
* | From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> | Marc G. Fournier | 1997-05-07 |
* | From: Raymond Toy <toy@rtp.ericsson.se> | Marc G. Fournier | 1997-04-17 |
* | connectDB(): setsockopt (..., TCP_NODELAY, ...) added. | Vadim B. Mikheev | 1997-04-16 |
* | A couple of cleanups from Scott Harrison <Scott_Harrison@next.com> | Marc G. Fournier | 1997-04-15 |
* | From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> | Marc G. Fournier | 1997-04-02 |
* | Here's two more diffs... | Marc G. Fournier | 1997-03-25 |
* | - Renamed the variable names to something shorter, and I hope | Marc G. Fournier | 1997-03-25 |
* | - Move most of the I/O in both libpq and the backend to a set | Marc G. Fournier | 1997-03-18 |
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 |
* | Various patches for nextstep by GregorHoffleit | Marc G. Fournier | 1997-02-13 |
* | Make strdup work for Ultrix. Thanks Erik Bertelsen | Bryan Henderson | 1996-11-28 |
* | Whoops, redo Ultrix patch so the other ports still compile. | Bryan Henderson | 1996-11-26 |
* | Make it compile on Ultrix. Thanks Erik Bertelson. | Bryan Henderson | 1996-11-26 |
* | Remove most compile-time options, add a few runtime options to make up for it. | Bryan Henderson | 1996-11-14 |
* | As proposed, | Marc G. Fournier | 1996-11-11 |
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 |
* | Add #include <ctype.h> to quiet compiler about missing declaration of isspace(). | Bryan Henderson | 1996-11-10 |
* | Added in PQconnectdb() function | Marc G. Fournier | 1996-11-09 |
* | Removed PORTNAME_. Use OS version only. | Bruce Momjian | 1996-11-04 |
* | shared build fails, but the rest compiles...formatting error in the | Marc G. Fournier | 1996-11-03 |
* | Fix sigaction again to try for portability. | Bryan Henderson | 1996-10-29 |
* | Change treatment of sigaction structure again to include even more platforms. | Bryan Henderson | 1996-10-16 |
* | Remove 4th element of sigaction structure so it works on more platforms. | Bryan Henderson | 1996-10-15 |
* | Add PGUSER environment variable for client to specify Postgres username. | Bryan Henderson | 1996-10-10 |
* | Here's a minor fix that fixes a casting problem: | Marc G. Fournier | 1996-08-19 |
* | Fixes: | Marc G. Fournier | 1996-08-19 |
* | Updates to libpq to fix breakage in previous patch... | Marc G. Fournier | 1996-08-10 |
* | Fixes for: | Marc G. Fournier | 1996-08-06 |
* | Alot of "changes" from Dr. George's source tree... | Marc G. Fournier | 1996-07-23 |