1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
Commit Graph

13908 Commits

Author SHA1 Message Date
da2e0ddeb4 Remove compile warnings, ensure consistent build environment for
largefile usage.
2002-09-05 21:01:16 +00:00
f2a242f988 Fix compile warning. 2002-09-05 20:57:00 +00:00
fcbe62ee51 findoidjoins and tsearch are not broken anymore. 2002-09-05 20:53:45 +00:00
5d1c8a3b07 Fix compile errors. 2002-09-05 20:51:39 +00:00
b73d8d22f7 Improve opr_sanity regression test to check oprltcmpop and opgtcmpop
mergejoin links.
2002-09-05 20:23:19 +00:00
f4003816f5 Update oidjoins regression test for 7.3 catalogs. 2002-09-05 19:58:14 +00:00
d7e654ff79 findoidjoins is updated for schemas, does not use libpgeasy.
From Joe Conway.
2002-09-05 19:57:32 +00:00
5b69f695ac Seems like a good idea for template1 to contain ANALYZE stats for the
system tables.
2002-09-05 19:56:57 +00:00
012288d565 Commenting out doesn't work, so move the broken modules out of the list. 2002-09-05 18:40:33 +00:00
b9d5620a14 autoconf 2002-09-05 18:39:11 +00:00
337da0678a Assorted fixes for Cygwin:
Eliminate the mysterious games that the Cygwin build plays with the linker
flag variables.  DLLLIBS is gone, use SHLIB_LINK like everyone else.
Detect cygipc in configure, after the linker flags are set up, otherwise
configure might not work at all.

Make sure everything is covered by make clean.

Fix the build of the new conversion procedure modules.

Add new DLLIMPORT markers where required.

Finally, the compiler complains if we use an explicit
-I/usr/local/include, so don't do that.  Curiously, -L/usr/local/lib is
still necessary.
2002-09-05 18:28:46 +00:00
a11ea5e2a3 Don't use gethostbyname2(). It's not portable and we don't claim to
support IPv6 anyway.
2002-09-05 18:27:13 +00:00
1e91782533 Fix compilation warning. (Cygwin has char* as second argument of
recvfrom(), not void*.)
2002-09-05 18:26:18 +00:00
51be3caca7 Remove:
< * Make pg_trigger.tgargs refer to columns by number, not name
2002-09-05 16:40:18 +00:00
2096f20a92 Update:
> * Make pg_trigger.tgargs refer to columns by number, not name
2002-09-05 05:11:11 +00:00
465cd5e8f6 Done:
> * -Make triggers refer to columns by number, not name
2002-09-05 04:58:28 +00:00
8834b8dd98 remove pgaccess from GNUmakefile.in if we want the beta to build :) 2002-09-05 02:05:30 +00:00
edc71eced0 Remove include of libpq-int.h --- dblink.c should not be (and was not)
depending on libpq internals.
2002-09-05 00:56:35 +00:00
52c9d25933 Be careful to include postgres.h *before* any system headers, to ensure
that the right flavors of largefile-related definitions are seen.
Most of these changes are probably unnecessary, but better safe than
sorry.
2002-09-05 00:43:07 +00:00
3f63787cbf Guard against send-lots-and-lots-of-data DoS attack from unauthenticated
users, by limiting the length of string we will accept for a password.
Patch by Serguei Mokhov, some editorializing by Tom Lane.
2002-09-04 23:31:35 +00:00
c5214b9f6c Add change by Neil. 2002-09-04 23:14:22 +00:00
e43ecb3d1a Remove leftovers from subproject removals. Fixes for Python and Kerberos
configuration.
2002-09-04 22:54:18 +00:00
be475f92cd Fix compile warning. 2002-09-04 22:51:23 +00:00
f9b7ba2871 Disable findoidjoins while it doesn't compile. 2002-09-04 22:50:43 +00:00
46eef3c1a3 Fix includes for plperl: ensure postgres.h is included first,
remove unnecessary inclusions.
2002-09-04 22:49:37 +00:00
a1da766b5e Add:
> * Remove Cyrillic recode support
2002-09-04 22:09:47 +00:00
99a115ebc3 Done:
>       o -Add SHOW command to see locale
2002-09-04 21:07:41 +00:00
5e83ea2647 Add:
> 	o -Add SHOW command to see locale
2002-09-04 21:05:40 +00:00
e50f52a074 pgindent run. 2002-09-04 20:31:48 +00:00
c91ceec21d Update:
Improvements to /contrib/intarray (Oleg, Teodor Sigaev, Andrey
Oktyabrski)
2002-09-04 20:26:08 +00:00
0cd2a84702 Add Joe's table functions description. 2002-09-04 20:06:23 +00:00
4490c7b14b Update symbols for 7.3. 2002-09-04 19:11:06 +00:00
4bdaca460b Update wording for Tom. 2002-09-04 19:07:43 +00:00
2355482e28 Update for 7.3 typedefs. 2002-09-04 19:00:01 +00:00
af3cf2cfa8 Update to reflect Tom's suggestions. 2002-09-04 18:45:52 +00:00
f20e3c33d9 Remove sh -x option that snuck in somehow. 2002-09-04 18:04:57 +00:00
99dc1cf393 Reorder items. 2002-09-04 17:27:13 +00:00
b1e20bd707 More HISTORY improvements from Joe. 2002-09-04 17:25:08 +00:00
fc99311b9a Update HISTORY wording. 2002-09-04 17:11:47 +00:00
07c67187bf Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during
'make install'; there are enough of 'em that this slowed down the make
noticeably.  Ensure that 'all' is the default make target in all these
directories (defaulting to 'make install' is surprising and dangerous
IMHO).  Fix a couple small typos.
2002-09-04 15:45:50 +00:00
ba982373dc Stamp configure.in with 7.3b1, not just 7.3. Seems Marc does that
usually anyway.
2002-09-04 08:08:29 +00:00
7982fb0a10 Update based on TODO file contents. 2002-09-04 07:42:24 +00:00
7ae3e126e0 File list cleanup. 2002-09-04 07:31:59 +00:00
ba1d2799ea Spellcheck of HISTORY. 2002-09-04 07:30:33 +00:00
0a1e41477f Update files to be changed. 2002-09-04 07:26:37 +00:00
79ecb80c74 Brand 7.3. Ready for beta! 2002-09-04 07:23:04 +00:00
4f1a32b37e Update new HISTORY file for 7.3! 2002-09-04 07:16:32 +00:00
5e3a28f4de Refrect changes made by Tom Lane 2002-09-04 02:54:59 +00:00
97592e6a6c Refrect the changes to src/test/regress/sql/conversion.sql By Tom. 2002-09-04 02:42:34 +00:00
f1ee2e69e6 Add:
> * Gavin Sherry <swm@linuxworld.com.au>
2002-09-03 23:39:04 +00:00