Age | Commit message (Expand) | Author |
2004-11-08 | Recommend that archive_command be coded to not overwrite existing files. | Tom Lane |
2004-11-08 | Use correct function name in example | Peter Eisentraut |
2004-11-06 | Reduce formatting entropy | Peter Eisentraut |
2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
2004-11-04 | Minor documentation updates from Simon Riggs. | Tom Lane |
2004-10-30 | Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. | Tom Lane |
2004-10-30 | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane |
2004-10-29 | Fix broken example for PREPARE. | Tom Lane |
2004-10-29 | Improvements to the CREATE DATABASE reference page's description of the | Neil Conway |
2004-10-29 | Minor improvements to the tablespace documentation. | Neil Conway |
2004-10-27 | Update German FAQ. | Bruce Momjian |
2004-10-26 | Document IS DISTINCT FROM in a more obvious place, and add some more | Tom Lane |
2004-10-26 | Update Russian FAQ. | Bruce Momjian |
2004-10-25 | Update copyright information in documentation. Also, add a note | Neil Conway |
2004-10-24 | Update for 8.0: pg_tablespace is now also a shared catalog. | Tom Lane |
2004-10-24 | Add note that REINDEX takes a weaker lock than it used to. | Tom Lane |
2004-10-22 | In ALTER COLUMN TYPE, strip any implicit coercion operations appearing | Tom Lane |
2004-10-22 | Fix documentation typo. | Neil Conway |
2004-10-22 | Update release history for releases 7.4.6, 7.3.8, 7.2.6. | Tom Lane |
2004-10-21 | Update obsolete comments about COPY vs INSERT options, per Uwe Schroeder. | Tom Lane |
2004-10-21 | Disallow referential integrity actions from being deferred; only the | Tom Lane |
2004-10-18 | Add PQprepare/PQsendPrepared functions to libpq to support preparing | Tom Lane |
2004-10-18 | Updated SQL key words table | Peter Eisentraut |
2004-10-18 | Update Japanese FAQ. | Bruce Momjian |
2004-10-17 | Allow background writing to be shut down by setting limit values to zero. | Tom Lane |
2004-10-15 | This patch clarifies the usage of references in PL/Perl :) | Bruce Momjian |
2004-10-15 | Have log_duration only output when log_statement has printed the query. | Bruce Momjian |
2004-10-15 | Update wording. | Bruce Momjian |
2004-10-15 | New wording on the three standards. | Bruce Momjian |
2004-10-14 | Update mingw faq. | Bruce Momjian |
2004-10-14 | Update Win32 fAQ. | Bruce Momjian |
2004-10-14 | Typo cleanup. | Bruce Momjian |
2004-10-14 | Update standards names. | Bruce Momjian |
2004-10-14 | Update 2003 as an official standard. | Bruce Momjian |
2004-10-14 | Add "draft". | Bruce Momjian |
2004-10-14 | Reorder links. | Bruce Momjian |
2004-10-14 | More URL updates. | Bruce Momjian |
2004-10-14 | Update markup. | Bruce Momjian |
2004-10-14 | New urls. | Bruce Momjian |
2004-10-14 | Working improvement. | Bruce Momjian |
2004-10-14 | Fix markup. | Bruce Momjian |
2004-10-14 | Add standards URL's. | Bruce Momjian |
2004-10-11 | Fix pg_indexes view so that it shows the index's tablespace not the | Tom Lane |
2004-10-09 | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane |
2004-10-08 | Add MinGW FAQ. | Bruce Momjian |
2004-10-08 | Include schema name in pg_restore -l output, per request from Phil Endecott. | Tom Lane |
2004-10-08 | Whack some sense into the configuration-file-location patch. | Tom Lane |
2004-10-06 | Suppress psql \s help display for platforms like Win32 that don't | Bruce Momjian |
2004-10-06 | please find attached an alternate submission which addresses open item | Bruce Momjian |
2004-10-04 | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane |