branch-fixup [Mon, 4 Nov 2002 14:25:42 +0000 (14:25 +0000)]
Add files from parent branch HEAD:
src/backend/parser/scan.l
Tom Lane [Mon, 4 Nov 2002 14:25:42 +0000 (14:25 +0000)]
Remove unnecessary inclusion, per Andreas.
branch-fixup [Mon, 4 Nov 2002 14:22:32 +0000 (14:22 +0000)]
Add files from parent branch HEAD:
src/backend/bootstrap/bootscanner.l
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.
branch-fixup [Mon, 4 Nov 2002 06:42:33 +0000 (06:42 +0000)]
Add files from parent branch HEAD:
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java
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
branch-fixup [Sun, 3 Nov 2002 04:52:09 +0000 (04:52 +0000)]
Add files from parent branch HEAD:
contrib/dblink/expected/dblink.out
contrib/dblink/sql/dblink.sql
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.
branch-fixup [Sun, 3 Nov 2002 04:02:32 +0000 (04:02 +0000)]
Add files from parent branch HEAD:
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html
Bruce Momjian [Sun, 3 Nov 2002 04:02:32 +0000 (04:02 +0000)]
Update FAQ_DEV.
branch-fixup [Sun, 3 Nov 2002 01:35:06 +0000 (01:35 +0000)]
Add files from parent branch HEAD:
configure
configure.in
Bruce Momjian [Sun, 3 Nov 2002 01:35:06 +0000 (01:35 +0000)]
Stamp beta4.
branch-fixup [Sun, 3 Nov 2002 01:31:32 +0000 (01:31 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/extend.sgml
doc/src/sgml/runtime.sgml
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
branch-fixup [Sun, 3 Nov 2002 01:30:46 +0000 (01:30 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/libpq.sgml
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
branch-fixup [Sun, 3 Nov 2002 01:20:06 +0000 (01:20 +0000)]
Add files from parent branch HEAD:
contrib/reindexdb/reindexdb
Bruce Momjian [Sun, 3 Nov 2002 01:20:06 +0000 (01:20 +0000)]
Use sed rather than perl for reindexdb.
branch-fixup [Sat, 2 Nov 2002 22:23:01 +0000 (22:23 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/wal.sgml
Tom Lane [Sat, 2 Nov 2002 22:23:01 +0000 (22:23 +0000)]
Fix some misstatements in WAL parameter discussion.
branch-fixup [Sat, 2 Nov 2002 22:02:08 +0000 (22:02 +0000)]
Add files from parent branch HEAD:
src/backend/commands/tablecmds.c
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.
branch-fixup [Sat, 2 Nov 2002 21:20:40 +0000 (21:20 +0000)]
Add files from parent branch HEAD:
src/backend/commands/cluster.c
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.
branch-fixup [Sat, 2 Nov 2002 18:41:22 +0000 (18:41 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/keywords.sgml
src/backend/catalog/namespace.c
src/backend/catalog/pg_conversion.c
src/backend/commands/dbcommands.c
src/backend/parser/gram.y
src/backend/utils/mb/mbutils.c
src/include/catalog/catversion.h
src/include/catalog/namespace.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/test/regress/expected/conversion.out
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.
branch-fixup [Sat, 2 Nov 2002 15:54:13 +0000 (15:54 +0000)]
Add files from parent branch HEAD:
src/backend/access/transam/xlog.c
src/backend/executor/nodeSort.c
src/backend/utils/init/findbe.c
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.
branch-fixup [Sat, 2 Nov 2002 05:42:01 +0000 (05:42 +0000)]
Add files from parent branch HEAD:
doc/TODO
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
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)
Bruce Momjian [Sat, 2 Nov 2002 02:43:03 +0000 (02:43 +0000)]
Add:
> * Support statement-level triggers and triggers on columns (Neil)
branch-fixup [Sat, 2 Nov 2002 02:33:03 +0000 (02:33 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/ref/create_conversion.sgml
src/backend/commands/conversioncmds.c
src/include/catalog/pg_conversion.h
src/include/utils/syscache.h
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.
branch-fixup [Sat, 2 Nov 2002 02:27:49 +0000 (02:27 +0000)]
Add files from parent branch HEAD:
doc/TODO.detail/java
Bruce Momjian [Sat, 2 Nov 2002 02:27:49 +0000 (02:27 +0000)]
Add gcj discussion.
branch-fixup [Sat, 2 Nov 2002 02:00:35 +0000 (02:00 +0000)]
Add files from parent branch HEAD:
src/utils/Makefile
src/utils/dllinit.c
Bruce Momjian [Sat, 2 Nov 2002 02:00:35 +0000 (02:00 +0000)]
Re-add Win32 missing files, I think.
Bruce Momjian [Sat, 2 Nov 2002 01:58:27 +0000 (01:58 +0000)]
Re-add Win32 files.
branch-fixup [Sat, 2 Nov 2002 01:29:37 +0000 (01:29 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/installation.sgml
Bruce Momjian [Sat, 2 Nov 2002 01:29:37 +0000 (01:29 +0000)]
Update port list.
branch-fixup [Sat, 2 Nov 2002 00:46:23 +0000 (00:46 +0000)]
Add files from parent branch HEAD:
doc/FAQ_HPUX
Tom Lane [Sat, 2 Nov 2002 00:46:23 +0000 (00:46 +0000)]
Updates from Giles Lean.
branch-fixup [Sat, 2 Nov 2002 00:16:21 +0000 (00:16 +0000)]
Add files from parent branch HEAD:
contrib/contrib-global.mk
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.
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.
branch-fixup [Fri, 1 Nov 2002 23:45:37 +0000 (23:45 +0000)]
Add files from parent branch HEAD:
contrib/rserv/Makefile
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.)
branch-fixup [Fri, 1 Nov 2002 23:44:34 +0000 (23:44 +0000)]
Add files from parent branch HEAD:
contrib/seg/expected/seg.out
Tom Lane [Fri, 1 Nov 2002 23:44:34 +0000 (23:44 +0000)]
Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.
branch-fixup [Fri, 1 Nov 2002 23:23:29 +0000 (23:23 +0000)]
Add files from parent branch HEAD:
contrib/tsearch/Makefile
Tom Lane [Fri, 1 Nov 2002 23:23:29 +0000 (23:23 +0000)]
Need -I. to build outside source tree.
branch-fixup [Fri, 1 Nov 2002 23:16:52 +0000 (23:16 +0000)]
Add files from parent branch HEAD:
contrib/ltree/Makefile
Tom Lane [Fri, 1 Nov 2002 23:16:52 +0000 (23:16 +0000)]
Fix incorrect subdir value.
Bruce Momjian [Fri, 1 Nov 2002 22:53:05 +0000 (22:53 +0000)]
Add:
> * Have standalone backend read postgresql.conf
branch-fixup [Fri, 1 Nov 2002 22:52:34 +0000 (22:52 +0000)]
Add files from parent branch HEAD:
contrib/cube/Makefile
contrib/cube/cubeparse.y
contrib/seg/Makefile
contrib/seg/segparse.y
contrib/tsearch/query.c
src/backend/bootstrap/Makefile
src/backend/bootstrap/bootparse.y
src/backend/parser/Makefile
src/backend/utils/misc/Makefile
src/backend/utils/misc/guc.c
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/preproc.y
src/pl/plpgsql/src/Makefile
src/pl/plpgsql/src/gram.y
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.
branch-fixup [Fri, 1 Nov 2002 22:46:04 +0000 (22:46 +0000)]
Add files from parent branch HEAD:
contrib/btree_gist/expected/btree_gist.out
contrib/cube/expected/cube.out
contrib/intarray/expected/_int.out
contrib/ltree/expected/ltree.out
contrib/tsearch/expected/tsearch.out
Tom Lane [Fri, 1 Nov 2002 22:46:04 +0000 (22:46 +0000)]
Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.
branch-fixup [Fri, 1 Nov 2002 19:33:09 +0000 (19:33 +0000)]
Add files from parent branch HEAD:
src/backend/executor/nodeAgg.c
src/backend/executor/nodeAppend.c
src/backend/optimizer/path/indxpath.c
Tom Lane [Fri, 1 Nov 2002 19:33:09 +0000 (19:33 +0000)]
Reduce a couple of debugging messages from LOG to DEBUG1 category.
branch-fixup [Fri, 1 Nov 2002 19:19:58 +0000 (19:19 +0000)]
Add files from parent branch HEAD:
src/backend/commands/functioncmds.c
src/test/regress/expected/create_type.out
src/test/regress/output/create_function_1.source
Tom Lane [Fri, 1 Nov 2002 19:19:58 +0000 (19:19 +0000)]
Reduce messages associated with shell-type function arguments/results
from WARNING to NOTICE, since they are expected messages in common cases.
branch-fixup [Fri, 1 Nov 2002 18:15:34 +0000 (18:15 +0000)]
Add files from parent branch HEAD:
src/test/regress/expected/geometry-powerpc-darwin.out
Tom Lane [Fri, 1 Nov 2002 18:15:34 +0000 (18:15 +0000)]
Update to match expected results on OS X 10.2.
branch-fixup [Fri, 1 Nov 2002 17:55:23 +0000 (17:55 +0000)]
Add files from parent branch HEAD:
src/backend/utils/error/elog.c
Tom Lane [Fri, 1 Nov 2002 17:55:23 +0000 (17:55 +0000)]
After elog(PANIC), exit with abort() not proc_exit(). This allows a
core file to be produced for debugging, and avoids trying to run the
normal proc-exit cleanup hooks, which are likely to cause additional
problems if the system is hosed.
branch-fixup [Fri, 1 Nov 2002 16:32:32 +0000 (16:32 +0000)]
Add files from parent branch HEAD:
src/test/regress/resultmap
Tom Lane [Fri, 1 Nov 2002 16:32:32 +0000 (16:32 +0000)]
Correct ordering of geometry/freebsd entries, add one for freebsd5.
branch-fixup [Fri, 1 Nov 2002 15:20:09 +0000 (15:20 +0000)]
Add files from parent branch HEAD:
src/test/regress/expected/float8-exp-three-digits.out
src/test/regress/expected/float8-fp-exception.out
Tom Lane [Fri, 1 Nov 2002 15:20:09 +0000 (15:20 +0000)]
Update for test changes.
branch-fixup [Fri, 1 Nov 2002 15:12:19 +0000 (15:12 +0000)]
Add files from parent branch HEAD:
src/bin/psql/print.c
Tom Lane [Fri, 1 Nov 2002 15:12:19 +0000 (15:12 +0000)]
Avoid malloc(0) when printing a table of no columns. On some platforms
this returns NULL, which confuses the code.
branch-fixup [Fri, 1 Nov 2002 00:40:23 +0000 (00:40 +0000)]
Add files from parent branch HEAD:
src/backend/storage/lmgr/deadlock.c
src/backend/storage/lmgr/lock.c
Tom Lane [Fri, 1 Nov 2002 00:40:23 +0000 (00:40 +0000)]
Fix some bogus comments.
branch-fixup [Thu, 31 Oct 2002 22:37:19 +0000 (22:37 +0000)]
Add files from parent branch HEAD:
src/backend/main/main.c
Tom Lane [Thu, 31 Oct 2002 22:37:19 +0000 (22:37 +0000)]
Add missing #include <errno.h>, per gripe from Alessio Bragadini.
branch-fixup [Thu, 31 Oct 2002 22:18:42 +0000 (22:18 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/datatype.sgml
Tom Lane [Thu, 31 Oct 2002 22:18:42 +0000 (22:18 +0000)]
Update description of timestamp types for 7.3 implementation.
branch-fixup [Thu, 31 Oct 2002 21:59:32 +0000 (21:59 +0000)]
Add files from parent branch HEAD:
src/backend/utils/hash/dynahash.c
Tom Lane [Thu, 31 Oct 2002 21:59:32 +0000 (21:59 +0000)]
Got tired of explaining why this Assert is not wrong.
branch-fixup [Thu, 31 Oct 2002 21:34:17 +0000 (21:34 +0000)]
Add files from parent branch HEAD:
src/backend/storage/lmgr/README
src/backend/storage/lmgr/proc.c
src/backend/tcop/postgres.c
src/include/storage/proc.h
Tom Lane [Thu, 31 Oct 2002 21:34:17 +0000 (21:34 +0000)]
Code review for statement_timeout patch. Fix some race conditions
between signal handler and enable/disable code, avoid accumulation of
timing error due to trying to maintain remaining-time instead of
absolute-end-time, disable timeout before commit not after.
branch-fixup [Thu, 31 Oct 2002 19:25:29 +0000 (19:25 +0000)]
Add files from parent branch HEAD:
src/backend/commands/vacuum.c
Tom Lane [Thu, 31 Oct 2002 19:25:29 +0000 (19:25 +0000)]
Fix miscalculation of remaining free space during tuple chain moving.
Only affects machines where MAXALIGN > 4, and is a boundary-condition
case even there, but still surprising that it's not been identified
before. Also reduce tuple chain move give-up messages from WARNING
to DEBUG1, since they are not unexpected conditions.
branch-fixup [Thu, 31 Oct 2002 19:11:48 +0000 (19:11 +0000)]
Add files from parent branch HEAD:
contrib/dbase/dbf2pg.c
src/backend/utils/sort/tuplesort.c
Tom Lane [Thu, 31 Oct 2002 19:11:48 +0000 (19:11 +0000)]
Avoid use of inline functions that are not declared static. Needed to
conform to C99's brain-dead notion of how inline functions should work.
Bruce Momjian [Thu, 31 Oct 2002 02:31:00 +0000 (02:31 +0000)]
Clean up gram.y trailing spaces.
branch-fixup [Wed, 30 Oct 2002 05:14:32 +0000 (05:14 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/nls.sgml
Bruce Momjian [Wed, 30 Oct 2002 05:14:32 +0000 (05:14 +0000)]
Add mention of T on .pot files, from
[email protected]
branch-fixup [Wed, 30 Oct 2002 04:33:29 +0000 (04:33 +0000)]
Add files from parent branch HEAD:
src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java
Barry Lind [Wed, 30 Oct 2002 04:33:29 +0000 (04:33 +0000)]
Return something meaningful for Statement.getFetchSize(). Previously we were
returning an exception when this method was called.
Modified Files:
jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java
Bruce Momjian [Wed, 30 Oct 2002 03:00:53 +0000 (03:00 +0000)]
Clean up Unixware entry for Larry Rosenman
branch-fixup [Wed, 30 Oct 2002 01:28:12 +0000 (01:28 +0000)]
Add files from parent branch HEAD:
src/test/regress/expected/join.out
Bruce Momjian [Wed, 30 Oct 2002 01:28:12 +0000 (01:28 +0000)]
Add additional ORDER BY to join regression test, per Tatsuo.
branch-fixup [Wed, 30 Oct 2002 01:15:51 +0000 (01:15 +0000)]
Add files from parent branch HEAD:
src/test/regress/sql/join.sql
Bruce Momjian [Wed, 30 Oct 2002 01:15:51 +0000 (01:15 +0000)]
Remove /src/utils. Is final cleanup of getopt.c resurection.
branch-fixup [Tue, 29 Oct 2002 19:35:33 +0000 (19:35 +0000)]
Add files from parent branch HEAD:
src/bin/psql/common.c
src/bin/psql/common.h
Bruce Momjian [Tue, 29 Oct 2002 19:35:33 +0000 (19:35 +0000)]
Add popen/pclose -> _popen/_pclose() mapping for Win32.
Bruce Momjian [Tue, 29 Oct 2002 19:09:41 +0000 (19:09 +0000)]
Update ports list.