Commit Graph

3951 Commits (d51df918970bcf42f915a3882bfdee5972aa9bad)

Author SHA1 Message Date
Bruce Momjian 6f61ddd40d Typo fix. Alvaro. 21 years ago
Bruce Momjian 8f4a1b3e84 Update URL for TODO list. 21 years ago
Bruce Momjian d76f279a55 Remove pre-7.3 mention that FOR UPDATE can be before LIMIT. 21 years ago
Bruce Momjian 26bb65df1e Clarify that only crypt can't use md5 pg_shadow passwords. 21 years ago
Bruce Momjian c82b895284 Clarify use of MD5 authentication and pg_shadow encryption. 21 years ago
Tom Lane 14c7fba3f7 Rethink original decision to use AND/OR Expr nodes to represent bitmap 21 years ago
Bruce Momjian c6221db3c0 Updated text for bitmaps: 21 years ago
Bruce Momjian 631e03145f Done: 21 years ago
Tom Lane 1c155c8dfb Add note clarifying that indexes that support ordered scans had better 21 years ago
Bruce Momjian de4fbfadc5 Add: 21 years ago
Bruce Momjian e5c7c05168 Add: 21 years ago
Bruce Momjian 047b8a71d1 Add: 21 years ago
Bruce Momjian fa66de98a9 >>>>Luckily, PG 8 is available for this. Do you have a short example? 21 years ago
Bruce Momjian bd32a25598 > >Luckily, PG 8 is available for this. Do you have a short example? 21 years ago
Bruce Momjian dd39dd232f Update PITR wording, per Simon. 21 years ago
Bruce Momjian 8023b7fa5a Add WAL entry about compression. 21 years ago
Bruce Momjian 01979d1bd5 Update PITR setence to mention WAL and file system dump. 21 years ago
Bruce Momjian 54fe332776 Update TODO script sample. 21 years ago
Bruce Momjian 68d2f9283d Add description that WAL files used during backup have to be archived 21 years ago
Bruce Momjian c68f6d7963 Add HTML version of TODO to CVS, for web site use. 21 years ago
Bruce Momjian d755688f24 Update PITR mention of which WAL files are needed. 21 years ago
Bruce Momjian 18b985055d Clarify name of file to be checked for PITR expiring. 21 years ago
Tom Lane 85eee28cec Minor improvements to locale documentation. 21 years ago
Tom Lane 7c13781ee7 First phase of project to use fixed OIDs for all system catalogs and 21 years ago
Tom Lane 2193a856a2 Simplify initdb-time assignment of OIDs as I proposed yesterday, and 21 years ago
Neil Conway 6853a37a83 Minor consistency improvement to the documentation on array functions. 21 years ago
Tom Lane 2e7a68896b Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can 21 years ago
Tom Lane 3803f24379 Fix broken markup. 21 years ago
Bruce Momjian 0e2f88a6d5 We don't put URL's in ulink's because the URL is always generated, but 21 years ago
Neil Conway eb4b7a0b77 Change the default setting of "add_missing_from" to false. This has been 21 years ago
Tom Lane 26f831a950 Update and copy-edit release notes for 8.0.2. 21 years ago
Tom Lane e00ee88761 Allow plpgsql functions to omit RETURN command when the function returns 21 years ago
Neil Conway 5c7c017b07 Minor documentation tweak. 21 years ago
Neil Conway f5ab0a14ea Add a "USING" clause to DELETE, which is equivalent to the FROM clause 21 years ago
Tom Lane 726220fb9f Adjust grammar for plpgsql's OPEN command so that a cursor can be 21 years ago
Tom Lane fd97cf4df0 plpgsql does OUT parameters, as per my proposal a few weeks ago. 21 years ago
Tom Lane 2af664e7ce Fix broken markup. 21 years ago
Neil Conway dba561f94e Add a link to www.postgresql.org/download to the installation instructions. 21 years ago
Bruce Momjian dfd33e2ff6 Fix release not typo. 21 years ago
Bruce Momjian 65d2624e04 Update release notes for 8.0.2. 21 years ago
Bruce Momjian 9e9724e8bd Fix wrong week returnded by date_trunc('week') for early dates in 21 years ago
Tom Lane 47888fe842 First phase of OUT-parameters project. We can now define and use SQL 21 years ago
Bruce Momjian fd977434b3 Adjust SGML ulink tags to the URL is always displayed in our printed docs. 21 years ago
Neil Conway d4beb2636c Minor tweak to documentation. 21 years ago
Neil Conway 320f85a953 Fix typo. 21 years ago
Tom Lane 0f085f6e9d Add proallargtypes and proargmodes columns to pg_proc, as per my earlier 21 years ago
Tom Lane 8c85a34a3b Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the 21 years ago
Neil Conway 4f6f5db474 Add SPI_getnspname(), including documentation. 21 years ago
Tom Lane 70c9763d48 Convert oidvector and int2vector into variable-length arrays. This 21 years ago
Tom Lane bf3dbb5881 First steps towards index scans with heap access decoupled from index 21 years ago