summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* The problem is that read_pg_options needs DataDir to read its file butBruce Momjian1998-10-163-4/+14
* Allow auto-detection of cpp and required flags.Thomas G. Lockhart1998-10-141-8/+6
* Make genbki.sh a configureable shell program to allow auto-detectionThomas G. Lockhart1998-10-141-10/+4
* Allow TIMESTAMP as a column name or general identifier.Thomas G. Lockhart1998-10-142-2/+3
* New QUERY_LIMIT set command.Bruce Momjian1998-10-142-10/+103
* From: Peter Gucwa <pg@softcomputer.com>Marc G. Fournier1998-10-131-5/+5
* This is plain wrong, but check to see if DataDir was set *before* runningMarc G. Fournier1998-10-131-3/+5
* case statement in select call was missing a break...Marc G. Fournier1998-10-131-2/+3
* change configure so that if postgresql isn't being installed as root,Marc G. Fournier1998-10-132-6/+6
* Fix for inet from Tom H.Bruce Momjian1998-10-121-10/+15
* Fix for version.c warning.Bruce Momjian1998-10-121-1/+3
* New INET functions from D'Arcy J.M. CainBruce Momjian1998-10-122-7/+209
* Fix for inet_net_pton() from Tom.Bruce Momjian1998-10-121-2/+2
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-124-49/+12
* Reverse out vacuum change.Bruce Momjian1998-10-091-32/+1
* major/minor shared name cleanupBruce Momjian1998-10-092-5/+36
* Fix for version() string overwrite.Bruce Momjian1998-10-091-2/+2
* Add wildcard asterisk to the UNLISTEN syntax.Thomas G. Lockhart1998-10-092-3801/+3841
* Fix for BSDI shared libraries.Bruce Momjian1998-10-092-2/+2
* Clean up minor gcc warning about lack of reset_r_plans prototype.Tom Lane1998-10-081-2/+2
* No need compile command/version.c anymore.Bruce Momjian1998-10-081-2/+2
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-0832-81/+153
* Fix for INET type addition.Bruce Momjian1998-10-082-4/+4
* Cleanup for snprintf for long long's.Bruce Momjian1998-10-081-4/+44
* I agree. I think, though, that the best argument presented in theBruce Momjian1998-10-083-37/+39
* Hello!Bruce Momjian1998-10-081-2/+1
* vacuum cleanupsBruce Momjian1998-10-071-29/+9
* Fix snprintf.c for machines that don't have long long, like some Irix.Bruce Momjian1998-10-072-243/+310
* make lock variable only used with fcntlBruce Momjian1998-10-071-1/+3
* Playing around with pg_dump for a while resulted in someBruce Momjian1998-10-062-28/+58
* Fix for double free from Tatsuo IshiiBruce Momjian1998-10-061-3/+2
* Here are the patches against the current source tree. I have run theBruce Momjian1998-10-062-4/+17
* Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane1998-10-064-498/+624
* Add configure test to make sure fcntl(SETLK) is available,Tom Lane1998-10-061-3/+7
* Fix up warning and error messages to use single-quotes around strings.Thomas G. Lockhart1998-10-051-13/+13
* Fix up warning and error messages to use single-quotes aroun strings.Thomas G. Lockhart1998-10-051-6/+6
* hash.h's use of BSHIFT conflicts with <sys/param.h> on myTom Lane1998-10-041-4/+4
* Add includes for prototypes for new IP type.Bruce Momjian1998-10-042-2/+4
* Add prototype include to inet types.Bruce Momjian1998-10-044-5/+12
* Remove u_int32_tBruce Momjian1998-10-041-2/+2
* cnf'ify cleanupBruce Momjian1998-10-041-190/+184
* Integrate new IP type from Tom Ivar Helbekkmo.Bruce Momjian1998-10-036-2399/+3331
* Please apply the patch at the end. Disables use of systemBruce Momjian1998-10-021-1/+3
* Here's a combination of all the patches I'm currently waitingBruce Momjian1998-10-026-593/+2763
* the following little patch adds array references to queryBruce Momjian1998-10-022-4/+37
* SummaryBruce Momjian1998-10-021-3/+18
* Fixes for Irix from Robert BruccoleriBruce Momjian1998-10-021-2/+5
* regproc cleanupsBruce Momjian1998-10-021-4/+4
* Fix for regproc so proc name can be supplied if unique, if not, oid.Bruce Momjian1998-10-022-39/+78
* Search contrib/tcl for tcl startup.Bruce Momjian1998-10-021-2/+2