aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Rename encryption section.Bruce Momjian2005-05-09
* Improve wording of new documentation section on encryption, and move itBruce Momjian2005-05-09
* Complete the following TODO items:Neil Conway2005-05-09
* Update release notes for upcoming re-releases.Tom Lane2005-05-09
* Add encryption section to documentation.Bruce Momjian2005-05-08
* Documentation adjustments.Bruce Momjian2005-05-08
* Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian2005-05-07
* Update misleading comment about the use of lanpltrusted ... it isTom Lane2005-05-06
* Remove documentation that CSV didn't handle carriage returns and lineBruce Momjian2005-05-06
* Per core discussion, we should push out a 7.2.* release too whileTom Lane2005-05-05
* Preliminary release notes for 8.0.3, 7.4.8, 7.3.10.Tom Lane2005-05-04
* Alter the signature for encoding conversion functions to declare theTom Lane2005-05-03
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-02
* Add some missing "See Also" entries to the domain-related SQL referenceNeil Conway2005-05-02
* Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway2005-05-02
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Fix incorrect backslashing in regexp example, per Robert Treat.Tom Lane2005-05-01
* Mention the actual stored size of NUMERIC values, per David Fetter.Tom Lane2005-05-01
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction toBruce Momjian2005-04-28
* Wording improvement.Bruce Momjian2005-04-27
* Update PAM documentation, per Alvaro.Bruce Momjian2005-04-27
* Mention that PAM requires the user already exist in the database, perBruce Momjian2005-04-26
* Add documentation stating how to determine if FSM settings are too lowBruce Momjian2005-04-23
* Typo fix. Alvaro.Bruce Momjian2005-04-22
* Remove pre-7.3 mention that FOR UPDATE can be before LIMIT.Bruce Momjian2005-04-22
* Clarify that only crypt can't use md5 pg_shadow passwords.Bruce Momjian2005-04-22
* Clarify use of MD5 authentication and pg_shadow encryption.Bruce Momjian2005-04-21
* Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane2005-04-21
* Add note clarifying that indexes that support ordered scans had betterTom Lane2005-04-20
* >>>>Luckily, PG 8 is available for this. Do you have a short example?Bruce Momjian2005-04-19
* > >Luckily, PG 8 is available for this. Do you have a short example?Bruce Momjian2005-04-19
* Update PITR wording, per Simon.Bruce Momjian2005-04-19
* Update PITR setence to mention WAL and file system dump.Bruce Momjian2005-04-18
* Add description that WAL files used during backup have to be archivedBruce Momjian2005-04-18
* Update PITR mention of which WAL files are needed.Bruce Momjian2005-04-18
* Clarify name of file to be checked for PITR expiring.Bruce Momjian2005-04-17
* Minor improvements to locale documentation.Tom Lane2005-04-16
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-13
* Minor consistency improvement to the documentation on array functions.Neil Conway2005-04-13
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-12
* Fix broken markup.Tom Lane2005-04-12
* We don't put URL's in ulink's because the URL is always generated, butBruce Momjian2005-04-09
* Change the default setting of "add_missing_from" to false. This has beenNeil Conway2005-04-08
* Update and copy-edit release notes for 8.0.2.Tom Lane2005-04-07
* Allow plpgsql functions to omit RETURN command when the function returnsTom Lane2005-04-07
* Minor documentation tweak.Neil Conway2005-04-07
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-07
* Adjust grammar for plpgsql's OPEN command so that a cursor can beTom Lane2005-04-05