1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00
Commit Graph

2554 Commits

Author SHA1 Message Date
20f94e16a9 Pre-page write additions. 2001-12-20 22:01:29 +00:00
95668f0deb Minor improvements 2001-12-19 18:50:48 +00:00
41acf3d820 Some tuning 2001-12-19 18:49:56 +00:00
cafee83784 Update TODO list. 2001-12-15 17:28:51 +00:00
79b89b4658 Update TODO list. 2001-12-15 16:11:57 +00:00
cebfe90f0b Revert breakage 2001-12-10 13:07:16 +00:00
e2024ec6f0 update 2001-12-10 13:03:12 +00:00
63b312d2da Add new Japanese FAQ versions. 2001-12-10 11:17:51 +00:00
03a321d214 Use PostgreSQL consistantly throughout docs. Before, usage was split evenly
between Postgres and PostgreSQL.
2001-12-08 03:24:40 +00:00
68cb184b56 Update list of currently supported platforms.
Mention SQL9x precision syntax for date/time types.
Use PostgreSQL consistantly throughout docs. Before, usage was split evenly
 between Postgres and PostgreSQL.
2001-12-08 03:24:23 +00:00
fe933d6a04 Update TODO list. 2001-12-06 10:19:24 +00:00
140856ea16 Add to java. 2001-12-05 23:12:16 +00:00
d661a9f639 Update TODO list. 2001-12-05 23:11:30 +00:00
b68174e5ed Update TODO list. 2001-12-05 21:25:28 +00:00
33cc40e8ba Update TODO list. 2001-12-05 21:23:45 +00:00
7048c8c6d5 Add mention of CREATE TABLE and atttypmod problems. 2001-12-05 21:07:23 +00:00
23ea2b12d9 Update TODO list. 2001-12-05 21:06:40 +00:00
13d128c616 Add mention of aggregates and updates causing problems. 2001-12-05 21:02:43 +00:00
6bcd9f4021 Attached is the FAQ_MSWIN patch as promised. Hopefully, it is not too
little, too late...

Jason Tishler
2001-12-05 18:23:40 +00:00
d9e71837d8 Update TODO list. 2001-12-05 18:20:42 +00:00
15790465c2 Update FAQ. 2001-12-05 05:41:13 +00:00
e383e411b7 Update FAQ. 2001-12-05 05:38:51 +00:00
d1e77ecf95 Update FAQ. 2001-12-05 05:33:48 +00:00
969cc16c69 Enforce restriction that COPY DELIMITERS string must be exactly one
character; replace strchr() search with simple comparison to speed up
COPY IN.  Per discussion in pghackers.
2001-12-04 21:19:57 +00:00
fb170041c6 Update FAQ_DEV. 2001-12-04 17:12:25 +00:00
b7579d62ce Update FAQ. 2001-12-04 07:12:08 +00:00
2314bcfb95 Another test of double-commit. It used only commit one file. 2001-12-04 07:10:45 +00:00
08475b75c3 Test of double-commit. 2001-12-04 07:09:53 +00:00
7a0f2a648d Update FAQ_DEV. 2001-12-04 06:44:45 +00:00
50cf849e28 Update FAQ_DEV. 2001-12-04 06:40:09 +00:00
caf4da8a20 Update FAQ_DEV. 2001-12-04 06:37:26 +00:00
79d5f6f6ec Update FAQ_DEV. 2001-12-04 06:35:51 +00:00
c90bcb98bd Update FAQ_DEV. 2001-12-04 06:26:59 +00:00
e0a5d6ce46 Update FAQ_DEV. 2001-12-04 06:20:53 +00:00
00836012c6 Update FAQ_DEV. 2001-12-04 06:20:09 +00:00
970dcf2776 Update FAQ_DEV. 2001-12-04 06:14:44 +00:00
c36e598ecb Update FAQ_DEV. 2001-12-04 06:14:04 +00:00
e469fac240 Recommend --enable-debug with somewhat more enthusiasm. 2001-12-04 02:21:35 +00:00
0532175496 Fix trigger example for PG 7.2 change: count(*) now returns int8. 2001-12-04 02:07:11 +00:00
7321eed9e8 Document max-processes-per-user limit as a possible cause of failures
in the parallel regression tests.  Suggest editing parallel_schedule
as a workaround if one cannot fix the system limits.
2001-12-04 01:49:17 +00:00
05dada0833 Add some more material to the section about partial indexes. 2001-12-04 01:22:13 +00:00
2de42e195a A quickie FAQ_IRIX covering some known issues, from Luis Amigo. 2001-12-03 19:33:35 +00:00
53f1173388 Provide some documentation for EXISTS, IN, NOT IN, ANY/SOME/ALL,
and row comparisons.  How'd this manage to slip through the cracks?
2001-12-01 04:19:20 +00:00
97ce818897 Mention rules and views instead of SELECT triggers. 2001-11-30 01:22:47 +00:00
2e3959c9c7 Add to Java. 2001-11-29 23:13:19 +00:00
d1a2a01f38 Add mention of no SELECT triggers. 2001-11-29 22:18:14 +00:00
636a939fe5 Fix array_out's failure to backslash backslashes, per bug# 524. Also,
remove brain-dead rule that double quotes are needed if and only if the
datatype is pass-by-reference; neither direction of the implication holds
water.  Instead, examine the actual data string to see if it contains
any characters that force us to quote it.
Add some documentation about quoting of array values, which was previously
explained nowhere AFAICT.
2001-11-29 21:02:41 +00:00
a4e8cd306c Cleanup of new ps markup. 2001-11-29 20:43:43 +00:00
82c6869369 Update ps status display information for Solaris, from Tom Lane. 2001-11-29 20:26:55 +00:00
7379502f8a added CallableStatement support to jdbc todo 2001-11-29 18:15:33 +00:00