1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00
Commit Graph

244 Commits

Author SHA1 Message Date
07e3879c95 Stamp release 7.3.10. 2005-05-05 20:09:12 +00:00
7929303d61 Stamp release 7.3.9. 2005-01-30 20:08:15 +00:00
42a8068b5c Stamp release 7.3.8. 2004-10-22 00:27:05 +00:00
1bc489bc9c Stamp 7.3.7. 2004-08-15 00:52:02 +00:00
2d558b2baa Brand 7.3.6. 2004-03-02 00:44:55 +00:00
3c373885fa Do not let external specification of CFLAGS stop us from adding
-fno-strict-aliasing.
2004-02-02 04:08:12 +00:00
7af352f103 Brand 7.3.5. 2003-12-02 16:26:00 +00:00
1ecc0fdb00 Stamp 7.3.4 release. 2003-07-23 04:10:16 +00:00
9bc3438b03 Brand 7.3.3. 2003-05-22 20:17:24 +00:00
f52c9c6fb6 Be more precise about check for flex 2.5.3, backpatched to 7.3.X. 2003-05-07 04:49:02 +00:00
0f36c544d9 Brand 7.3.2. 2003-02-02 19:56:46 +00:00
295ece4a0c A tiny patch to fix a typo in configure.in and another one in
RELEASE_CHANGES.

Manfred Koizar
2003-01-11 04:59:08 +00:00
148e7e06bf Stamp 7.3.1. 2002-12-18 02:07:30 +00:00
b010b9d78e Recreate HISTORY file to match release.sgml changes. Stamp 7.3 final in
configure/configure.in.
2002-11-26 22:04:55 +00:00
427c889607 Stamp RC2. 2002-11-18 04:41:14 +00:00
bf25ad354e mis-tag'd as the release instead of rc1 ... 2002-11-16 19:48:30 +00:00
19826a77af Update for RC1. 2002-11-16 02:21:21 +00:00
7694bf436f Stamp beta5. 2002-11-06 18:52:44 +00:00
24135fbf09 Stamp beta4. 2002-11-03 01:35:06 +00:00
4668d54f0b Add fseeko for NetBSD. 2002-10-24 03:11:05 +00:00
d36caf103b Stamp for 7.3 beta3. 2002-10-24 03:03:37 +00:00
b093f8825d Fix include files for new PageOutput call. 2002-10-24 01:33:50 +00:00
c9984ab79d Add comments on bsd/os handling. 2002-10-23 20:59:03 +00:00
dc4d18e056 Add fseeko/ftello using fsetpos/fgetpos for BSD/OS. 2002-10-23 20:56:24 +00:00
4852dd9d61 Stamp configure for beta2. 2002-09-25 13:23:15 +00:00
105907f7dc Put in defense against gcc -ffast-math. 2002-09-20 18:38:57 +00:00
ff9973a8f1 Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway. 2002-09-17 04:27:41 +00:00
8aa966e4b8 Add mention of config.log for configure failure debugging. 2002-09-11 04:27:48 +00:00
f3b211841e Add JAVA_HOME test for Ant. 2002-09-06 14:31:16 +00:00
b9d5620a14 autoconf 2002-09-05 18:39:11 +00:00
e43ecb3d1a Remove leftovers from subproject removals. Fixes for Python and Kerberos
configuration.
2002-09-04 22:54:18 +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
79ecb80c74 Brand 7.3. Ready for beta! 2002-09-04 07:23:04 +00:00
77f7763b55 Remove all traces of multibyte and locale options. Clean up comments
referring to "multibyte" where it really means character encoding.
2002-09-03 21:45:44 +00:00
75803a0163 Add check for Ant version >= 1.5. 2002-09-02 16:14:01 +00:00
ce26e71945 Run autoconf. 2002-08-30 17:16:42 +00:00
4890ec9eac Re-enable perl configure tests for psql help file generation. 2002-08-30 16:23:21 +00:00
9a0b4d7f84 perl5 interface moved to gborg 2002-08-30 13:06:22 +00:00
5a303f878e Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
project ...
2002-08-22 22:43:14 +00:00
da4683fbe1 Okay, libpq++ is moved to GBorg, and all traces of it have been removed
from the core repository ... I haven't *moved* the libpq++ files out of the
tree, mainly as we want to keep them in place for past branches ...

Peter, I think I've covered all the files I need, and re-ran autoconf to make
sure the configure file is in place properly ...
2002-08-22 00:15:14 +00:00
6faf8024fa Enable large file support.
Use off_t and size_t in pg_dump to handle file offset arithmetic correctly.
2002-08-20 17:54:45 +00:00
b0c3c48eb3 Assemble portability modules into libpgport library.
Some makefile simplifications.
2002-07-27 20:10:05 +00:00
33b3c95200 Complete TODO item:
* -Add BSD-licensed qsort() for Solaris
2002-07-19 17:35:11 +00:00
404e9a12a5 Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
de1a6978fe Improve getopt_long search, per Peter:
AC_SEARCH_LIBS(getopt_long, [getopt])
2002-07-17 02:54:01 +00:00
3cbb9eb265 Move few remaining src/utils files to backend/port so everything is in
one place.  Everything may be moved to src/utils eventually.

Add DLLINIT variable to simplify makfiles.
2002-07-16 05:46:36 +00:00
cc618f2653 Add search for libgetopt.a in hopes of finding getopt_long(). 2002-07-15 22:41:45 +00:00
b9104e3a97 Remove certain Makefile dependencies by using full pathnames in
configure.in.
2002-07-15 21:34:05 +00:00
4f4753832e Move CXX platform-specific stuff into template files. 2002-07-07 20:28:25 +00:00
7662419f1b Change PL/Perl and Pg interface build to use configured compiler and
Makefile.shlib system, not MakeMaker.
2002-05-28 16:57:53 +00:00