Commit Graph

1817 Commits (b992e200b8872ecb6652ec85111995f8d4c5aee0)
 

Author SHA1 Message Date
Vadim B. Mikheev b992e200b8 NOT NULL implementation (submitted by Robson Paniago de Miranda). 29 years ago
Bruce Momjian b99c63cfc0 Now that names are null terminated, no need to do all that NAMEDATALEN stuff. 29 years ago
Bruce Momjian 022903f22e Reduce open() calls. Replace fopen() calls with calls to fd.c functions. 29 years ago
Marc G. Fournier eaae21fb4d Fixes for alphalinux port by abrams@philos.umass.edu 29 years ago
Marc G. Fournier 9d90de5de7 Changes so that it actually checks for <readline/history.h>, instead 29 years ago
Marc G. Fournier 5410203949 Make sure that LIBPQDIR points to the right directory 29 years ago
Marc G. Fournier 9093238c7e Fix up paths to $(SRCDIR) 29 years ago
Marc G. Fournier f63f5680e3 Add appropriate links into the interfaces directory, as well as a Makefile 29 years ago
Marc G. Fournier ff246d7b64 Bring in Adrian's JDBC driver as an interface 29 years ago
Bruce Momjian fd86ae151a Cleanup global variables, remove stable memory stuff. 29 years ago
Vadim B. Mikheev e99e4ba833 sprintf "...%d...", ... (int)getpid(), ... 29 years ago
Vadim B. Mikheev ccc77423db _hash_checkpage: cleanup for CASSERT 29 years ago
Bruce Momjian 0b2eb99f01 These changes allow the module to compile quietly when assert checking is 29 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 29 years ago
Bruce Momjian 0f6a961e29 cleanup of patch 29 years ago
Bruce Momjian edb58721b8 Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 29 years ago
Bruce Momjian 4b851b1cfc Add bsdi gcc2 options. 29 years ago
Bruce Momjian dc374505fa Fix for psort again. 29 years ago
Bruce Momjian 677efc7679 Another psort fix. 29 years ago
Bruce Momjian 42c0cd33a2 I think I finally got psort working for all cases. 29 years ago
Bruce Momjian cc24b846dd psort cleanups. 29 years ago
Bruce Momjian 8fd7db8163 Another fix. 29 years ago
Bruce Momjian ead219384f Fix for palloc(0) in new code 29 years ago
Bruce Momjian f5f366e188 Allow internal sorts to be stored in memory rather than in files. 29 years ago
Bruce Momjian 3bea7b138b Add developers help file. 29 years ago
Bruce Momjian 1ebc1280e8 Fix for os version handling. 29 years ago
Vadim B. Mikheev b3d8beaa1a Catch non-functional delete attempts. 29 years ago
Bruce Momjian 6ed1715b1f Cleanup for NAMEDATALEN use. 29 years ago
Bruce Momjian ea210dc611 Comment out code that makes no sense, and Purify complains about. 29 years ago
Bruce Momjian 8015ba0836 Prevent relname unallocated string length from being copied into database. 29 years ago
Bruce Momjian 105889e1d8 Makei configure less os-version specific, were possible. 29 years ago
Bruce Momjian 4b965f5758 Fix stout/stderr paging. Do not page \h select, but page \h *. 29 years ago
Bruce Momjian da76711714 FIx solaris template finding. 29 years ago
Bruce Momjian a67fd49091 Fix psql error output. 29 years ago
Bruce Momjian f5f18af02b Configure cleanup for /usr/ucb patch. 29 years ago
Bruce Momjian aff479b4d1 Look in /usr/ucb first for install. 29 years ago
Bruce Momjian cdc2c06386 configure.in cleanup for tr and strerror2. 29 years ago
Bruce Momjian 775098bd28 Add -o to psql manual page. 29 years ago
Bruce Momjian 1b20f8ac11 Fix c++ copy example code. 29 years ago
Bruce Momjian 2020e245f6 Remove restart instructions from INSTALL. 29 years ago
Marc G. Fournier ecefacd07d Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN... 29 years ago
Marc G. Fournier 5089f6ce87 Check for and use <netdb.h> for postmaster.c, instead of checking if 29 years ago
Vadim B. Mikheev ac994a69d6 Allow use parameters in target list having aggregates in functions. 29 years ago
Bruce Momjian 6c93fe8f9d configure.in cleanup from sco install. 29 years ago
Bruce Momjian bcc883fed3 Remove HAVE_USAGE because it is no longer used. 29 years ago
Bruce Momjian c86e85df92 Update COPY manual page to remove unneeded warnings. 29 years ago
Bruce Momjian 9db76f384d Update configure after sunos4 update. 29 years ago
Bruce Momjian 461f80cf9a Add strerror to pg_version for sunos4. 29 years ago
Thomas G. Lockhart 622af87fd2 Results from initial changes to add new functions and for bug fixes. 29 years ago
Thomas G. Lockhart 3d5dd9bdd9 Start adding tests for new geometry functions. 29 years ago