Age | Commit message (Expand) | Author |
2010-10-08 | Warn that views can be safely used to hide columns, but not rows. | Robert Haas |
2010-10-08 | Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan. | Tom Lane |
2010-10-07 | Improve WAL reliability documentation, and add more cross-references to it. | Robert Haas |
2010-10-05 | Correct docs for behaviour of ALTER DATABASE .. RENAME during Hot Standby. | Simon Riggs |
2010-10-05 | Undo some poorly-thought-out "proofreading improvements". | Tom Lane |
2010-09-30 | Use a separate interpreter for each calling SQL userid in plperl and pltcl. | Tom Lane |
2010-09-30 | Adjust pg_archivecleanup docs to match message changes made 2010-06-17. | Robert Haas |
2010-09-30 | Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22, | Tom Lane |
2010-09-29 | Update ecpglib error code listing | Peter Eisentraut |
2010-09-28 | Mention that pg_upgrade requires write permission in the current | Bruce Momjian |
2010-09-28 | Mention in pg_upgrade docs that the proper Win32 service name should be used. | Bruce Momjian |
2010-09-28 | Add mention of installing pg_upgrade_support in pg_upgrade doc section | Bruce Momjian |
2010-09-28 | Add missing agg_type nonterminal description in new reference page. | Alvaro Herrera |
2010-09-28 | Add a SECURITY LABEL command. | Robert Haas |
2010-09-26 | Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE | Peter Eisentraut |
2010-09-25 | Fix man page markup for <cmdsynopsis> with multiple variants | Peter Eisentraut |
2010-09-23 | Replace doc references to install-win32 with install-windows. | Robert Haas |
2010-09-23 | Fix inconsistent capitalization of "PL/pgSQL". | Robert Haas |
2010-09-23 | Do some copy-editing on the Git usage docs. | Tom Lane |
2010-09-22 | Fix remaining stray references to CVS. | Tom Lane |
2010-09-22 | Add assorted other documentation build targets to documentation gitignore. | Tom Lane |
2010-09-22 | Remove anonymous cvs instructions, and replace them with instructions | Magnus Hagander |
2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
2010-09-21 | Fix a missed explanation of auto-analyze threshold, per Joe Miller. | Tom Lane |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-09-19 | Fix several broken $PostgreSQL$ keywords. Noted while experimenting | Tom Lane |
2010-09-17 | Move pg_db_role_setting docs to correct place in alphabetical order. | Robert Haas |
2010-09-16 | Stamp 9.0 release notes with expected release date; also some last-minute | Tom Lane |
2010-09-16 | Fix bad grammar. | Tom Lane |
2010-09-15 | Add a compatibility note about plpgsql's treatment of SELECT INTO rec.fld | Tom Lane |
2010-09-13 | Elaborate on what gets stored in pg_authid.rolpasswd. | Robert Haas |
2010-09-13 | Don't try aligning comments for new archive_command Win32 doc example; | Bruce Momjian |
2010-09-13 | Link from pg_shadow docs to pg_authid docs. | Robert Haas |
2010-09-12 | Re-add documentation for Win32 copy syntax for archive_command. | Bruce Momjian |
2010-09-09 | Remove obsolete claim that gzip is needed while installing PG's documentation. | Tom Lane |
2010-09-09 | Doc fixes: | Bruce Momjian |
2010-09-08 | Add tip about building plpython 2 and 3. Fix link to Python docs. | Peter Eisentraut |
2010-09-07 | Clarify that surrogate pairs are not encoded in UTF-8 directly | Peter Eisentraut |
2010-09-03 | Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1 | Tom Lane |
2010-09-02 | 9.1alpha1 release notes. | Tom Lane |
2010-09-02 | Clean up description of ecpg's dtcvfmtasc function. | Tom Lane |
2010-09-02 | Clean up some bad grammar and punctuation in description of ecpg's decimal | Tom Lane |
2010-09-01 | Clarify documentation of handling of null arguments for aggregates. | Tom Lane |
2010-09-01 | Improve release notes' description of Teodor's fixes for polygon overlaps | Tom Lane |
2010-08-31 | Add missing markup for translatability | Alvaro Herrera |
2010-08-29 | Remove obsolete remark that PQprepare() is more flexible than PREPARE. | Tom Lane |
2010-08-26 | Document the existence of the socket lock file under unix_socket_directory, | Tom Lane |
2010-08-26 | Explain automatic creation (or lack of it) of indexes for the various types | Tom Lane |
2010-08-25 | Remove docs for "Incrementally Updated Backups" because it was of | Bruce Momjian |
2010-08-25 | Document filtering dictionaries in textsearch.sgml. | Tom Lane |