Tom Lane
906254a53c
pg_dump and pg_restore man pages need to mention that one should restore
...
into a virgin database, ie, one created from template0, if there are any
site-local additions in template1.
2002-02-11 00:14:10 +00:00
Tom Lane
d99fb0d909
Don't Assert() that fsync() and close() never fail; I have seen this
...
crash on Solaris when over disk quota. Instead, report such failures
via elog(DEBUG).
2002-02-10 22:56:31 +00:00
Bruce Momjian
dbb76bf2e0
Move sys/types.h to top, for hiroyuki hanai/ FreeBSD.
2002-02-08 16:30:11 +00:00
Bruce Momjian
8c7e1893c3
Upgrade my2pg version 1.23.
2002-02-08 14:47:56 +00:00
Bruce Momjian
c7831585dd
Oops, already completed:
...
< * Have checkpoint process identify itself via ps status display
2002-02-08 06:41:30 +00:00
Bruce Momjian
4af4c5047a
Added:
...
> * Have checkpoint process identify itself via ps status display
2002-02-08 04:32:17 +00:00
Tom Lane
0cc9917bb6
pgstat's truncation of query string needs to be multibyte-aware.
...
Patch from sugita@sra.co.jp .
2002-02-07 22:20:26 +00:00
Tom Lane
fe1a9c3362
Repair some problems in GIST-index contrib modules. Patch from
...
Teodor Sigaev <teodor@stack.net>.
2002-02-07 22:11:43 +00:00
Hiroshi Inoue
e206ff5946
Removed a check for REINDEX TABLE.
2002-02-07 00:27:30 +00:00
Peter Eisentraut
e55b1f984e
Fix for parallel make
2002-02-06 20:29:35 +00:00
Tom Lane
6a67d9def0
Fix failure to reconnect as sequence's owner before issuing setval().
2002-02-06 17:27:50 +00:00
Bruce Momjian
9a2527785f
Update for Tom:
...
< * Allow row re-use with automatic vacuum (Tom)
356c355
<
---
> * Provide automatic scheduling of background vacuum (Tom)
2002-02-04 20:51:22 +00:00
Bruce Momjian
4f715d60f8
Modified/Added
...
< * Allow row re-use without vacuum (Tom)
---
> * Allow row re-use with automatic vacuum (Tom)
> * Flush cached query plans when their underlying catalog data changes
2002-02-04 20:46:36 +00:00
Bruce Momjian
42e28d209c
Stamp configure/configure.in for 7.2, already did register.txt and
...
bug.template.
2002-02-03 21:04:12 +00:00
Bruce Momjian
3de3e719f5
Stamp 7.2 for release.
2002-02-03 21:00:09 +00:00
Bruce Momjian
61b544fc78
Remove ENHANCEMENTS section, move subsections up.
2002-02-03 19:24:30 +00:00
Bruce Momjian
03296fc980
Update FAQ.
2002-02-02 21:46:45 +00:00
Bruce Momjian
c47723d368
Update FAQ.
2002-02-02 20:34:33 +00:00
Bruce Momjian
4a6f109802
Update for 7.2:
...
This fixes references to 7.1.3 (I think). It also
modifies the japanese
FAQ, so I'm not sure if that's done correctly.
Chris
2002-02-02 20:34:16 +00:00
Bruce Momjian
b1c8de4908
Update FAQ_DEV.
2002-02-01 20:28:32 +00:00
Bruce Momjian
a4cf22c734
Last Minute AIX_FAQ patch with small corrections for current version,
...
please apply.
Andreas
2002-02-01 18:23:24 +00:00
Bruce Momjian
984d0ecf6e
Added:
...
> * Prevent SIGHUP and 'pg_ctl reload' from changing command line
> specified parameters to postgresql.conf defaults
2002-02-01 17:00:17 +00:00
Bruce Momjian
1b6aa29a05
Consistend spelling for PL/pgSQL
2002-01-31 21:20:03 +00:00
Bruce Momjian
a7ff4a7393
Add mention of recovery using pg_upgrade.
2002-01-31 19:13:53 +00:00
Bruce Momjian
c69c25ba4d
Update HISTORY/release.sgml for Monday release.
2002-01-31 18:31:44 +00:00
Peter Eisentraut
68518cd83c
Uniformize spelling
2002-01-31 00:51:32 +00:00
Peter Eisentraut
b6f18b2c26
Rebuild from source.
2002-01-31 00:46:26 +00:00
Peter Eisentraut
3ac85b86cb
Update Win32-world version number of libpq++.
2002-01-30 21:59:33 +00:00
Peter Eisentraut
14d3c645b3
Don't put empty paragraphs around tables. This messed up JadeTeX somehow,
...
and doesn't make sense strictly speaking.
2002-01-30 21:55:33 +00:00
Peter Eisentraut
64024d1091
Remove Jade/TeX hack, now that OpenJade 1.3.1 has it fixed.
2002-01-30 21:54:17 +00:00
Peter Eisentraut
089e8f959e
Fix copy-and-paste bug in print style.
2002-01-30 21:53:40 +00:00
Tom Lane
bef0c8dc29
Add cast to suppress gcc warning on Darwin platform.
2002-01-30 19:34:55 +00:00
Peter Eisentraut
b84bebfc09
update
2002-01-29 20:39:49 +00:00
Tom Lane
00fc295be0
Make S/390 TAS spell __inline__ the same way as the other eight GCC
...
inline routines do.
2002-01-29 15:44:42 +00:00
Tom Lane
7798b50c60
Remove gratuitous redefinition of inline, which should already have been
...
taken care of in pg_config.h.
2002-01-29 15:40:45 +00:00
Bruce Momjian
6efc968233
Remove dashed items in preparations for 7.3.
2002-01-27 04:22:35 +00:00
Bruce Momjian
b9be2b254c
Add:
...
> * Allow ORDER BY ... LIMIT to select top values without sort or index
2002-01-27 04:20:38 +00:00
Bruce Momjian
d613aad31f
Remove link:
...
> * -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison
2002-01-26 23:17:32 +00:00
Peter Eisentraut
0d6813df4e
Updates from Serguei Mokhov
2002-01-26 19:00:11 +00:00
Tom Lane
c4bab5f29b
Overhaul plperl documentation.
2002-01-25 19:13:15 +00:00
Tom Lane
1b68bcfad3
Tweak pg_dump to say GRANT ALL when appropriate, rather than enumerating
...
the individual privilege bits. I regard this as an important change for
cross-version compatibility: without this, a 7.1 dump loaded into 7.2
is likely to be short a few privileges.
2002-01-25 18:49:31 +00:00
Tom Lane
06f08209a9
Fix typo in usage message, per Oleg.
2002-01-25 15:40:13 +00:00
Bruce Momjian
38c971f496
Fix +/- mixup pointed out by Rod Taylor.
2002-01-25 02:39:28 +00:00
Bruce Momjian
025f6359d4
Add mention of UPDATE
...
> o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
2002-01-25 02:33:39 +00:00
Bruce Momjian
2ceea8898f
Add mention of implementation:
...
> o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid
> stored in the backend
2002-01-25 02:32:59 +00:00
Bruce Momjian
e0d5a55e87
Add URL for pgj.
2002-01-25 02:30:49 +00:00
PostgreSQL Daemon
0e8ab3a818
let's roll up rc2 ..
2002-01-25 02:09:26 +00:00
Bruce Momjian
974135a711
Add 128 mention:
...
> * Increase identifier length (NAMEDATALEN) if small performance hit,
> perhaps to standard length of 128; change struct pgNotify to use pid
> first, breaks notify API;
2002-01-25 01:04:47 +00:00
Bruce Momjian
b440e17f5b
Updated:
...
> * Increase identifier length (NAMEDATALEN) if small performance hit;
> change struct pgNotify to use pid first, breaks notify API
2002-01-24 23:50:09 +00:00
Bruce Momjian
daf4891df4
Added:
...
> * Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
2002-01-24 23:35:40 +00:00