]> granicus.if.org Git - postgresql/log
postgresql
22 years agoTAS code originally written for s390 (32-bit) does not work for s390x
Tom Lane [Fri, 22 Nov 2002 01:13:28 +0000 (01:13 +0000)]
TAS code originally written for s390 (32-bit) does not work for s390x
(64-bit).  Fix it.  Per report from Permaine Cheung.

22 years agoFixups for man pages
Peter Eisentraut [Thu, 21 Nov 2002 23:31:58 +0000 (23:31 +0000)]
Fixups for man pages

22 years agoFix breakage in new-in-7.3 timetz_zone() function: was giving random
Tom Lane [Thu, 21 Nov 2002 23:31:37 +0000 (23:31 +0000)]
Fix breakage in new-in-7.3 timetz_zone() function: was giving random
results due to doing arithmetic on uninitialized values.  Add some
documentation about the AT TIME ZONE construct.  Update some other
date/time documentation that seemed out of date for 7.3.

22 years agoRegenerate
Peter Eisentraut [Thu, 21 Nov 2002 23:31:09 +0000 (23:31 +0000)]
Regenerate

22 years agoCode review for superuser_reserved_connections patch. Don't try to do
Tom Lane [Thu, 21 Nov 2002 06:36:27 +0000 (06:36 +0000)]
Code review for superuser_reserved_connections patch.  Don't try to do
database access outside a transaction; revert bogus performance improvement
in SIBackendInit(); improve comments; add documentation (this part courtesy
Neil Conway).

22 years agoNetBSD versions 1.6 and (we hope) later can use the standard geometry
Tom Lane [Thu, 21 Nov 2002 04:40:41 +0000 (04:40 +0000)]
NetBSD versions 1.6 and (we hope) later can use the standard geometry
comparison file, instead of geometry-positive-zeros.  Per report from
Patrick Welche.

22 years agoThis locale-specific variant file seems not to have been updated
Tom Lane [Thu, 21 Nov 2002 00:45:18 +0000 (00:45 +0000)]
This locale-specific variant file seems not to have been updated
when a test was added to select_having.sql back in June.

22 years agoUpdate ports list.
Bruce Momjian [Wed, 20 Nov 2002 22:02:25 +0000 (22:02 +0000)]
Update ports list.

22 years agoFix a stupid cut and paste error from the commit last night.
Barry Lind [Wed, 20 Nov 2002 20:42:24 +0000 (20:42 +0000)]
Fix a stupid cut and paste error from the commit last night.

 Modified Files:
  Tag: REL7_3_STABLE
  AbstractJdbc2Statement.java

22 years agoBackport bug with executeBatch. This bug was a regression from 7.2 and has
Barry Lind [Wed, 20 Nov 2002 07:54:27 +0000 (07:54 +0000)]
Backport bug with executeBatch.  This bug was a regression from 7.2 and has
been reported by Marko Strukelj and Keith Wannamaker

 Modified Files:
  Tag: REL7_3_STABLE
  jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
  jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java
  jdbc/org/postgresql/test/jdbc2/BatchExecuteTest.java

22 years agoBack out NetBSD/arm32 port.
Bruce Momjian [Tue, 19 Nov 2002 17:18:14 +0000 (17:18 +0000)]
Back out NetBSD/arm32 port.

22 years agoUpdate ports list.
Bruce Momjian [Tue, 19 Nov 2002 16:40:49 +0000 (16:40 +0000)]
Update ports list.

22 years agoFix markup breakage.
Bruce Momjian [Mon, 18 Nov 2002 19:30:33 +0000 (19:30 +0000)]
Fix markup breakage.

22 years agoFix typo and markup.
Peter Eisentraut [Mon, 18 Nov 2002 18:08:22 +0000 (18:08 +0000)]
Fix typo and markup.

22 years agoUpdate ports list.
Bruce Momjian [Mon, 18 Nov 2002 05:02:34 +0000 (05:02 +0000)]
Update ports list.

22 years agoStamp RC2.
Bruce Momjian [Mon, 18 Nov 2002 04:41:14 +0000 (04:41 +0000)]
Stamp RC2.

