summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2005-05-20Implement md5(bytea), update regression tests and documentation. PatchNeil Conway
2005-05-17Extend the pg_locks system view so that it can fully display all lockTom Lane
2005-05-17GiST improvements:Neil Conway
2005-05-15Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian
2005-05-13Add missing quote, per Dave Page.Tom Lane
2005-05-13Update createuser examples to match the current program behavior,Tom Lane
2005-05-13Fix broken markup.Tom Lane
2005-05-11Document where to download free Microsoft and Borland development tools.Bruce Momjian
2005-05-11Document that bcc compiles now need the -N flag, backpatch to 8.0.X.Bruce Momjian
2005-05-11Fix newly introduced spelling error.Neil Conway
2005-05-11Add mention that not all functions are listed.Bruce Momjian
2005-05-10Back out check for unreferenced files.Bruce Momjian
2005-05-09Rename encryption section.Bruce Momjian
2005-05-09Improve wording of new documentation section on encryption, and move itBruce Momjian
2005-05-09Complete the following TODO items:Neil Conway
2005-05-09Update release notes for upcoming re-releases.Tom Lane
2005-05-08Add encryption section to documentation.Bruce Momjian
2005-05-08Documentation adjustments.Bruce Momjian
2005-05-07Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian
2005-05-06Update misleading comment about the use of lanpltrusted ... it isTom Lane
2005-05-06Remove documentation that CSV didn't handle carriage returns and lineBruce Momjian
2005-05-05Per core discussion, we should push out a 7.2.* release too whileTom Lane
2005-05-04Preliminary release notes for 8.0.3, 7.4.8, 7.3.10.Tom Lane
2005-05-03Alter the signature for encoding conversion functions to declare theTom Lane
2005-05-02Check the file system on postmaster startup and report any unreferencedBruce Momjian
2005-05-02Add some missing "See Also" entries to the domain-related SQL referenceNeil Conway
2005-05-02Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway
2005-05-01Change CREATE TYPE to require datatype output and send functions to haveTom Lane
2005-05-01Fix incorrect backslashing in regexp example, per Robert Treat.Tom Lane
2005-05-01Mention the actual stored size of NUMERIC values, per David Fetter.Tom Lane
2005-04-28Implement sharable row-level locks, and use them for foreign key referencesTom Lane
2005-04-28Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction toBruce Momjian
2005-04-27Wording improvement.Bruce Momjian
2005-04-27Update PAM documentation, per Alvaro.Bruce Momjian
2005-04-26Mention that PAM requires the user already exist in the database, perBruce Momjian
2005-04-23Add documentation stating how to determine if FSM settings are too lowBruce Momjian
2005-04-22Typo fix. Alvaro.Bruce Momjian
2005-04-22Remove pre-7.3 mention that FOR UPDATE can be before LIMIT.Bruce Momjian
2005-04-22Clarify that only crypt can't use md5 pg_shadow passwords.Bruce Momjian
2005-04-21Clarify use of MD5 authentication and pg_shadow encryption.Bruce Momjian
2005-04-21Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane
2005-04-20Add note clarifying that indexes that support ordered scans had betterTom Lane
2005-04-19>>>>Luckily, PG 8 is available for this. Do you have a short example?Bruce Momjian
2005-04-19> >Luckily, PG 8 is available for this. Do you have a short example?Bruce Momjian
2005-04-19Update PITR wording, per Simon.Bruce Momjian
2005-04-18Update PITR setence to mention WAL and file system dump.Bruce Momjian
2005-04-18Add description that WAL files used during backup have to be archivedBruce Momjian
2005-04-18Update PITR mention of which WAL files are needed.Bruce Momjian
2005-04-17Clarify name of file to be checked for PITR expiring.Bruce Momjian
2005-04-16Minor improvements to locale documentation.Tom Lane