Commit Graph

2559 Commits

Author SHA1 Message Date
Bruce Momjian 5446b1ba72 Remove:
* Fix contrib/dbase to not require libiconv
2001-12-21 05:27:19 +00:00
Bruce Momjian a7aeb7db18 * Fix contrib/dbase to not require libiconv. 2001-12-21 04:31:58 +00:00
Bruce Momjian c3c36bf32f pre-page -> after-change, per Vadim. 2001-12-21 03:55:45 +00:00
Thomas G. Lockhart 9640666c6f Spiff up discussion of precision on date/time data types.
Add a NetBSD/alpha and update info on a few other platforms.
2001-12-21 03:54:02 +00:00
Thomas G. Lockhart 2d004d7f95 Allow location of index creation perl script be be specified in
Makefile.custom, to allow finding it on Mandrake systems (at least).
2001-12-21 03:53:04 +00:00
Bruce Momjian 20f94e16a9 Pre-page write additions. 2001-12-20 22:01:29 +00:00
Peter Eisentraut 95668f0deb Minor improvements 2001-12-19 18:50:48 +00:00
Peter Eisentraut 41acf3d820 Some tuning 2001-12-19 18:49:56 +00:00
Bruce Momjian cafee83784 Update TODO list. 2001-12-15 17:28:51 +00:00
Bruce Momjian 79b89b4658 Update TODO list. 2001-12-15 16:11:57 +00:00
Peter Eisentraut cebfe90f0b Revert breakage 2001-12-10 13:07:16 +00:00
Peter Eisentraut e2024ec6f0 update 2001-12-10 13:03:12 +00:00
Bruce Momjian 63b312d2da Add new Japanese FAQ versions. 2001-12-10 11:17:51 +00:00
Thomas G. Lockhart 03a321d214 Use PostgreSQL consistantly throughout docs. Before, usage was split evenly
between Postgres and PostgreSQL.
2001-12-08 03:24:40 +00:00
Thomas G. Lockhart 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
Bruce Momjian fe933d6a04 Update TODO list. 2001-12-06 10:19:24 +00:00
Bruce Momjian 140856ea16 Add to java. 2001-12-05 23:12:16 +00:00
Bruce Momjian d661a9f639 Update TODO list. 2001-12-05 23:11:30 +00:00
Bruce Momjian b68174e5ed Update TODO list. 2001-12-05 21:25:28 +00:00
Bruce Momjian 33cc40e8ba Update TODO list. 2001-12-05 21:23:45 +00:00
Bruce Momjian 7048c8c6d5 Add mention of CREATE TABLE and atttypmod problems. 2001-12-05 21:07:23 +00:00
Bruce Momjian 23ea2b12d9 Update TODO list. 2001-12-05 21:06:40 +00:00
Bruce Momjian 13d128c616 Add mention of aggregates and updates causing problems. 2001-12-05 21:02:43 +00:00
Bruce Momjian 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
Bruce Momjian d9e71837d8 Update TODO list. 2001-12-05 18:20:42 +00:00
Bruce Momjian 15790465c2 Update FAQ. 2001-12-05 05:41:13 +00:00
Bruce Momjian e383e411b7 Update FAQ. 2001-12-05 05:38:51 +00:00
Bruce Momjian d1e77ecf95 Update FAQ. 2001-12-05 05:33:48 +00:00
Tom Lane 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
Bruce Momjian fb170041c6 Update FAQ_DEV. 2001-12-04 17:12:25 +00:00
Bruce Momjian b7579d62ce Update FAQ. 2001-12-04 07:12:08 +00:00
Bruce Momjian 2314bcfb95 Another test of double-commit. It used only commit one file. 2001-12-04 07:10:45 +00:00
Bruce Momjian 08475b75c3 Test of double-commit. 2001-12-04 07:09:53 +00:00
Bruce Momjian 7a0f2a648d Update FAQ_DEV. 2001-12-04 06:44:45 +00:00
Bruce Momjian 50cf849e28 Update FAQ_DEV. 2001-12-04 06:40:09 +00:00
Bruce Momjian caf4da8a20 Update FAQ_DEV. 2001-12-04 06:37:26 +00:00
Bruce Momjian 79d5f6f6ec Update FAQ_DEV. 2001-12-04 06:35:51 +00:00
Bruce Momjian c90bcb98bd Update FAQ_DEV. 2001-12-04 06:26:59 +00:00
Bruce Momjian e0a5d6ce46 Update FAQ_DEV. 2001-12-04 06:20:53 +00:00
Bruce Momjian 00836012c6 Update FAQ_DEV. 2001-12-04 06:20:09 +00:00
Bruce Momjian 970dcf2776 Update FAQ_DEV. 2001-12-04 06:14:44 +00:00
Bruce Momjian c36e598ecb Update FAQ_DEV. 2001-12-04 06:14:04 +00:00
Tom Lane e469fac240 Recommend --enable-debug with somewhat more enthusiasm. 2001-12-04 02:21:35 +00:00
Tom Lane 0532175496 Fix trigger example for PG 7.2 change: count(*) now returns int8. 2001-12-04 02:07:11 +00:00
Tom Lane 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
Tom Lane 05dada0833 Add some more material to the section about partial indexes. 2001-12-04 01:22:13 +00:00
Tom Lane 2de42e195a A quickie FAQ_IRIX covering some known issues, from Luis Amigo. 2001-12-03 19:33:35 +00:00
Tom Lane 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
Bruce Momjian 97ce818897 Mention rules and views instead of SELECT triggers. 2001-11-30 01:22:47 +00:00
Bruce Momjian 2e3959c9c7 Add to Java. 2001-11-29 23:13:19 +00:00