Bruce Momjian
f54f142a61
Add pg_upgrade TODO.detail.
21 years ago
Bruce Momjian
581a8c9f6d
Add TODO.detail:
...
> * Allow major upgrades without dump/reload, perhaps using pg_upgrade
> [pg_upgrade]
21 years ago
Bruce Momjian
d95fad64d4
Add pg_dump TODO.detail for multiple -t / -n flags.
21 years ago
Bruce Momjian
249880ffae
Add pg_dump to TODO.detail.
21 years ago
Bruce Momjian
72c53ac3a7
Allow kerberos name and username case sensitivity to be specified from
...
21 years ago
Bruce Momjian
3360bc1351
Add:
...
> * Allow pg_ctl to work properly with configuration files located outside
> the PGDATA directory
>
> pg_ctl can not read the pid file because it isn't located in the
> config directory but in the PGDATA directory. The solution is to
> allow pg_ctl to read and understand postgresql.conf to find the
> data_directory value.
>
21 years ago
Bruce Momjian
487990e1f1
Add description:
...
>
> O_DIRECT doesn't have the same media write guarantees as fsync, so it
> is in addition to the fsync method, not in place of it.
>
21 years ago
Bruce Momjian
a76606454c
Update Chinese FAQ to fix XHTML format.
...
Weiping (Laser)
21 years ago
Bruce Momjian
7e209f6ce3
Put back WAL TODO.detail entries.
21 years ago
Bruce Momjian
bace84cca1
Remove because it is partly done and we might not want to go farther:
...
< * -Compress WAL entries [wal]
21 years ago
Bruce Momjian
1bdec3424b
Update Russian FAQ.
...
Viktor Vislobokov
21 years ago
Bruce Momjian
97e455c9b9
Trim TODO.detail for wal completed items.
21 years ago
Bruce Momjian
2a61c090a9
Done:
...
> * -Compress WAL entries [wal]
21 years ago
Bruce Momjian
a14fb14f7f
Done:
...
> * -Change WAL to use 32-bit CRC, for performance reasons
21 years ago
Bruce Momjian
c196c7ae8b
Completed:
...
< o Allow COPY to understand \x as a hex byte
> o -Allow COPY to understand \x as a hex byte
21 years ago
Bruce Momjian
b51366396b
Add support for \x hex strings in psql variables.
21 years ago
Bruce Momjian
65537ac1b4
Add support for \x hex escapes in backend strings. Octal was already
...
supported. This follows the C standard escapes.
21 years ago
Bruce Momjian
202e6e73e6
Add support for \x hex escapes in COPY.
...
Sergey Ten
21 years ago
Bruce Momjian
5b3625f1b7
Tab cleanup for SGML.
...
Robert Treat
21 years ago
Tom Lane
978129f28e
Document get_call_result_type() and friends; mark TypeGetTupleDesc()
...
and RelationNameGetTupleDesc() as deprecated; remove uses of the
latter in the contrib library. Along the way, clean up crosstab()
code and documentation a little.
21 years ago
Bruce Momjian
b215fae891
Move to ALTER section:
...
< * Prevent child tables from altering constraints like CHECK that were
< inherited from the parent table
470a469,471
>
> o Prevent child tables from altering constraints like CHECK that were
> inherited from the parent table
21 years ago
Bruce Momjian
09439e212e
Add:
...
> * Prevent child tables from altering constraints like CHECK that were
> inherited from the parent table
21 years ago
Bruce Momjian
a54c21a59c
Wording improvement (may -> can)
21 years ago
Bruce Momjian
a2cce84349
Update psql docs for recent octal-only string behavior.
21 years ago
Bruce Momjian
6616e23264
Add missing <P>.
21 years ago
Bruce Momjian
ecd70d7526
Add reference to libpq environment variables for client applications.
21 years ago
Bruce Momjian
70f320495f
Remove:
...
<
< * Add XML output to pg_dump and COPY
<
< We already allow XML to be stored in the database, and XPath queries
< can be used on that data using /contrib/xml2. It also supports XSLT
< transformations.
21 years ago
Bruce Momjian
dd67cf365a
Update Farsi FAQ.
...
Mahmoud Taghizadeh
21 years ago
Bruce Momjian
42319310dc
Add:
...
> * Consider sorting hash buckets so entries can be found using a binary
> search, rather than a linear scan
> * In hash indexes, consider storing the hash value with or instead
> of the key itself
21 years ago
Bruce Momjian
770156e157
Add:
...
> * Add the features of packages
> o Make private objects accessable only to objects in the same schema
> o Allow current_schema.objname to access current schema objects
> o Add session variables
> o Allow nested schemas
21 years ago
Tom Lane
357ea45b57
Document that utility commands such as DROP FUNCTION allow argument names
...
and modes to be included when naming an existing function.
21 years ago
Bruce Momjian
dabde323b2
Back out SQLSTATE and SQLERRM support.
21 years ago
Bruce Momjian
38af680ad5
Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values on
...
error.
Pavel Stehule
21 years ago
Neil Conway
13b729ca52
Editing for the new "Encryption Options" section of the manual.
21 years ago
Neil Conway
1b41965d5d
Remove some verbiage describing how min() and max() are slow when applied
...
to the entire table: as of current sources, they are no longer slow
provided there is an index on the column.
21 years ago
Neil Conway
dd2894dfd6
Consistently do not include a terminating period in single-sentence
...
function descriptions in func.sgml; other minor SGML tweaks.
21 years ago
Bruce Momjian
c61207b091
INT4 is probably enough:
...
< * Allow INET + INT4/INT8 to increment the host part of the address, or
> * Allow INET + INT4 to increment the host part of the address, or
21 years ago
Bruce Momjian
2e9c04eedb
Mention overflow:
...
< throw an error
> throw an error on overflow
21 years ago
Bruce Momjian
6dab58a643
Add:
...
> * Allow INET + INT4/INT8 to increment the host part of the address, or
> throw an error
21 years ago
Bruce Momjian
e954cd2bc2
Remove 2-phase description, because it isn't accurate anymore:
...
<
< This will involve adding a way to respond to commit failure by either
< taking the server into offline/readonly mode or notifying the
< administrator
21 years ago
Bruce Momjian
6e85414647
Update Japanese FAQ.
...
Jun Kuwamura
21 years ago
Bruce Momjian
6dc7760ac3
Add support for wal_fsync_writethrough for Darwin, and restructure the
...
code to better handle writethrough.
Chris Campbell
21 years ago
Neil Conway
e9b33ed6cd
Fix typo in ECPG docs, per Andreas Seltenreich.
21 years ago
Neil Conway
4de23092d0
Add some links to the CREATE FUNCTION reference page when describing
...
function definition for particular PLs. Original patch from David
Fetter, editorializing by Neil Conway.
21 years ago
Neil Conway
ee85870e23
Make the CREATE RULE syntax description in rules.sgml more consistent
...
with the syntax description in the CREATE RULE reference page. From
Kris Jurka.
21 years ago
Neil Conway
f3567eeaf2
Implement md5(bytea), update regression tests and documentation. Patch
...
from Abhijit Menon-Sen, minor editorialization from Neil Conway. Also,
improve md5(text) to allocate a constant-sized buffer on the stack
rather than via palloc.
Catalog version bumped.
21 years ago
Tom Lane
a9c4c9cd52
Extend the pg_locks system view so that it can fully display all lock
...
types, as per recent discussion.
21 years ago
Bruce Momjian
5185cc8eae
Update:
...
< * All ability to monitor the use of temporary sort files
> * Add ability to monitor the use of temporary sort files
21 years ago
Bruce Momjian
5e1bfa82dd
Convert Chinese FAQ to valid XHTML, finally.
21 years ago
Bruce Momjian
472f9be471
Fix Chinese markup some more.
21 years ago