Age | Commit message (Expand) | Author |
2005-04-23 | Update FAQ items to point to existing web pages rather than duplication | Bruce Momjian |
2005-04-23 | Update FAQ release number to 8.0.2. | Bruce Momjian |
2005-04-23 | Add documentation stating how to determine if FSM settings are too low | Bruce Momjian |
2005-04-22 | Fix typo: | Bruce Momjian |
2005-04-22 | Typo fix. Alvaro. | Bruce Momjian |
2005-04-22 | Update URL for TODO list. | Bruce Momjian |
2005-04-22 | Remove pre-7.3 mention that FOR UPDATE can be before LIMIT. | Bruce Momjian |
2005-04-22 | Clarify that only crypt can't use md5 pg_shadow passwords. | Bruce Momjian |
2005-04-21 | Clarify use of MD5 authentication and pg_shadow encryption. | Bruce Momjian |
2005-04-21 | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane |
2005-04-21 | Updated text for bitmaps: | Bruce Momjian |
2005-04-21 | Done: | Bruce Momjian |
2005-04-20 | Add note clarifying that indexes that support ordered scans had better | Tom Lane |
2005-04-20 | Add: | Bruce Momjian |
2005-04-20 | Add: | Bruce Momjian |
2005-04-20 | Add: | Bruce Momjian |
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-19 | Update PITR wording, per Simon. | Bruce Momjian |
2005-04-18 | Add WAL entry about compression. | Bruce Momjian |
2005-04-18 | Update PITR setence to mention WAL and file system dump. | Bruce Momjian |
2005-04-18 | Update TODO script sample. | Bruce Momjian |
2005-04-18 | Add description that WAL files used during backup have to be archived | Bruce Momjian |
2005-04-18 | Add HTML version of TODO to CVS, for web site use. | Bruce Momjian |
2005-04-18 | Update PITR mention of which WAL files are needed. | Bruce Momjian |
2005-04-17 | Clarify name of file to be checked for PITR expiring. | Bruce Momjian |
2005-04-16 | Minor improvements to locale documentation. | Tom Lane |
2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |
2005-04-13 | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane |
2005-04-13 | Minor consistency improvement to the documentation on array functions. | Neil Conway |
2005-04-12 | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane |
2005-04-12 | Fix broken markup. | Tom Lane |
2005-04-09 | We don't put URL's in ulink's because the URL is always generated, but | Bruce Momjian |
2005-04-08 | Change the default setting of "add_missing_from" to false. This has been | Neil Conway |
2005-04-07 | Update and copy-edit release notes for 8.0.2. | Tom Lane |
2005-04-07 | Allow plpgsql functions to omit RETURN command when the function returns | Tom Lane |
2005-04-07 | Minor documentation tweak. | Neil Conway |
2005-04-07 | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway |
2005-04-05 | Adjust grammar for plpgsql's OPEN command so that a cursor can be | Tom Lane |
2005-04-05 | plpgsql does OUT parameters, as per my proposal a few weeks ago. | Tom Lane |
2005-04-05 | Fix broken markup. | Tom Lane |
2005-04-04 | Add a link to www.postgresql.org/download to the installation instructions. | Neil Conway |
2005-04-02 | Fix release not typo. | Bruce Momjian |
2005-04-02 | Update release notes for 8.0.2. | Bruce Momjian |
2005-04-01 | Fix wrong week returnded by date_trunc('week') for early dates in | Bruce Momjian |
2005-03-31 | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane |
2005-03-31 | Adjust SGML ulink tags to the URL is always displayed in our printed docs. | Bruce Momjian |
2005-03-30 | Minor tweak to documentation. | Neil Conway |
2005-03-30 | Fix typo. | Neil Conway |
2005-03-29 | Add proallargtypes and proargmodes columns to pg_proc, as per my earlier | Tom Lane |