summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-1826-220/+207
|
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-1811-106/+74
|
* Fixes for alphalinux port by abrams@philos.umass.eduMarc G. Fournier1997-08-173-7/+20
|
* Changes so that it actually checks for <readline/history.h>, insteadMarc G. Fournier1997-08-174-78/+122
| | | | of assuming it does exist
* Make sure that LIBPQDIR points to the right directoryMarc G. Fournier1997-08-171-2/+2
|
* Fix up paths to $(SRCDIR)Marc G. Fournier1997-08-171-30/+30
|
* Add appropriate links into the interfaces directory, as well as a MakefileMarc G. Fournier1997-08-162-23/+32
| | | | covering the interfaces directory
* Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier1997-08-1611-0/+5097
|
* Cleanup global variables, remove stable memory stuff.Bruce Momjian1997-08-144-27/+16
|
* sprintf "...%d...", ... (int)getpid(), ...Vadim B. Mikheev1997-08-141-2/+2
| | | | ^^^^^
* _hash_checkpage: cleanup for CASSERTVadim B. Mikheev1997-08-141-5/+5
|
* These changes allow the module to compile quietly when assert checking isBruce Momjian1997-08-121-6/+5
| | | | not being done.
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-1279-323/+316
|
* cleanup of patchBruce Momjian1997-08-121-11/+7
|
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove ↵Bruce Momjian1997-08-1244-192/+163
| | | | some (void) casts that are unnecessary.
* Add bsdi gcc2 options.Bruce Momjian1997-08-081-1/+1
|
* Fix for psort again.Bruce Momjian1997-08-061-4/+11
|
* Another psort fix.Bruce Momjian1997-08-061-2/+2
|
* I think I finally got psort working for all cases.Bruce Momjian1997-08-062-10/+12
|
* psort cleanups.Bruce Momjian1997-08-063-9/+8
|
* Another fix.Bruce Momjian1997-08-061-4/+4
|
* Fix for palloc(0) in new codeBruce Momjian1997-08-061-2/+2
|
* Allow internal sorts to be stored in memory rather than in files.Bruce Momjian1997-08-0611-513/+630
|
* Add developers help file.Bruce Momjian1997-08-061-0/+66
|
* Fix for os version handling.Bruce Momjian1997-08-062-6/+6
|
* Catch non-functional delete attempts.Vadim B. Mikheev1997-08-061-1/+14
|
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-0316-49/+49
|
* Comment out code that makes no sense, and Purify complains about.Bruce Momjian1997-08-031-1/+8
|
* Prevent relname unallocated string length from being copied into database.Bruce Momjian1997-08-021-4/+5
|
* Makei configure less os-version specific, were possible.Bruce Momjian1997-08-023-197/+204
|
* Fix stout/stderr paging. Do not page \h select, but page \h *.Bruce Momjian1997-08-011-15/+17
|
* FIx solaris template finding.Bruce Momjian1997-08-012-2/+2
|
* Fix psql error output.Bruce Momjian1997-08-011-2/+2
|
* Configure cleanup for /usr/ucb patch.Bruce Momjian1997-07-312-176/+178
|
* Look in /usr/ucb first for install.Bruce Momjian1997-07-302-2/+2
|
* configure.in cleanup for tr and strerror2.Bruce Momjian1997-07-302-25/+73
|
* Add -o to psql manual page.Bruce Momjian1997-07-301-12/+16
|
* Fix c++ copy example code.Bruce Momjian1997-07-301-2/+2
|
* Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN...Marc G. Fournier1997-07-301-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 ifMarc G. Fournier1997-07-304-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. Mikheev1997-07-301-3/+4
|
* configure.in cleanup from sco install.Bruce Momjian1997-07-302-4/+4
|
* Remove HAVE_USAGE because it is no longer used.Bruce Momjian1997-07-301-5/+0
|
* Update COPY manual page to remove unneeded warnings.Bruce Momjian1997-07-291-11/+1
|
* Update configure after sunos4 update.Bruce Momjian1997-07-291-18/+24
|
* Add strerror to pg_version for sunos4.Bruce Momjian1997-07-292-0/+43
|
* Results from initial changes to add new functions and for bug fixes.Thomas G. Lockhart1997-07-298-634/+673
| | | | Not all cleaned up yet.
* Start adding tests for new geometry functions.Thomas G. Lockhart1997-07-295-48/+109
| | | | Not all cleaned up yet.
* Use better routines from geometry library.Thomas G. Lockhart1997-07-291-1/+6
|
* Change call definition for isreltime().Thomas G. Lockhart1997-07-291-2/+2
|