1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00
Commit Graph

4480 Commits

Author SHA1 Message Date
790c666931 Update FAQ text file. 2005-01-30 04:45:01 +00:00
60d6f49a47 FAQ markup fixes. 2005-01-30 04:44:11 +00:00
576853a79a Fix ampersand in URL. 2005-01-30 04:25:26 +00:00
d79f2d4036 Remove IN/slow FAQ item because it only applies to <=7.3.X. 2005-01-30 04:20:52 +00:00
bfc536217d Remove GEQO and Rtree FAQ items. 2005-01-30 04:16:11 +00:00
4c8a690d54 More index item rewording.kUpdate FAQ. 2005-01-30 04:06:26 +00:00
bbefccec09 Reword index/slow query item. 2005-01-30 04:05:15 +00:00
97052bc9c9 Remove FAQ item about binary cursors. 2005-01-30 04:03:02 +00:00
e136a49c5d Remove FAQ items about IPC errors. We now report the help description
right in the failure.  We can always re-add it if required.
2005-01-30 04:00:19 +00:00
93e1795404 Merge two Interfaces FAQ items into one. 2005-01-30 03:52:46 +00:00
a3b7d45807 Merge unix and non-unix platform faq items, and remove Y2K item. 2005-01-30 02:22:08 +00:00
811df91340 Update OID item description. 2005-01-30 02:06:33 +00:00
64428b8daf Preliminary release notes for 8.0.1, 7.4.7, 7.3.9, 7.2.7. 2005-01-30 01:26:41 +00:00
5703a69003 We haven't had a fixed limit on rule recursion depth since 7.3 ...
but the documentation still said so.
2005-01-29 23:45:36 +00:00
750d9171f6 Add documentation for format_type(), which somehow escaped it before. 2005-01-28 23:12:59 +00:00
a9fec25df8 Add note cautioning that you can't use an encrypting IDENT server
with Postgres.
2005-01-28 22:38:37 +00:00
f07b9689c9 Generalize TRUNCATE to support truncating multiple tables in one
command.  This is useful because we can allow truncation of tables
referenced by foreign keys, so long as the referencing table is
truncated in the same command.

Alvaro Herrera
2005-01-27 03:19:37 +00:00
aba691b728 Close all cursors created during a failed subtransaction. This is needed
to avoid problems when a cursor depends on objects created or changed in
the same subtransaction.  We'd like to do better someday, but this seems
the only workable answer for 8.0.1.
2005-01-26 23:20:21 +00:00
4de12d4470 Add docs for a couple of formerly-undocumented geometric conversion functions. 2005-01-26 20:42:19 +00:00
d08889aa8b Add tools/find_gt_lt to find < and > in SGML source.
Lowercase some uppercase tags so tools is more reliable at finding
problems.
2005-01-23 00:30:59 +00:00
754b5e1c42 More < and > changes to ampersands.
8.0.X and HEAD.
2005-01-22 23:22:19 +00:00
1ced129aa3 More < and > cleanups converted to ampersands. 2005-01-22 22:56:36 +00:00
9e292e3e48 More fixes for => and ->, use proper ampersand markups. 2005-01-22 22:31:52 +00:00
1e5eb160d1 Change -> and <- to use proper ampersand markups.
HEAD and 8.0.X.
2005-01-22 22:06:27 +00:00
a73198ac17 Document that Rekall is GPL now. 2005-01-19 19:45:52 +00:00
3fc86c0f47 Fix typo. 2005-01-19 03:13:07 +00:00
0f6be37fcb Clarify that the --enable-integer-datetimes switch affects the time and
interval datatypes as well as timestamp.
2005-01-17 18:47:15 +00:00
be105bd789 Please find enclosed another patch that now (I hope) really is
correct.  It's in addition to the previous patch.

David Fetter
2005-01-17 17:29:49 +00:00
8a9cc26ee1 Fix minor thinko in pg_dump documentation of "-n" option. 2005-01-17 04:30:37 +00:00
691bb1d247 Spelling fix. 2005-01-17 04:27:23 +00:00
6ea9da1ee0 Please find enclosed a patch to the pl/perl documents that correctly
tells what arguments go to pl/perl triggers.

David Fetter
2005-01-17 03:04:17 +00:00
56d982b7d4 Mention ALTER COLUMN TYPE in FAQ. 2005-01-17 03:02:56 +00:00
5be1e13dd1 Update German FAQ.
Ian Barwick
2005-01-17 02:42:31 +00:00
d2136690a6 Update to 8.0.0 for packaging. 2005-01-17 02:40:56 +00:00
637cf69b9d Update supported platforms list. 2005-01-17 02:29:23 +00:00
9175d7df66 Some more copy-editing. 2005-01-17 01:29:02 +00:00
da10a47b39 Remove </a>
Alvaro
2005-01-15 22:51:10 +00:00
2d3746759d Update TORA item.
Euler Taveira de Oliveira
2005-01-15 22:44:18 +00:00
6987ca78db Update Brazilian FAQ.
Euler Taveira de Oliveira
2005-01-15 22:14:08 +00:00
a5645972af Some minor editing work on the release notes. 2005-01-15 21:11:46 +00:00
0e3afb3277 Minor improvements in descriptions of recent changes. 2005-01-15 07:53:04 +00:00
67c1fd1efd Update release notes for 8.0.0 final. Release date set as 2005-01-19! 2005-01-15 05:59:44 +00:00
0b72ebdc0c Merge query of system objects FAQ items. 2005-01-15 05:19:01 +00:00
893c66de69 Simplify trigger example, per Mark Kirkwood. 2005-01-15 03:38:44 +00:00
2c1abfd979 Add index entries for function volatilities. 2005-01-14 21:46:09 +00:00
a294726bc1 Incorporate examples and doc patches from Mark Kirkwood and David Fetter. 2005-01-14 01:16:52 +00:00
29e58330a6 Change Win32 client configuration files from *.txt to *.conf. 2005-01-14 00:25:56 +00:00
145cc515f0 Update supported platforms list. 2005-01-13 21:13:33 +00:00
c2eef62c66 Update of Japanese FAQ.
Jun Kuwamura
2005-01-13 03:08:14 +00:00
89b5cbe928 Update supported platforms list. 2005-01-10 09:01:04 +00:00