| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 | 26 | -220/+207 |
| | | |||||
| * | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 | 11 | -106/+74 |
| | | |||||
| * | Fixes for alphalinux port by abrams@philos.umass.edu | Marc G. Fournier | 1997-08-17 | 3 | -7/+20 |
| | | |||||
| * | Changes so that it actually checks for <readline/history.h>, instead | Marc G. Fournier | 1997-08-17 | 4 | -78/+122 |
| | | | | | of assuming it does exist | ||||
| * | Make sure that LIBPQDIR points to the right directory | Marc G. Fournier | 1997-08-17 | 1 | -2/+2 |
| | | |||||
| * | Fix up paths to $(SRCDIR) | Marc G. Fournier | 1997-08-17 | 1 | -30/+30 |
| | | |||||
| * | Add appropriate links into the interfaces directory, as well as a Makefile | Marc G. Fournier | 1997-08-16 | 2 | -23/+32 |
| | | | | | covering the interfaces directory | ||||
| * | Bring in Adrian's JDBC driver as an interface | Marc G. Fournier | 1997-08-16 | 11 | -0/+5097 |
| | | |||||
| * | Cleanup global variables, remove stable memory stuff. | Bruce Momjian | 1997-08-14 | 4 | -27/+16 |
| | | |||||
| * | sprintf "...%d...", ... (int)getpid(), ... | Vadim B. Mikheev | 1997-08-14 | 1 | -2/+2 |
| | | | | | ^^^^^ | ||||
| * | _hash_checkpage: cleanup for CASSERT | Vadim B. Mikheev | 1997-08-14 | 1 | -5/+5 |
| | | |||||
| * | These changes allow the module to compile quietly when assert checking is | Bruce Momjian | 1997-08-12 | 1 | -6/+5 |
| | | | | | not being done. | ||||
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 79 | -323/+316 |
| | | |||||
| * | cleanup of patch | Bruce Momjian | 1997-08-12 | 1 | -11/+7 |
| | | |||||
| * | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove ↵ | Bruce Momjian | 1997-08-12 | 44 | -192/+163 |
| | | | | | some (void) casts that are unnecessary. | ||||
| * | Add bsdi gcc2 options. | Bruce Momjian | 1997-08-08 | 1 | -1/+1 |
| | | |||||
| * | Fix for psort again. | Bruce Momjian | 1997-08-06 | 1 | -4/+11 |
| | | |||||
| * | Another psort fix. | Bruce Momjian | 1997-08-06 | 1 | -2/+2 |
| | | |||||
| * | I think I finally got psort working for all cases. | Bruce Momjian | 1997-08-06 | 2 | -10/+12 |
| | | |||||
| * | psort cleanups. | Bruce Momjian | 1997-08-06 | 3 | -9/+8 |
| | | |||||
| * | Another fix. | Bruce Momjian | 1997-08-06 | 1 | -4/+4 |
| | | |||||
| * | Fix for palloc(0) in new code | Bruce Momjian | 1997-08-06 | 1 | -2/+2 |
| | | |||||
| * | Allow internal sorts to be stored in memory rather than in files. | Bruce Momjian | 1997-08-06 | 11 | -513/+630 |
| | | |||||
| * | Add developers help file. | Bruce Momjian | 1997-08-06 | 1 | -0/+66 |
| | | |||||
| * | Fix for os version handling. | Bruce Momjian | 1997-08-06 | 2 | -6/+6 |
| | | |||||
| * | Catch non-functional delete attempts. | Vadim B. Mikheev | 1997-08-06 | 1 | -1/+14 |
| | | |||||
| * | Cleanup for NAMEDATALEN use. | Bruce Momjian | 1997-08-03 | 16 | -49/+49 |
| | | |||||
| * | Comment out code that makes no sense, and Purify complains about. | Bruce Momjian | 1997-08-03 | 1 | -1/+8 |
| | | |||||
| * | Prevent relname unallocated string length from being copied into database. | Bruce Momjian | 1997-08-02 | 1 | -4/+5 |
| | | |||||
| * | Makei configure less os-version specific, were possible. | Bruce Momjian | 1997-08-02 | 3 | -197/+204 |
| | | |||||
| * | Fix stout/stderr paging. Do not page \h select, but page \h *. | Bruce Momjian | 1997-08-01 | 1 | -15/+17 |
| | | |||||
| * | FIx solaris template finding. | Bruce Momjian | 1997-08-01 | 2 | -2/+2 |
| | | |||||
| * | Fix psql error output. | Bruce Momjian | 1997-08-01 | 1 | -2/+2 |
| | | |||||
| * | Configure cleanup for /usr/ucb patch. | Bruce Momjian | 1997-07-31 | 2 | -176/+178 |
| | | |||||
| * | Look in /usr/ucb first for install. | Bruce Momjian | 1997-07-30 | 2 | -2/+2 |
| | | |||||
| * | configure.in cleanup for tr and strerror2. | Bruce Momjian | 1997-07-30 | 2 | -25/+73 |
| | | |||||
| * | Add -o to psql manual page. | Bruce Momjian | 1997-07-30 | 1 | -12/+16 |
| | | |||||
| * | Fix c++ copy example code. | Bruce Momjian | 1997-07-30 | 1 | -2/+2 |
| | | |||||
| * | Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN... | Marc G. Fournier | 1997-07-30 | 1 | -2/+6 |
| | | | | | so, add a check that basically says if it isn't defined, set it to 256... | ||||
| * | Check for and use <netdb.h> for postmaster.c, instead of checking if | Marc G. Fournier | 1997-07-30 | 4 | -4/+7 |
| | | | | | | MAXHOSTNAMELEN is defined. For some reason, my 2.5.1 Solaris box at work fails on that check... | ||||
| * | Allow use parameters in target list having aggregates in functions. | Vadim B. Mikheev | 1997-07-30 | 1 | -3/+4 |
| | | |||||
| * | configure.in cleanup from sco install. | Bruce Momjian | 1997-07-30 | 2 | -4/+4 |
| | | |||||
| * | Remove HAVE_USAGE because it is no longer used. | Bruce Momjian | 1997-07-30 | 1 | -5/+0 |
| | | |||||
| * | Update COPY manual page to remove unneeded warnings. | Bruce Momjian | 1997-07-29 | 1 | -11/+1 |
| | | |||||
| * | Update configure after sunos4 update. | Bruce Momjian | 1997-07-29 | 1 | -18/+24 |
| | | |||||
| * | Add strerror to pg_version for sunos4. | Bruce Momjian | 1997-07-29 | 2 | -0/+43 |
| | | |||||
| * | Results from initial changes to add new functions and for bug fixes. | Thomas G. Lockhart | 1997-07-29 | 8 | -634/+673 |
| | | | | | Not all cleaned up yet. | ||||
| * | Start adding tests for new geometry functions. | Thomas G. Lockhart | 1997-07-29 | 5 | -48/+109 |
| | | | | | Not all cleaned up yet. | ||||
| * | Use better routines from geometry library. | Thomas G. Lockhart | 1997-07-29 | 1 | -1/+6 |
| | | |||||
| * | Change call definition for isreltime(). | Thomas G. Lockhart | 1997-07-29 | 1 | -2/+2 |
| | | |||||
