0b88b63709
Applied patches from Kris Jurka fixing a string tokenizing problem and
...
fixing an order by problem for index metadata results.
Also includes removing some unused code as well as a fix to the toString
method on statement.
Modified Files:
jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
2003-04-17 04:37:07 +00:00
26b237ffad
Various clarifications; add a clear DRAFT marker; minor adjustments in
...
some message types. In particular add text/binary flag to StartCopyIn
and StartCopyOut, so that client library can know what is expected or
forthcoming.
2003-04-16 20:53:38 +00:00
e8ee547829
Add mention of OpenProjects IRC channel. It is as large as EFNet now.
2003-04-16 18:56:24 +00:00
1719fd55d3
Fix some problems exposed by building outside the source tree.
2003-04-16 05:23:55 +00:00
1426db5d95
Fix stupid oversight ...
2003-04-16 04:37:58 +00:00
fe19e56c57
First draft of revised FE/BE protocol specification. Still needs work,
...
but I'm putting it up so people can see and comment on it.
2003-04-15 22:51:18 +00:00
dde302dd4b
Update Japanese FAQ, from Jun Kuwamura.
2003-04-15 21:00:27 +00:00
35e60ea967
Change names of ISO-8859-x encodings to ISO_8859_x, to match reality.
2003-04-15 13:26:54 +00:00
7c084d148f
Bring SQL ref pages to consistent format, part 1.
2003-04-15 13:25:08 +00:00
72aa9488d3
Add better markup and improve some text here and there.
2003-04-15 13:23:35 +00:00
5ab15591d9
eqjoinsel's logic for case where MCV lists are not present should
...
account for NULLs; in hindsight this is obvious since the code for
the MCV-lists case would reduce to this when there are zero entries
in both lists. Per example from Alec Mitchell.
2003-04-15 05:18:12 +00:00
49c3cf5fd1
path.c needs to be included in libpq; per Joe Conway.
2003-04-14 21:15:13 +00:00
3f4f235f79
Another try at correctly explaining the difference between Postgres and
...
SQL92 temp tables. Possibly I got it right this time.
2003-04-14 18:08:58 +00:00
0851e12244
Reorganize clog's error reporting so that PANIC on clog I/O error can
...
be reduced to a plain ERROR. Should make it at least a little less
painful to deal with data-corruption problems.
2003-04-14 17:31:33 +00:00
6bfa2df64e
Document file name as optional for \o in psql help (\h).
2003-04-14 16:23:36 +00:00
4af1769ae9
Minor copy-editing.
2003-04-14 15:40:02 +00:00
6d99dbb0c9
Clarify description of our deviation from standard for temp tables,
...
per suggestion from Mike Sykes.
2003-04-14 15:24:46 +00:00
810e0b982b
exposed the addDataType method to the PGConnection, allows users to add datatypes
2003-04-14 10:39:51 +00:00
6ff82c6742
Integrate the operator class section into the comprehensive extending SQL
...
chapter as well.
2003-04-13 09:57:35 +00:00
4e5602e9b8
A couple of minor fixes
2003-04-13 09:56:00 +00:00
51acf97235
Applied patch submitted by Nic Ferrier with some cleanups of his previous
...
patch to add cursor based queries.
Modified Files:
jdbc/org/postgresql/core/BaseConnection.java
jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
2003-04-13 04:10:07 +00:00
3fd5faed5b
Second try at avoiding conflicts with system isblank().
2003-04-13 04:07:17 +00:00
ff5456feae
Add code to provide useful dynamic-linking error messages on OS X.
2003-04-13 01:19:06 +00:00
e138630251
On some systems <sys/types.h> must be included before <sys/socket.h>.
2003-04-12 23:25:42 +00:00
ae02cf3c44
Guard against macro versions of isblank().
2003-04-12 22:28:33 +00:00
35a0995992
Fix encoding conversion function bug.
...
See following posting for more details.
Subject: Re: [HACKERS] [BUGS] Bug #943 : Server-Encoding from EUC_TW to UTF-8 doesn't
From: Tatsuo Ishii <t-ishii@sra.co.jp >
To: michael.enke@wincor-nixdorf.com , pgsql-bugs@postgresql.org
Cc: pgsql-hackers@postgresql.org
Date: Sat, 12 Apr 2003 10:51:45 +0900 (JST)
2003-04-12 07:53:57 +00:00
d8521b9b91
Revision
2003-04-11 18:41:20 +00:00
dcb0049523
Revision
2003-04-11 13:22:35 +00:00
5674460bb0
Fix error recovery for SSL_read/SSL_write calls.
2003-04-10 23:03:08 +00:00
76b45c9842
Informix fixes.
2003-04-10 13:06:57 +00:00
da2060e5fd
Remove premature attempt to constant-fold type coercion expressions.
...
While usually safe, this fails if the coercion function needs the
query snapshot to be set already. Per example from Nigel Andrews.
2003-04-10 02:47:46 +00:00
a6554df4f7
In an effort to reduce the total number of chapters, combine the small
...
chapters on extending types, operators, and aggregates into the extending
functions chapter. Move the information on how to call table functions
into the queries chapter. Remove some outdated information that is
already present in a better form in other parts of the documentation.
2003-04-10 01:22:45 +00:00
730840c9b6
First phase of work on array improvements. ARRAY[x,y,z] constructor
...
expressions, ARRAY(sub-SELECT) expressions, some array functions.
Polymorphic functions using ANYARRAY/ANYELEMENT argument and return
types. Some regression tests in place, documentation is lacking.
Joe Conway, with some kibitzing from Tom Lane.
2003-04-08 23:20:04 +00:00
6fb5115850
Get rid of inappropriate flags in CPPFLAGS override --- these break
...
non-gcc compilers, and they would never belong in CPPFLAGS anyway.
2003-04-08 17:09:51 +00:00
20f8480927
Mark TimeScales constants as double to avoid integer overflow in some compilers.
2003-04-08 17:02:04 +00:00
dbb7503660
Remove extraneous semicolons.
2003-04-08 16:57:45 +00:00
a50f285d8d
Added some more informix compatibility functions.
2003-04-08 12:34:25 +00:00
cd203f3395
Avoid primary key lookup (and lock) if foreign key does not change
...
on UPDATE.
This get's rid of the long standing annoyance that updating a row
that has foreign keys locks all the referenced rows even if the
foreign key values do not change.
The trick is to actually do a check identical to NO ACTION after an
eventually done UPDATE in the SET DEFAULT case. Since a SET DEFAULT
operation should have moved referencing rows to a new "home", a following
NO ACTION check can only fail if the column defaults of the referencing
table resulted in the key we actually deleted. Thanks to Stephan.
Jan
2003-04-07 20:30:38 +00:00
afe1185cf0
Remove unnecessary dt2local() call.
2003-04-07 15:04:03 +00:00
a8cb3368db
General editing
2003-04-07 01:29:26 +00:00
cb1d036acb
Generate pg_config.h.in by autoheader. Separate out manually editable
...
parts. Standardize spelling of comments in pg_config.h.
2003-04-06 22:45:23 +00:00
d7c333eb9a
Fix markup.
2003-04-06 22:41:52 +00:00
8cd571b202
Clarify exactly when DST-changeover-induced regression test failures
...
can be expected to occur.
2003-04-06 17:47:24 +00:00
3a8f67d091
Fix compile problem with Win32 macro used inside another macro.
2003-04-05 19:54:12 +00:00
d46e643822
Add Win32 path handling for / vs. \ and drive letters.
2003-04-04 20:42:13 +00:00
9bad936f67
Handle cp, rm, and exec for Win32.
2003-04-04 20:40:45 +00:00
9c264975d5
Fix some signed-vs-unsigned-int issues; make print_aligned_vertical
...
safe for zero-column tables.
2003-04-04 15:48:38 +00:00
eb5e4c58d1
Tighten up register usage for inline PPC version of tas().
2003-04-04 06:57:39 +00:00
cd35d601b8
Put the isync where it's supposed to be.
2003-04-04 05:32:30 +00:00
d685417fbb
Avoid repeated computation of the constants date2j(1970, 1, 1) and
...
date2j(2000, 1, 1). Should make for some marginal speed improvement
in date/time operations.
2003-04-04 04:50:44 +00:00