22 years agoPut back error test for DECLARE CURSOR outside a transaction block ...
Tom Lane [Mon, 18 Nov 2002 01:17:50 +0000 (01:17 +0000)]
Put back error test for DECLARE CURSOR outside a transaction block ...
but do it correctly now.

22 years agoRevise SQL features list.
Peter Eisentraut [Sun, 17 Nov 2002 13:17:55 +0000 (13:17 +0000)]
Revise SQL features list.

22 years agomis-tag'd as the release instead of rc1 ...
PostgreSQL Daemon [Sat, 16 Nov 2002 19:48:30 +0000 (19:48 +0000)]
mis-tag'd as the release instead of rc1 ...

22 years agoUpdate TODO/FAQ for 7.3 release.
Bruce Momjian [Sat, 16 Nov 2002 02:34:22 +0000 (02:34 +0000)]
Update TODO/FAQ for 7.3 release.

22 years agoUpdate for RC1.
Bruce Momjian [Sat, 16 Nov 2002 02:21:21 +0000 (02:21 +0000)]
Update for RC1.

22 years agoPush qual clauses containing subplans to the back of the qual list
Tom Lane [Fri, 15 Nov 2002 02:37:08 +0000 (02:37 +0000)]
Push qual clauses containing subplans to the back of the qual list
at each plan node.  Per gripe from Ross Reedstrom.

22 years agoUpdate ports list.
Bruce Momjian [Thu, 14 Nov 2002 18:40:11 +0000 (18:40 +0000)]
Update ports list.

22 years agoFix Magnus's name.
Bruce Momjian [Thu, 14 Nov 2002 14:53:38 +0000 (14:53 +0000)]
Fix Magnus's name.

22 years agoFix version number for FreeBSD/alpha on ports list.
Bruce Momjian [Thu, 14 Nov 2002 14:52:04 +0000 (14:52 +0000)]
Fix version number for FreeBSD/alpha on ports list.

22 years agoUpdate ports list.
Bruce Momjian [Thu, 14 Nov 2002 14:24:26 +0000 (14:24 +0000)]
Update ports list.

22 years agoBackpatch from head: fixes for a threading bug, a problem with setNull involving
Barry Lind [Thu, 14 Nov 2002 05:54:39 +0000 (05:54 +0000)]
Backpatch from head: fixes for a threading bug, a problem with setNull involving
server prepared statements and an improved error message

 Modified Files:
  Tag: REL7_3_STABLE
  jdbc/org/postgresql/errors.properties
  jdbc/org/postgresql/core/Encoding.java
  jdbc/org/postgresql/core/QueryExecutor.java
  jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java
  jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
  jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java

22 years agoUpdate ports list.
Bruce Momjian [Thu, 14 Nov 2002 04:59:39 +0000 (04:59 +0000)]
Update ports list.

22 years agoUpdate ports list.
Bruce Momjian [Thu, 14 Nov 2002 04:00:19 +0000 (04:00 +0000)]
Update ports list.

22 years agoUpdate German translations.
Peter Eisentraut [Wed, 13 Nov 2002 21:30:39 +0000 (21:30 +0000)]
Update German translations.

22 years agoAllow +1300 as a numeric timezone specifier; we already accept FJST as meaning +1300.
Tom Lane [Wed, 13 Nov 2002 17:24:11 +0000 (17:24 +0000)]
Allow +1300 as a numeric timezone specifier; we already accept FJST as meaning +1300.

22 years agoUse cat instead of echo or awk, to avoid portability problems with backslashes.
Tom Lane [Wed, 13 Nov 2002 16:40:29 +0000 (16:40 +0000)]
Use cat instead of echo or awk, to avoid portability problems with backslashes.

22 years agoAdd AIX as supported platform.
Bruce Momjian [Tue, 12 Nov 2002 20:20:37 +0000 (20:20 +0000)]
Add AIX as supported platform.

22 years agoUpdate AIX resultmap for horology tests, per Andreas.
Tom Lane [Tue, 12 Nov 2002 20:02:38 +0000 (20:02 +0000)]
Update AIX resultmap for horology tests, per Andreas.

