Commit Graph

214 Commits (8fc86dd593b9e9a2b24779e263ad33c37e15c9f9)

Author SHA1 Message Date
Bruce Momjian f07c7bf4e7 I have been troubled by a segmentation fault when reloading from 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier 7a33578436 From: Phil Thompson <phil@river-bank.demon.co.uk> 28 years ago
Marc G. Fournier 8e789e8ef1 From: Phil Thompson <phil@river-bank.demon.co.uk> 28 years ago
Marc G. Fournier 8a02b22e89 From: Peter T Mount <patches@maidast.demon.co.uk> 28 years ago
Marc G. Fournier d5bbe2aca5 From: Phil Thompson <phil@river-bank.demon.co.uk> 28 years ago
Marc G. Fournier c487962dd7 Fixes a free() problem under FreeBSD 28 years ago
Marc G. Fournier 98c7cb11de From: Jan Wilhelm <Jan_Wilhelm@Physik.TU-Muenchen.DE> 28 years ago
Bruce Momjian cb3ce64f2e Cleanup of prototypes. FIx for PQtrace start/stop several times. 28 years ago
Vadim B. Mikheev 1fd402be54 Remove unused "option" from PQconnectdb(). 28 years ago
Marc G. Fournier 602b0d0c1c From: Goran Thyni <goran@bildbasen.se> 28 years ago
Bruce Momjian 5a5cb30096 Fix tolower loops to go in proper direction for cache. 28 years ago
Bruce Momjian 8d30b40843 Update description for PGHOST and unix domain sockets. Add warning for failed connections. 28 years ago
Bruce Momjian 7d2fafe636 Update description for PGHOST and unix domain sockets. Add warning for failed connections. 28 years ago
Marc G. Fournier 4c04f7724e From: todd brandys <brandys@eng3.hep.uiuc.edu> 28 years ago
Bruce Momjian b05eddaaab Fix pg_dump, and libpq changes. 28 years ago
Bruce Momjian dfc1a6a848 Document pg_dump -z, clean up option list. Fix problem with libpq handling of field names uppercase code. 28 years ago
Thomas G. Lockhart 80c1e82232 Unscramble port selection logic to avoid compiler complaints about 28 years ago
Thomas G. Lockhart 3a73060ba5 Add other initialization environment variables: 28 years ago
Thomas G. Lockhart 367089b0c1 Add PGTZ environment variable to initialization code. 28 years ago
Bruce Momjian baeb8790ac Fix case issues with quotes. 28 years ago
Bruce Momjian c17fa36d3c Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Bruce Momjian 868d708188 Add // comments. 28 years ago
Marc G. Fournier 8d1f52ef24 From: Igor <igor@sba.miami.edu> 29 years ago
Marc G. Fournier 9a5529f4d1 From: Igor <igor@sba.miami.edu> 29 years ago
Bruce Momjian a1157deb57 Added fcvt() prot for bsdi. 29 years ago
Bruce Momjian b6b41172f6 fix for sizeof pointed out by Ed Buddington 29 years ago
Marc G. Fournier 498d2d1edc From: Edmund Mergl <E.Mergl@bawue.de> 29 years ago
Marc G. Fournier 8217202134 From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> 29 years ago
Marc G. Fournier cbaa98835c From: Raymond Toy <toy@rtp.ericsson.se> 29 years ago
Vadim B. Mikheev be0e8f7fb0 connectDB(): setsockopt (..., TCP_NODELAY, ...) added. 29 years ago
Marc G. Fournier cacaaed62b A couple of cleanups from Scott Harrison <Scott_Harrison@next.com> 29 years ago
Marc G. Fournier 920c58df71 From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> 29 years ago
Marc G. Fournier 6304e2c273 Here's two more diffs... 29 years ago
Marc G. Fournier ef56e51cd3 - Renamed the variable names to something shorter, and I hope 29 years ago
Marc G. Fournier 812a6c2b54 - Move most of the I/O in both libpq and the backend to a set 29 years ago
Marc G. Fournier 3a7c93e7f3 From: Dan McGuirk <mcguirk@indirect.com> 29 years ago
Marc G. Fournier a5494a2d92 Various patches for nextstep by GregorHoffleit 29 years ago
Bryan Henderson f0e7004d29 Make strdup work for Ultrix. Thanks Erik Bertelsen 29 years ago
Bryan Henderson 93f722536f Whoops, redo Ultrix patch so the other ports still compile. 29 years ago
Bryan Henderson 46d58fba33 Make it compile on Ultrix. Thanks Erik Bertelson. 29 years ago
Bryan Henderson f64b840387 Remove most compile-time options, add a few runtime options to make up for it. 29 years ago
Marc G. Fournier 41b8c2c849 As proposed, 29 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 29 years ago
Bryan Henderson 2e21b7e4bc Add #include <ctype.h> to quiet compiler about missing declaration of isspace(). 29 years ago
Marc G. Fournier 4aa1734f36 Added in PQconnectdb() function 29 years ago