提交 5cf1b4b6 编写于 作者: B Bruce Momjian

Remove ChangeLog. No one has defended its existence, and a few people

want it removed.
上级 1392cbd0
此差异已折叠。
2001-04-01 00:42 pjw
* src/bin/pg_dump/: pg_backup.h, pg_backup_archiver.c,
pg_backup_archiver.h, pg_backup_custom.c, pg_backup_files.c,
pg_backup_tar.c, pg_dump.c: Patch to put rudimentary dependency
support into pg_dump. This addresses the UDT/function order
problem.
- Rudimentary support for dependencies in archives.
Uses dependencies to modify the OID used in sorting TOC
entries. This will NOT handle multi-level dependencies,
but will manage simple relationships like UDTs & their
functions.
- Treat OIDs with more respect (avoid using ints, use macros
for conversion & comparison).
2001-03-31 18:14 tgl
* src/interfaces/libpq/fe-connect.c: On Cygwin, do initial
connect() call in blocking mode, per report from Jason Tishler.
2001-03-31 18:13 tgl
* src/interfaces/libpq/fe-misc.c: pqWait() should check for
exception status as well as read or write ready. It appears that
most (all?) Unixen will consider a socket to be read or write ready
if it has an error condition, but of course Microsoft does things
differently.
2001-03-30 15:50 tgl
* src/: backend/commands/creatinh.c,
test/regress/expected/create_table.out,
test/regress/expected/inherit.out: Re-allow specification of a new
default value for an inherited column in CREATE TABLE, but give a
warning notice. Clean up inconsistent handling of defaults and NOT
NULL flags from multiply-inherited columns. Per pghackers
discussion 28-Mar through 30-Mar.
2001-03-30 07:08 darcy
* src/interfaces/python/pgdb.py: Marc-Andre is changing where
DateTime goes. This change allows the module to work either way.
Change submitted by Andrew Kuchling <akuchlin@mems-exchange.org>
2001-03-30 07:04 darcy
* src/interfaces/python/pgdb.py: Correct indenting in _quote()
function. Fix submitted by Andrew Kuchling
<akuchlin@mems-exchange.org>
2001-03-30 00:25 tgl
* src/include/storage/itemptr.h: Add appropriately ifdef'd hack to
make ARM compiler allocate ItemPointerData as six bytes not eight.
This fixes a regression test failure but more importantly avoids
wasting four bytes of pad space in every tuple header. Also add
some commentary about what's going on.
2001-03-29 23:50 tgl
* src/bin/psql/tab-complete.c: random_seed => seed ...
2001-03-29 17:09 momjian
* src/bin/pgaccess/lib/languages/chinese_big5: Put proper pgaccess
Chinese big5 file in place.
2001-03-29 14:03 petere
* src/backend/commands/variable.c: Rename 'random_seed' back to
'seed'.
2001-03-29 13:25 petere
* doc/src/sgml/manage-ag.sgml: small fixes
2001-03-29 04:58 meskes
* src/interfaces/ecpg/: ChangeLog, include/ecpgtype.h: Applied bug
fix by Adriaan Joubert <a.joubert@albourne.com>
2001-03-28 15:46 tgl
* doc/src/sgml/mvcc.sgml: Correct erroneous description of MVCC
Read Committed semantics.
2001-03-27 13:02 tgl
* src/backend/optimizer/prep/prepunion.c: Quick hack to fix Oliver
Elphick's problem with subselects in an inheritance query: make
duplicate copies of subplans in adjust_inherited_attrs. When we
redesign querytrees we really gotta do something about this issue
of whether querytrees are read-only and can share substructure or
not.
2001-03-27 12:12 tgl
* src/backend/optimizer/util/clauses.c: Repair pgindent damage to
comments.
2001-03-27 11:34 momjian
* doc/src/Makefile: > Kinda looks like Ian broke the
compile-in-source-dir case while
> making the compile-in-separate-dir case work. Tut tut.
Yes. My apologies. This patch is one way to fix things.
Ian
2001-03-27 09:56 momjian
* doc/FAQ_AIX, src/Makefile.shlib,
src/backend/port/aix/mkldexport.sh: The following patch updates the
FAQ_AIX and makes C++ code work with more recent versions of the
IBM C++ compiler (now called VisualAge C++). The C++ part was
previously broken (g++ and xlC), thus this is zero risk. Only AIX
specific parts are touched (1 Makefile.shlib line (link with
$(COMPILER ) instead of $(CC) and one shell script line (parameter
-C to nm to not demangle C++ symbo ls for .exp file)).
I thus ask you to please apply this patch before release.
With or without this patch RC1 on AIX 4.3.2 RS6000 passes "gmake
check" for both the native compiler vac.C 5.0.1 and gcc 2.95.2 :-)
Andreas
2001-03-27 05:53 darcy
* src/interfaces/python/setup.py: Add changes from Mikhail Terekhov
<terekhov@emc.com>.
Use Extension method from distutils.
Cleaned up mismatched indentation styles while I was at it.
2001-03-27 00:45 ishii
* src/bin/: initdb/initdb.sh, scripts/createdb: Add checking for
valid database encoding.
2001-03-26 23:00 momjian
* src/interfaces/odbc/: bind.c, bind.h, columninfo.c, columninfo.h,
connection.c, connection.h, convert.c, convert.h, dlg_specific.c,
dlg_specific.h, drvconn.c, environ.c, environ.h, execute.c, gpps.c,
gpps.h, info.c, iodbc.h, isql.h, isqlext.h, lobj.c, lobj.h, misc.c,
misc.h, multibyte.c, multibyte.h, options.c, parse.c, pgtypes.c,
pgtypes.h, psqlodbc.c, psqlodbc.h, qresult.c, qresult.h, results.c,
setup.c, socket.c, socket.h, statement.c, statement.h, tuple.c,
tuple.h, tuplelist.c, tuplelist.h: ODBC source code cleanup.
Mostly alignment of #define constants.
2001-03-26 20:16 tgl
* src/backend/storage/buffer/s_lock.c: Spell __volatile__
correctly.
2001-03-26 12:51 momjian
* src/test/regress/resultmap: OpenBSD resultmap change:
I posted this to the list a few days ago, but it was not
addressed. Can someone please make the changes to the
src/test/regress/resultmap?
Thanks.
- brandon
2001-03-26 12:00 momjian
* src/backend/tcop/postgres.c: Add period to message.
2001-03-26 11:59 momjian
* src/backend/tcop/postgres.c: Change message to _the_
administrator. There is only one administrative account.
This connection has been terminated by the administrator.
2001-03-26 10:21 tgl
* src/include/config.h.win32: Add #define HAVE_ATEXIT, per report
from Magnus.
2001-03-26 10:18 tgl
* src/bin/psql/mainloop.c: pqsignal call needs to be #ifndef WIN32,
per report from Magnus.
2001-03-26 04:34 inoue
* src/interfaces/odbc/GNUmakefile: Add multibyte support
2001-03-26 03:32 ishii
* doc/README.mb.jp: Fix typo
2001-03-25 18:23 tgl
* src/backend/: access/heap/heapam.c, commands/vacuum.c,
storage/large_object/inv_api.c, utils/mb/wstrncmp.c: Fix unportable
assumptions about alignment of local char[n] variables.
2001-03-25 17:40 tgl
* src/include/access/htup.h: Improve comments for xlog item size
#defines.
2001-03-25 17:23 darcy
* src/interfaces/python/: Announce, ChangeLog: Update the changes
for version 3.2.
2001-03-25 17:22 darcy
* src/interfaces/python/README: Document the --with-python flag as
a simpler way of installing the PyGreSQL module when installing
PostgreSQL.
Document the location of the WIN32 binaries.
2001-03-25 14:44 petere
* src/interfaces/python/: GNUmakefile, Setup.in.raw: Pick up any
extra -I options for Python build.
2001-03-25 14:30 tgl
* src/interfaces/odbc/socket.c: Fix unportable assumptions about
alignment of local char[n] variables.
2001-03-25 13:14 tgl
* doc/src/sgml/func.sgml: The regexp pattern characters ^ and $
should be explained as matching at the beginning and end of the
input string, not the beginning and end of "a line", since Postgres
does not allow them to match at newline characters in the data.
2001-03-25 12:52 tgl
* src/include/storage/s_lock.h: Re-order declarations to un-break
the non-HAS_TEST_AND_SET case.
2001-03-25 05:16 petere
* doc/src/sgml/pltcl.sgml: spell fix
2001-03-25 03:32 petere
* doc/src/: Makefile, sgml/Makefile: Allow building documentation
outside source tree. from Ian Lance Taylor
2001-03-24 19:45 tgl
* src/backend/access/heap/tuptoaster.c: Fix code that incorrectly
assumed a 'char foo[N]' local variable would be aligned on a word
boundary. Per report from Steve Nicolai.
2001-03-24 18:32 petere
* src/test/regress/pg_regress.sh: Make less misleading message for
failed + ignored tests.
2001-03-24 18:11 tgl
* src/bin/pg_dump/pg_backup_null.c: Portability fix from Steve
Nicolai.
2001-03-24 18:03 petere
* doc/src/sgml/: catalogs.sgml, datatype.sgml, perform.sgml,
protocol.sgml, queries.sgml, sql.sgml, xaggr.sgml, xindex.sgml,
y2k.sgml, ref/psql-ref.sgml, ref/select.sgml: minor copy editing
2001-03-24 08:21 petere
* doc/src/sgml/reference.sgml, src/bin/pg_dump/Makefile: Disable
pg_upgrade.
2001-03-24 01:17 tgl
* src/makefiles/Makefile.hpux: Hadn't built on a PARISC 1.1 box in
a long time ... but when I did, it turned out that the libpq
makefile chokes on '-L /lib/pa1.1'. Need to remove the space so
filter rule works.
2001-03-23 22:40 tgl
* doc/src/sgml/problems.sgml: Update info about mailing lists, make
a few other minor improvements.
2001-03-23 21:36 thomas
* doc/src/sgml/installation.sgml: Update to the current state of
platform support. Still need some tested for the 7.1 release.
2001-03-23 21:35 thomas
* doc/src/sgml/ref/create_type.sgml: Fix up wording slightly. No
change in content.
2001-03-23 19:48 scrappy
* ChangeLogs/ChangeLog-7.1beta6-7.1RC1:
update the ChangeLog in preparation for release ...
2001-04-06 11:52 petere
* INSTALL, doc/src/sgml/installation.sgml: Revert wrong SCO
OpenServer report, update comments and improve formatting a bit.
Regenerate INSTALL.
2001-04-06 11:31 inoue
* src/interfaces/odbc/convert.c: Sorry my previous change was a
mistake.
2001-04-06 11:01 thomas
* doc/src/sgml/fixrtf: Utility to add the stylesheet "s0"
definition to an RTF file. This stylesheet must be present for
Applixware to be happy generating a ToC. M$Word does not seem to
care one way or the other.
2001-04-06 10:35 scrappy
* configure, configure.in, ChangeLogs/ChangeLog-7.1RC2-to-7.1RC3:
mark it as RC3 ...
2001-04-06 05:23 inoue
* src/interfaces/odbc/convert.c: 1) Fit the precision of floating
point to that of server side (fix by Hiroki kataoka). 2) Ensure
the definition of atof()(#include stdlib.h). (suggestion by
Masaaki Sakaida).
2001-04-06 01:52 thomas
* doc/src/sgml/installation.sgml: Final (?) platform update for the
7.1 release. Includes new platform NetBSD/PPC from Henry Hotz,
several other platform updates, and move QNX to the unsupported
list for now.
2001-04-06 01:50 thomas
* src/test/regress/: expected/horology-no-DST-before-1970.out,
expected/horology-solaris-1947.out, expected/horology.out,
sql/horology.sql: Alter the previous test for "time with time zone"
implicit time zone (which failed miserably during DST) to just
compare against a time derived from a timestamp value. Certainly
not a direct check for a correct result, but should work at any
time of year.
2001-04-05 22:06 tgl
* src/pl/plpgsql/src/pl_comp.c: Since plpgsql keeps its compiled
function parsetrees until backend exit, it needs to ensure that
data structures attached to fmgr info records in the trees will
stick around that long, too. Current code was crashing on cases
like datatypes with old-style I/O functions.
2001-04-05 12:55 tgl
* src/backend/access/transam/xlog.c: Fix comment that Vadim found
confusing.
2001-04-05 05:34 vadim
* src/backend/access/transam/xlog.c: StartupXLOG(): initialize
XLogCtl->Insert to new page if there is no room for a record on
last log page.
2001-04-05 04:21 meskes
* src/interfaces/ecpg/: ChangeLog, lib/typename.c,
preproc/preproc.y: Hopefully fixed the long long problem.
2001-04-04 22:50 tgl
* src/bin/pg_dump/pg_dump.c: pg_dump needs to use ONLY when
selecting data from user tables, in case they have children. As it
stood, -d dump mode was badly broken.
2001-04-04 18:57 tgl
* src/makefiles/Makefile.aix: Clean up AIX makefile to recognize
subversions of AIX 4.1 correctly. This patch is Peter E's, but I'm
applying it on his behalf so it'll get into 7.1RC3 tonight (I'm
guessing Peter went to bed already).
2001-04-04 17:15 tgl
* contrib/spi/Makefile, src/backend/Makefile,
src/makefiles/Makefile.win, src/pl/plpgsql/src/Makefile,
src/test/regress/GNUmakefile: Fix/cleanup DLLLIBS handling for
Cygwin port. If it works it's to Jason Tishler's credit, if it's
broken it's my fault ...
2001-04-04 16:03 tgl
* src/test/regress/: expected/horology-no-DST-before-1970.out,
expected/horology-solaris-1947.out, expected/horology.out,
sql/horology.sql: Remove daylight-savings-time-dependent tests of
'time with time zone' datatype. Perhaps someday we can figure out
a way of getting reproducible results from testing this type, but
for now ...
2001-04-04 16:02 petere
* doc/FAQ_Solaris: update
2001-04-04 11:43 vadim
* src/backend/commands/sequence.c: Have to lock buffer while
changing page' LSN. Thanks to Tom.
2001-04-04 02:47 pjw
* src/bin/pg_dump/: pg_backup_archiver.h, pg_dump.c: Don't dump
CHECK constraints with same source and names both starting with
'$'.
2001-04-03 17:58 vadim
* src/backend/commands/sequence.c: Log sequence creation (to
initialize magic number on recovery).
2001-04-03 15:06 tgl
* contrib/pg_controldata/Makefile: Provide snprintf() if system
hasn't got it.
2001-04-03 15:01 tgl
* contrib/pg_resetxlog/Makefile: Provide snprintf() if system
hasn't got it.
2001-04-03 14:14 momjian
* doc/FAQ_MSWIN: See attached for a minor documentation patch that
more accurately reflects the current state of and the issues with
PostgreSQL on Windows.
Thanks, Jason
-- Jason Tishler
2001-04-03 14:05 tgl
* src/backend/utils/adt/: datetime.c, timestamp.c: Correct bogus
mktime() calls.
2001-04-03 09:38 momjian
* doc/src/sgml/release.sgml: Remove last-updated date stamp for
7.1.
2001-04-03 04:52 pjw
* src/bin/pg_dump/: common.c, pg_backup_archiver.h, pg_dump.c,
pg_dump.h: - Handle overridden attrs as per discussions 2-Apr-2001
- Dump CHECK constraints in OID order
2001-04-03 00:07 tgl
* src/backend/storage/file/fd.c: Check for failure of malloc() and
realloc() when allocating space for VFD entries. On platforms
where dereferencing a null pointer doesn't lead to coredump, it's
possible that this omission could have led to unpleasant behavior
like deleting the wrong file.
2001-04-02 22:31 tgl
* src/backend/storage/file/fd.c: open(2) flags saved for re-opening
a virtual file should probably not include O_CREAT.
2001-04-02 19:30 tgl
* src/backend/utils/cache/relcache.c: Restore pre-7.1 behavior of
allowing DROP of a table whose underlying physical file has
disappeared. There is no really good reason why relcache should be
opening the underlying file at all, AFAICS. In any case we needn't
raise a hard error here.
2001-04-02 19:20 tgl
* src/backend/storage/smgr/md.c: _mdfd_getrelnfd() should include
kernel error code in failure message.
2001-04-02 14:30 tgl
* src/backend/commands/creatinh.c: Complain if the same column name
is inherited from multiple parents with different default values,
unless the child table redeclares the column with an explicit
default. This was judged to be the approach least likely to cause
unpleasant surprises.
2001-04-02 13:59 momjian
* HISTORY, doc/src/sgml/release.sgml: Update HISTORY/release.sgml
to current.
2001-04-02 11:19 thomas
* doc/src/sgml/installation.sgml: Update info for platforms BeOS,
Tru64, Linux/MIPS, Linux/x86, NetBSD/Alpha, NetBSD/arm,
NetBSD/VAX, OpenBSD/Sparc, Solaris, Ultrix.
2001-04-02 10:34 momjian
* src/backend/catalog/index.c: Disable creation of indexes on
system tables.
2001-04-02 04:17 meskes
* src/interfaces/ecpg/: ChangeLog, preproc/pgc.l: Synced pgc.l with
scan.l.
2001-04-01 23:21 tgl
* src/backend/Makefile: Remove duplicate definition of DLLLIBS, per
gripe from Fred Yankowski.
2001-04-01 23:08 tgl
* src/backend/port/dynloader/: freebsd.c, netbsd.c, openbsd.c: Tom
Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works
now on VAX NetBSD. Hence, remove #ifdef'd disable tests.
2001-04-01 18:37 tgl
* src/backend/optimizer/plan/planner.c: Planner wasn't correctly
handling adjustment of tuple_fraction for the case of LIMIT in a
sub-select.
2001-04-01 15:15 scrappy
* configure, configure.in, ChangeLogs/ChangeLog-7.1RC1-to-7.1RC2:
RC2 preparations ...
2001-04-08 13:28 petere
* GNUmakefile.in: Rearrange distribution split as discussed on
-hackers.
2001-04-08 12:36 petere
* doc/FAQ_Solaris: Update to reflect OpenSSL 0.9.6a release.
2001-04-06 22:30 momjian
* doc/TODO: Update TODO list.
2001-04-06 13:05 scrappy
* ChangeLogs/ChangeLog-7.1RC2-to-7.1RC3:
update the change log, but nothing else ...
此差异已折叠。
2001-01-27 14:36 momjian
* src/bin/pgaccess/lib/languages/: euskara, japanese, nederlands:
Add missing pgaccess files.
2001-01-27 06:19 petere
* doc/src/sgml/ref/checkpoint.sgml: Add permission check for
CHECKPOINT.
2001-01-24 23:45 tgl
* src/backend/storage/lmgr/deadlock.c: Whoops, forgot to do
ProcLockWakeup() after deadlock checker rearranges wait queues.
2001-01-24 23:31 tgl
* src/backend/storage/lmgr/deadlock.c: Re-implement deadlock
detection and resolution, per design notes posted to pghackers on
18-Jan-01.
2001-01-24 20:02 momjian
* src/interfaces/jdbc/org/postgresql/core/BytePoolDim1.java: This
patch fixes an arrayindexoutofbounds exception that was just
introduced into the code. The fix is a fix to
org.postgresql.core.ByteArrayDim1.java.
Barry Lind
2001-01-24 19:15 petere
* doc/src/sgml/wal.sgml: WAL documentation, from Oliver Elphick and
Vadim Mikheev.
2001-01-24 17:56 petere
* doc/src/sgml/ref/checkpoint.sgml: Update based on documentation
written by Vadim Mikheev and Oliver Elphick.
2001-01-24 01:49 momjian
* contrib/oid2name/oid2name: Oops, got binary in there too.
2001-01-24 01:06 momjian
* contrib/oid2name/oid2name.o: Oops, had .o file in there.
2001-01-23 23:46 momjian
* contrib/pgcrypto/: encode.c, encode.h: I would like to do a
interface change in pgcrypto. (Good timing, I know :)) At the
moment the digest() function returns hexadecimal coded hash, but I
want it to return pure binary. I have also included functions
encode() and decode() which support 'base64' and 'hex' encodings,
so if anyone needs digest() in hex he can do encode(digest(...),
'hex').
Main reason for it is "to do one thing and do it well" :)
Another reason is if someone needs really lot of digesting, in the
end he wants to store the binary not the hexadecimal result. It is
really silly to convert it to hex then back to binary again. As I
said if someone needs hex he can get it.
Well, and the real reason that I am doing encrypt()/decrypt()
functions and _they_ return binary. For testing I like to see it
in hex occasionally, but it is really wrong to let them return hex.
Only now it caught my eye that hex-coding in digest() is wrong.
When doing digest() I thought about 'common case' but hacking with
psql is probably _not_ the common case :)
Marko Kreen
2001-01-23 23:40 momjian
* contrib/oid2name/: Makefile, oid2name.c: Update
2001-01-23 20:41 momjian
* contrib/oid2name/: Makefile, README.oid2name, oid2name,
oid2name.c, oid2name.o: Add oid2name. Add streaming option later.
2001-01-23 06:22 peter
* contrib/retep/: CHANGELOG, build.xml, retep.jpx, data/cds.dtd,
data/cds.xml, uk/org/retep/xml/core/XMLFactory.java,
uk/org/retep/xml/core/XMLFactoryException.java,
uk/org/retep/xml/jdbc/XMLDatabase.java,
uk/org/retep/xml/jdbc/XMLResultSet.java,
uk/org/retep/xml/parser/TagHandler.java,
uk/org/retep/xml/test/XMLExport.java: Some more additions to
contrib for JDBC
2001-01-22 19:34 petere
* doc/src/sgml/queries.sgml: Rip out table expression section from
SQL syntax chapter and develop it into new chapter on query
(SELECT) syntax. In the end this should become a narrative and
example-filled counterpart to the SELECT reference page.
2001-01-18 13:38 peter
*
src/interfaces/jdbc/org/postgresql/jdbc2/UpdateableResultSet.java:
Forgot to cvs add UpdateableResultSet.java ;-)
2001-01-18 13:37 peter
* src/interfaces/jdbc/jdbc.jpx: Thu Jan 18 17:37:00 GMT 2001
peter@retep.org.uk - Added new error message into
errors.properties "postgresql.notsensitive" This is used
by jdbc2.ResultSet when a method is called that should
fetch the current value of a row from the database refreshRow() for
example. - These methods no longer throw the not
implemented but the new noupdate error. This is in
preparation for the Updateable ResultSet support which
will overide these methods by extending the existing class to
implement that functionality, but needed to show something
other than notimplemented:
moveToCurrentRow() moveToInsertRow()
rowDeleted() rowInserted() all update*()
methods, except those that took the column as a String
as they were already implemented to convert the String to an int.
- getFetchDirection() and setFetchDirection() now throws
"postgresql.notimp" as we only support one direction.
The CursorResultSet will overide this when its implemented.
- Created a new class under jdbc2 UpdateableResultSet which
extends ResultSet and overides the relevent update
methods. This allows us to implement them easily at a
later date. - In jdbc2.Connection, the following methods
are now implemented:
createStatement(type,concurrency); getTypeMap();
setTypeMap(Map); - The JDBC2 type mapping scheme
almost complete, just needs SQLInput & SQLOutput to be
implemented. - Removed some Statement methods that somehow
appeared in Connection. - In jdbc2.Statement()
getResultSetConcurrency() getResultSetType()
setResultSetConcurrency() setResultSetType()
- Finally removed the old 6.5.x driver.
2001-01-18 10:50 peter
* build.xml, contrib/retep/CHANGELOG, contrib/retep/Implementation,
contrib/retep/README, contrib/retep/build.xml,
contrib/retep/retep.jpx,
contrib/retep/uk/org/retep/xml/parser/TagHandler.java,
contrib/retep/uk/org/retep/xml/parser/TagListener.java,
src/interfaces/jdbc/jdbc.jpx,
src/interfaces/jdbc/org/postgresql/core/BytePoolDim1.java,
src/interfaces/jdbc/org/postgresql/core/BytePoolDim2.java,
src/interfaces/jdbc/org/postgresql/core/MemoryPool.java,
src/interfaces/jdbc/org/postgresql/core/ObjectPool.java,
src/interfaces/jdbc/org/postgresql/core/SimpleObjectPool.java: Thu
Jan 18 12:24:00 GMT 2001 peter@retep.org.uk - These methods
in org.postgresql.jdbc2.ResultSet are now implemented:
getBigDecimal(int) ie: without a scale (why did this get missed?)
getBlob(int) getCharacterStream(int)
getConcurrency() getDate(int,Calendar)
getFetchDirection() getFetchSize()
getTime(int,Calendar) getTimestamp(int,Calendar)
getType() NB: Where int represents the column name,
the associated version taking a String were already
implemented by calling the int version. -
These methods no longer throw the not implemented but the new
noupdate error. This is in preparation for the
Updateable ResultSet support which will overide these
methods by extending the existing class to implement
that functionality, but needed to show something other than
notimplemented: cancelRowUpdates()
deleteRow() - Added new error message into
errors.properties "postgresql.noupdate" This is used by
jdbc2.ResultSet when an update method is called and the
ResultSet is not updateable. A new method notUpdateable() has been
added to that class to throw this exception, keeping the
binary size down. - Added new error message
into errors.properties "postgresql.psqlnotimp" This is
used instead of unimplemented when it's a feature in the
backend that is preventing this method from being implemented.
- Removed getKeysetSize() as its not part of the ResultSet API
Thu Jan 18 09:46:00 GMT 2001 peter@retep.org.uk - Applied
modified patch from Richard Bullington-McGuire
<rbulling@microstate.com>. I had to modify it as some of the code
patched now exists in different classes, and some of it
actually patched obsolete code.
Wed Jan 17 10:19:00 GMT 2001 peter@retep.org.uk - Updated
Implementation to include both ANT & JBuilder - Updated
README to reflect the changes since 7.0 - Created jdbc.jpr
file which allows JBuilder to be used to edit the source.
JBuilder _CAN_NOT_ be used to compile. You must use ANT for
that. It's only to allow JBuilders syntax checking to improve the
drivers source. Refer to Implementation for more details
2001-01-12 23:11 petere
* doc/src/sgml/ref/checkpoint.sgml: New shell for the to be written
CHECKPOINT documentation, so the summary shows up in psql now.
2001-01-12 22:18 petere
* contrib/intarray/Makefile: Clean up garbage.
2001-01-12 22:14 petere
* contrib/intarray/README: Surely one README file is enough.
2001-01-12 20:57 scrappy
* ChangeLogs/ChangeLog-7.1beta1-to-7.1beta3:
okay, this appears to work ...
onlly changes aer adding some white space ...
2001-01-12 18:36 petere
* contrib/intarray/Makefile.703: Surely we don't need a 7.0.3
makefile in 7.1.
2001-01-12 01:37 momjian
* contrib/intarray/README: Add to DROP todo.
2001-01-11 20:16 scrappy
* contrib/intarray/: Makefile, Makefile.703, README.intarray,
_int.c, _int.sql.in, bench/bench.pl, bench/create_test.pl,
data/test__int.data, expected/_int.out, sql/_int.sql:
commit Oleg and Teodor's RD-tree implementation ... this provides
the regression tests for the GiST changes ... this should be
integrated into the regular regression tests similar to Vadim's SPI
contrib stuff ...
此差异已折叠。
此差异已折叠。
此差异已折叠。
2001-04-12 05:49 darcy
* src/interfaces/python/pgdb.py: I just noticed the beta comment.
That's not actually true any more so I removed it.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册