22 years agoFix broken GB18030 <--> UTF-8 conversion map
Tatsuo Ishii [Tue, 12 Nov 2002 11:30:50 +0000 (11:30 +0000)]
Fix broken GB18030 <--> UTF-8 conversion map

22 years agoRemove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed
Tom Lane [Tue, 12 Nov 2002 00:39:36 +0000 (00:39 +0000)]
Remove NO_MKTIME_BEFORE_1970.  I had speculated that it was not needed
anymore given the mktime() workaround now done in DetermineLocalTimeZone.
This has now been confirmed by Robert Bruccoleri for Irix, and I'm going
to extrapolate to AIX as well.

22 years agoImprove formatting of release notes. Update makefile rule to make
Peter Eisentraut [Mon, 11 Nov 2002 20:02:07 +0000 (20:02 +0000)]
Improve formatting of release notes.  Update makefile rule to make
HISTORY file.

22 years agoRevise platform FAQs.
Peter Eisentraut [Mon, 11 Nov 2002 19:59:56 +0000 (19:59 +0000)]
Revise platform FAQs.

22 years agoImprove wording.
Peter Eisentraut [Mon, 11 Nov 2002 19:59:05 +0000 (19:59 +0000)]
Improve wording.

22 years agoMerge changes from head. (update classname for PGConnection)
Barry Lind [Mon, 11 Nov 2002 07:33:24 +0000 (07:33 +0000)]
Merge changes from head. (update classname for PGConnection)

22 years agoMerge fix from head for proper join to pg_description
Barry Lind [Mon, 11 Nov 2002 07:30:08 +0000 (07:30 +0000)]
Merge fix from head for proper join to pg_description

 Modified Files:
  Tag: REL7_3_STABLE
  jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
  jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java

22 years agoAdd cast to suppress compile warning on Alphas.
Tom Lane [Mon, 11 Nov 2002 03:33:44 +0000 (03:33 +0000)]
Add cast to suppress compile warning on Alphas.

22 years agoUpdate russian FAQ, from Viktor Vislobokov.
Bruce Momjian [Sun, 10 Nov 2002 19:49:24 +0000 (19:49 +0000)]
Update russian FAQ, from Viktor Vislobokov.

22 years agoCleanup pass over User's Guide. Key word table updated.
Peter Eisentraut [Sun, 10 Nov 2002 12:45:43 +0000 (12:45 +0000)]
Cleanup pass over User's Guide.  Key word table updated.

22 years agoFix markup.
Peter Eisentraut [Sun, 10 Nov 2002 12:42:53 +0000 (12:42 +0000)]
Fix markup.

22 years agoUpdate FAQ_SCO from Larry Rosenman, correction from Tom Lane.
Bruce Momjian [Fri, 8 Nov 2002 16:49:50 +0000 (16:49 +0000)]
Update FAQ_SCO from Larry Rosenman, correction from Tom Lane.

22 years agoBack-patch changes to address Perl _GNU_SOURCE problem.
Tom Lane [Fri, 8 Nov 2002 05:23:09 +0000 (05:23 +0000)]
Back-patch changes to address Perl _GNU_SOURCE problem.

22 years agoUpdate libpq PQcmdTuples() and PQcmdStatus() docs: remove const param
Bruce Momjian [Fri, 8 Nov 2002 05:10:00 +0000 (05:10 +0000)]
Update libpq PQcmdTuples() and PQcmdStatus() docs: remove const param
mention to match code and include files.

22 years agoI'm using libpgtcl with PostgreSQL-7.2.3. There is a discrepancy between
Bruce Momjian [Fri, 8 Nov 2002 04:57:07 +0000 (04:57 +0000)]
I'm using libpgtcl with PostgreSQL-7.2.3. There is a discrepancy between
the documentation and behavior of "pg_result $res -oid" when $res is not
from an INSERT.  The documentation says it should return an empty
string, but in fact it returns 0. I think it used to return an empty
string around PostgreSQL-7.1.3 when PQoidStatus() was used, but now it
uses PQoidValue() which returns InvalidOid, 0 in this case.

