1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00
Commit Graph

4027 Commits

Author SHA1 Message Date
624eb9ee24 Allow auto-detection of cpp and required flags. 1998-10-14 16:06:14 +00:00
b48edd74d1 Make genbki.sh a configureable shell program to allow auto-detection
of the proper cpp program.
1998-10-14 16:05:01 +00:00
fe6d19f15f Add Taral's test for flags required by the detected cpp program to read
from stdin. Necessary at least for systems missing cpp but having gcc -E.
Include new configured file backend/catalog/genbki.sh.
1998-10-14 16:02:11 +00:00
56792f3729 Allow TIMESTAMP as a column name or general identifier.
timestamp had become a token a while ago, but had been omitted from the
 keywords.c until recently. This uncovered the omission in the ColId decl.
1998-10-14 15:57:25 +00:00
acc9c38471 Fix another memory leak in pg_select --- pointed out by teo@flex.ro 1998-10-14 15:17:51 +00:00
aa3a1f46df New PGQUERY_LIMIT environment variable, and doc changes. 1998-10-14 05:31:50 +00:00
8cec4cf91b New QUERY_LIMIT set command. 1998-10-14 05:10:12 +00:00
39f2ec55d7 No more pgintro. 1998-10-14 02:54:39 +00:00
103959a3df No more pgbuiltin. 1998-10-14 02:36:45 +00:00
f9649012d3 Updated regression.diffs file for Solaris x86... 1998-10-13 22:42:43 +00:00
4fff1dada7 From: Peter Gucwa <pg@softcomputer.com>
Here are patches needed to complie under AIX 4.2.
I changed configure.in, pqcomm.c, config.h.in, and fe-connect.c.
Also I had to install flex because lex did not want to translate pgc.l.
1998-10-13 20:44:49 +00:00
5dc94a1b5a New regression results for Solaris-Sparc 2.6 w/ gcc 2.8.1 1998-10-13 20:37:20 +00:00
6edea913be This is plain wrong, but check to see if DataDir was set *before* running
read_pg_options ... read_pg_options should probably be moved to after the
getopt() instead?
1998-10-13 20:05:44 +00:00
37f90d82ab case statement in select call was missing a break... 1998-10-13 19:51:50 +00:00
cd3a8e232c change configure so that if postgresql isn't being installed as root,
do not configure in the perl5 interface.

the perl5 interface needs to be installed under /usr/local/lib/perl5/*, which
is generally owned by root.  This allows a non-root build/install with the
only root requirement being the make/install of hte perl5 stuff...
1998-10-13 17:26:50 +00:00
8c586b2a2a auytoconf 1998-10-13 16:34:01 +00:00
ecf145f492 Remove TCL_LIB,TCL_INCDIR,TK_LIB,TK_INCDIR. 1998-10-13 16:30:49 +00:00
97f5547297 Remove the -soname ${SHLIB} from solaris_{sparc,x86} as they conflict
with the -o $@ used in the ${SHLIB} directive, causing a failure for
*at least* gcc2.8.1 + Solaris 2.6 under both hardware platforms...
1998-10-13 14:12:22 +00:00
fbcda7b4a7 autoconf 1998-10-12 19:56:24 +00:00
e33a23fccd TCL_LIB/TCL_INCDIR cleanup. 1998-10-12 19:47:25 +00:00
882158a4db TCL_LIB. 1998-10-12 19:45:03 +00:00
a643d97f29 Fix for inet from Tom H. 1998-10-12 15:56:34 +00:00
5d79f26e5b No more TCL_LIB> 1998-10-12 15:01:40 +00:00
af7e03997b autoconf 1998-10-12 14:44:46 +00:00
c94323d1f5 Fix for Solaris/i386. 1998-10-12 14:41:45 +00:00
b1f3293b8b Fix for version.c warning. 1998-10-12 05:09:55 +00:00
7d6eee24da distclean fixup 1998-10-12 05:07:53 +00:00
c743b8cecd Add mklang.sh.in to plpgsql. 1998-10-12 04:55:03 +00:00
0f78649ccc Cleanup from Billy. 1998-10-12 04:45:22 +00:00
2facf5460f TCL_LIB, TCL_INC not used. 1998-10-12 04:40:48 +00:00
d2d919f7b7 tcl cleanup. 1998-10-12 04:32:24 +00:00
51fd8dd36a autoconf 1998-10-12 04:11:03 +00:00
eb3e640ea2 New INET functions from D'Arcy J.M. Cain 1998-10-12 04:07:53 +00:00
03ab5f0174 This patch updates the ImageViewer example to use Multiple Threading.
When importing an image into the database, the example now fires off a
new
Thread, which imports the image in the background. This also means that
the application doesn't freeze on the user, and they can still browse
the
images in the database, while the upload is running.

This now makes the ImageViewer a true example on how to use Threads (the
threadtest class is just that - a test).

Peter
1998-10-12 02:45:45 +00:00
d32c89bbb8 plpgsql fixes from Billy G. Allie 1998-10-12 02:44:10 +00:00
4c64bb7d97 add new file. 1998-10-12 02:42:22 +00:00
7a9312b422 Tcl fixes from Billy G. Allie 1998-10-12 02:41:01 +00:00
b0dfc47794 2) Can't dump/restore varchar fields (See attached bug report/patch)
Cary B. O'Brien
1998-10-12 02:05:42 +00:00
8a7bec3d45 autoconf 1998-10-12 02:01:41 +00:00
0453f4d0f2 Cleanup. 1998-10-12 01:58:14 +00:00
377b5fa3a4 Fix for inet_net_pton() from Tom. 1998-10-12 01:30:26 +00:00
e48623ce87 More Solaris fixes. 1998-10-12 01:23:29 +00:00
e16634386a Add SVr4 shared libraries. 1998-10-12 01:10:09 +00:00
66f893f3fe Solaris shared library fixes. 1998-10-12 01:04:02 +00:00
beac8c1c46 Fix for vacuum and cache use. Fix for BSDI 4.0. 1998-10-12 00:53:42 +00:00
5a61590e48 Add new "-n" flag to pg_dump.
Update UNLISTEN to not require double-quotes around the wildcard argument.
Clean up markup.
1998-10-10 17:13:47 +00:00
d98011d8de Clean up markup.
Add new bibliographic references from Paul Aoki.
Include libpq++ docs from the old man page in the Programmer's Guide.
Update Unix installation info for ODBC.
1998-10-10 17:12:18 +00:00
03cb232a1f Move documentation to sgml sources, so remove man page installation. 1998-10-10 17:08:11 +00:00
f5da9422be Move documentation to sgml sources. 1998-10-10 17:07:16 +00:00
ef58a2c285 shared library instructions. 1998-10-10 03:08:02 +00:00