Assuming the current behavior is desired, here is a patch to the
documentation doc/src/sgml/libpgtcl.sgml to match what really happens:

ljb

22 years agoUpdate release docs for 7.3.
Bruce Momjian [Fri, 8 Nov 2002 03:45:35 +0000 (03:45 +0000)]
Update release docs for 7.3.

22 years agoRemove inappropriate inclusions of OpenSSL internal header e_os.h,
Tom Lane [Thu, 7 Nov 2002 18:47:08 +0000 (18:47 +0000)]
Remove inappropriate inclusions of OpenSSL internal header e_os.h,
as well as unnecessary (and incorrect on Windows) assignments to
errno/SOCK_ERRNO.

22 years agoRemove no-longer-needed inclusions to improve backward compatibility
Tom Lane [Thu, 7 Nov 2002 06:06:39 +0000 (06:06 +0000)]
Remove no-longer-needed inclusions to improve backward compatibility
with older bison versions.

22 years agoCleanup pass over Tutorial and Admin Guide
Peter Eisentraut [Wed, 6 Nov 2002 23:30:39 +0000 (23:30 +0000)]
Cleanup pass over Tutorial and Admin Guide

22 years agoRemove GPL file pursuant to relicensing.
Tom Lane [Wed, 6 Nov 2002 22:23:33 +0000 (22:23 +0000)]
Remove GPL file pursuant to relicensing.

22 years agoStamp beta5.
Bruce Momjian [Wed, 6 Nov 2002 18:52:44 +0000 (18:52 +0000)]
Stamp beta5.

22 years agoChange dbmirror lincense to BSD.
Bruce Momjian [Wed, 6 Nov 2002 17:51:40 +0000 (17:51 +0000)]
Change dbmirror lincense to BSD.

22 years agoTranslation updates
Peter Eisentraut [Tue, 5 Nov 2002 23:37:47 +0000 (23:37 +0000)]
Translation updates

22 years agoAdd OS/X kernel tuning section.
Bruce Momjian [Tue, 5 Nov 2002 23:17:45 +0000 (23:17 +0000)]
Add OS/X kernel tuning section.

22 years agoUpdate ports list.
Bruce Momjian [Tue, 5 Nov 2002 19:01:43 +0000 (19:01 +0000)]
Update ports list.

22 years agoUpdate ports list.
Bruce Momjian [Tue, 5 Nov 2002 17:32:15 +0000 (17:32 +0000)]
Update ports list.

22 years agoUpdate ports list.
Bruce Momjian [Tue, 5 Nov 2002 17:12:05 +0000 (17:12 +0000)]
Update ports list.

22 years agoFix broken markup.
Tom Lane [Tue, 5 Nov 2002 04:34:57 +0000 (04:34 +0000)]
Fix broken markup.

22 years agoUpdate ports list.
Bruce Momjian [Tue, 5 Nov 2002 03:18:46 +0000 (03:18 +0000)]
Update ports list.

22 years agoBack-patch recent file removals into REL7_3_STABLE branch.
Tom Lane [Mon, 4 Nov 2002 21:27:47 +0000 (21:27 +0000)]
Back-patch recent file removals into REL7_3_STABLE branch.

22 years agoThis commit was manufactured by cvs2git to create branch 'REL7_3_STABLE'.
CVS to git conversion script [Mon, 4 Nov 2002 17:14:30 +0000 (17:14 +0000)]
This commit was manufactured by cvs2git to create branch 'REL7_3_STABLE'.

Sprout from master 2002-11-04 17:14:29 UTC Tom Lane <tgl@sss.pgh.pa.us> 'Remove extraneous semicolons after routine bodies.  These don't bother'
Cherrypick from master 2002-09-04 07:23:04 UTC Bruce Momjian <bruce@momjian.us> 'Brand 7.3.  Ready for beta!':
    contrib/xml/README
    contrib/retep/CHANGELOG
    contrib/retep/Implementation
    contrib/retep/Makefile
    contrib/retep/README
    contrib/retep/build.xml
    contrib/retep/data/cds.dtd
    contrib/retep/data/cds.xml
    contrib/retep/uk/org/retep/tools.properties
    contrib/retep/uk/org/retep/dtu/DCollection.java
    contrib/retep/uk/org/retep/dtu/DConstants.java
    contrib/xml/pgxml_dom.source
    contrib/retep/uk/org/retep/dtu/DElement.java
    contrib/retep/uk/org/retep/dtu/DEnvironment.java
    contrib/retep/uk/org/retep/dtu/DModule.java
    contrib/retep/uk/org/retep/dtu/DModuleXML.java
    contrib/retep/uk/org/retep/dtu/DNode.java
    contrib/retep/uk/org/retep/dtu/DProcessor.java
    contrib/retep/uk/org/retep/dtu/DTransform.java
    contrib/retep/uk/org/retep/tools/Tool.java
    contrib/retep/uk/org/retep/util/ExceptionDialog.java
    contrib/retep/uk/org/retep/util/Globals.java
    contrib/retep/uk/org/retep/util/Logger.java
    contrib/retep/uk/org/retep/util/Main.java
    contrib/retep/uk/org/retep/util/StandaloneApp.java
    contrib/retep/uk/org/retep/util/hba/Editor.java
    contrib/retep/uk/org/retep/util/misc/IPAddress.java
    contrib/retep/uk/org/retep/util/misc/PropertiesIO.java
    contrib/retep/uk/org/retep/util/misc/WStringTokenizer.java
    contrib/retep/uk/org/retep/util/models/HBATableModel.java
    contrib/retep/uk/org/retep/util/models/PropertiesTableModel.java
    contrib/retep/uk/org/retep/util/proped/PropertyEditor.java
    contrib/retep/uk/org/retep/xml/core/XMLFactory.java
    contrib/retep/uk/org/retep/xml/core/XMLFactoryException.java
    contrib/retep/uk/org/retep/xml/jdbc/XMLDatabase.java
    contrib/retep/uk/org/retep/xml/jdbc/XMLResultSet.java
    contrib/retep/uk/org/retep/xml/parser/TagListener.java
    contrib/retep/uk/org/retep/xml/test/XMLExport.java
    doc/src/sgml/libpgeasy.sgml
    doc/src/sgml/odbc.sgml
    contrib/xml/pgxml.source
    doc/src/sgml/recovery.sgml
    src/test/regress/expected/geometry-bsdi-precision.out
    contrib/retep/uk/org/retep/xml/parser/TagHandler.java
    doc/src/sgml/version.sgml
    doc/src/sgml/y2k.sgml
    contrib/retep/retep.jpx
    src/interfaces/jdbc/utils/CheckVersion.java
    src/interfaces/jdbc/utils/changelog.pl
    contrib/retep/uk/org/retep/util/hba/Main.java
    contrib/retep/uk/org/retep/util/hba/Record.java
    contrib/retep/uk/org/retep/util/proped/Main.java
    src/interfaces/jdbc/CHANGELOG
    src/interfaces/jdbc/Implementation
    src/interfaces/jdbc/utils/buildDriver
    src/interfaces/jdbc/jdbc.jpx

22 years agoRemove extraneous semicolons after routine bodies. These don't bother
Tom Lane [Mon, 4 Nov 2002 17:14:29 +0000 (17:14 +0000)]
Remove extraneous semicolons after routine bodies.  These don't bother
gcc, but some other compilers don't like 'em.

22 years agoFix inclusion order, per Andreas.
Tom Lane [Mon, 4 Nov 2002 14:27:21 +0000 (14:27 +0000)]
Fix inclusion order, per Andreas.

22 years agoRemove unnecessary inclusion, per Andreas.
Tom Lane [Mon, 4 Nov 2002 14:25:42 +0000 (14:25 +0000)]
Remove unnecessary inclusion, per Andreas.

22 years agoRemove no-longer-needed inclusion of bootstrap_tokens.h, per patch
Tom Lane [Mon, 4 Nov 2002 14:22:32 +0000 (14:22 +0000)]
Remove no-longer-needed inclusion of bootstrap_tokens.h, per patch
from Andreas.

22 years agoApplied two patches from Kris Jurka.
Barry Lind [Mon, 4 Nov 2002 06:42:33 +0000 (06:42 +0000)]
Applied two patches from Kris Jurka.
  - First fixes a problem with a recent patch allowing setNull on updateable
    resultsets
  - Second removed toLower() calls on database object names.  Leave it to
    the caller to correctly pass lower, upper or mixed case.  The driver
    already has methods that the caller can use to determine that postgres
    stores identifiers in lowercase. (unless the identifier was quoted when
    created).

 Modified Files:
  jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
  jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java

22 years agoFix dblink regression test so that it works when repeated: don't
Tom Lane [Sun, 3 Nov 2002 04:52:09 +0000 (04:52 +0000)]
Fix dblink regression test so that it works when repeated: don't
create a second database, just loop back to 'regression'.  Patch
from Joe Conway 10/22/02.

22 years agoUpdate FAQ_DEV.
Bruce Momjian [Sun, 3 Nov 2002 04:02:32 +0000 (04:02 +0000)]
Update FAQ_DEV.

22 years agoStamp beta4.
Bruce Momjian [Sun, 3 Nov 2002 01:35:06 +0000 (01:35 +0000)]
Stamp beta4.

22 years agoThis patch adds a couple of extra index entries and removes some
Bruce Momjian [Sun, 3 Nov 2002 01:31:32 +0000 (01:31 +0000)]
This patch adds a couple of extra index entries and removes some
out-of-date text about multibyte encoding (which is now always
included).

Oliver Elphick

22 years agoThis patch adds information to the documentation on .pgpass and creates
Bruce Momjian [Sun, 3 Nov 2002 01:30:46 +0000 (01:30 +0000)]
This patch adds information to the documentation on .pgpass and creates
additional index entries for it.

Oliver Elphick

22 years agoUse sed rather than perl for reindexdb.
Bruce Momjian [Sun, 3 Nov 2002 01:20:06 +0000 (01:20 +0000)]
Use sed rather than perl for reindexdb.

22 years agoFix some misstatements in WAL parameter discussion.
Tom Lane [Sat, 2 Nov 2002 22:23:01 +0000 (22:23 +0000)]
Fix some misstatements in WAL parameter discussion.

22 years agoCode review for recent patch to allow ALTER TABLE ADD COLUMN when
Tom Lane [Sat, 2 Nov 2002 22:02:08 +0000 (22:02 +0000)]
Code review for recent patch to allow ALTER TABLE ADD COLUMN when
a child table already has a matching column.  Acquire appropriate
lock on child table; do the right thing with any CHECK constraints
attached to the new parent column.

22 years agoDuring swap_relfilenodes, swap relation size statistic fields along with
Tom Lane [Sat, 2 Nov 2002 21:20:40 +0000 (21:20 +0000)]
During swap_relfilenodes, swap relation size statistic fields along with
the relfilenode and toast fields.  This ensures that the newly-computed
statistics will be available on completion of CLUSTER.

22 years agoRemove encoding lookups from grammar stage, push them back to places
Tom Lane [Sat, 2 Nov 2002 18:41:22 +0000 (18:41 +0000)]
Remove encoding lookups from grammar stage, push them back to places
where it's safe to do database access.  Along the way, fix core dump
for 'DEFAULT' parameters to CREATE DATABASE.  initdb forced due to
change in pg_proc entry.

22 years agoClean up a few fprintf(stderr)'s that should be elog's.
Tom Lane [Sat, 2 Nov 2002 15:54:13 +0000 (15:54 +0000)]
Clean up a few fprintf(stderr)'s that should be elog's.

22 years agoAdd:
Bruce Momjian [Sat, 2 Nov 2002 05:42:01 +0000 (05:42 +0000)]
Add:

> * Acquire lock on a relation before building a relcache entry for it

22 years agoUpdate:
Bruce Momjian [Sat, 2 Nov 2002 02:44:16 +0000 (02:44 +0000)]
Update:

>  o MOVE 0 should not move to end of cursor (Bruce)

22 years agoAdd:
Bruce Momjian [Sat, 2 Nov 2002 02:43:03 +0000 (02:43 +0000)]
Add:

> * Support statement-level triggers and triggers on columns (Neil)

22 years agoFix permissions-checking bugs and namespace-search-path bugs in
Tom Lane [Sat, 2 Nov 2002 02:33:03 +0000 (02:33 +0000)]
Fix permissions-checking bugs and namespace-search-path bugs in
CONVERSION code.  Still need to figure out what to do about inappropriate
coding in parsing.

22 years agoAdd gcj discussion.
Bruce Momjian [Sat, 2 Nov 2002 02:27:49 +0000 (02:27 +0000)]
Add gcj discussion.

22 years agoRe-add Win32 missing files, I think.
Bruce Momjian [Sat, 2 Nov 2002 02:00:35 +0000 (02:00 +0000)]
Re-add Win32 missing files, I think.

22 years agoRe-add Win32 files.
Bruce Momjian [Sat, 2 Nov 2002 01:58:27 +0000 (01:58 +0000)]
Re-add Win32 files.

22 years agoUpdate port list.
Bruce Momjian [Sat, 2 Nov 2002 01:29:37 +0000 (01:29 +0000)]
Update port list.

22 years agoUpdates from Giles Lean.
Tom Lane [Sat, 2 Nov 2002 00:46:23 +0000 (00:46 +0000)]
Updates from Giles Lean.

22 years agoMake it possible to run 'make installcheck' in contrib when building
Tom Lane [Sat, 2 Nov 2002 00:16:21 +0000 (00:16 +0000)]
Make it possible to run 'make installcheck' in contrib when building
outside the source tree.

22 years agoAdd:
Bruce Momjian [Sat, 2 Nov 2002 00:15:38 +0000 (00:15 +0000)]
Add:

> * Allow psql to do table completion for SELECT * FROM schema_part and
>   table completion for SELECT * FROM schema_name.

22 years agoFix contrib/rserv to install successfully when built outside source tree.
Tom Lane [Fri, 1 Nov 2002 23:45:37 +0000 (23:45 +0000)]
Fix contrib/rserv to install successfully when built outside source tree.
(Not that it will actually work with 7.3, I fear.)

22 years agoOoops, forgot to fix contrib regression tests for WARNING/NOTICE change.
Tom Lane [Fri, 1 Nov 2002 23:44:34 +0000 (23:44 +0000)]
Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.

22 years agoNeed -I. to build outside source tree.
Tom Lane [Fri, 1 Nov 2002 23:23:29 +0000 (23:23 +0000)]
Need -I. to build outside source tree.

22 years agoFix incorrect subdir value.
Tom Lane [Fri, 1 Nov 2002 23:16:52 +0000 (23:16 +0000)]
Fix incorrect subdir value.

22 years agoAdd:
Bruce Momjian [Fri, 1 Nov 2002 22:53:05 +0000 (22:53 +0000)]
Add:

> * Have standalone backend read postgresql.conf

22 years agoArrange to compile flex output files as inclusions into other files
Tom Lane [Fri, 1 Nov 2002 22:52:34 +0000 (22:52 +0000)]
Arrange to compile flex output files as inclusions into other files
(usually bison output files), not as standalone files.  This hack
works around flex's insistence on including <stdio.h> before we are
able to include postgres.h; postgres.h will already be read before
the compiler starts to read the flex output file.  Needed for largefile
support on some platforms.

22 years agoOoops, forgot to fix contrib regression tests for WARNING/NOTICE change.
Tom Lane [Fri, 1 Nov 2002 22:46:04 +0000 (22:46 +0000)]
Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.

22 years agoReduce a couple of debugging messages from LOG to DEBUG1 category.
Tom Lane [Fri, 1 Nov 2002 19:33:09 +0000 (19:33 +0000)]
Reduce a couple of debugging messages from LOG to DEBUG1 category.