summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-03Add URL for strlcpy():Bruce Momjian
2006-10-03Add:Bruce Momjian
2006-10-02Add URL about strlcpy() creation history.Bruce Momjian
2006-10-02Update wording:Bruce Momjian
2006-10-02Add:Bruce Momjian
2006-10-02Remove mention of the -fast option from the Solaris FAQ.Bruce Momjian
2006-10-02Update recovery documentation.Bruce Momjian
2006-10-02Update tsearch2 README.Bruce Momjian
2006-10-02Add URL for cached copy of paper as SGML comment.Bruce Momjian
2006-10-02Add release note item:Bruce Momjian
2006-10-02Move "Exotic Features" to the bottom of TODO.Bruce Momjian
2006-10-02Properly handle the case where strlcpy() exists in libc but isn'tTom Lane
2006-10-01Improve documentation of configure's readline/libedit switches.Tom Lane
2006-10-01Make some marginal performance improvements in reportErrorPosition(),Tom Lane
2006-10-01Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERRORTom Lane
2006-10-01date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano.Tom Lane
2006-10-01Remove accented characters in comments, to avoid failures when thisTom Lane
2006-10-01Fix overly enthusiastic Assert introduced in 8.1: it's expecting aTom Lane
2006-09-30Suppress compiler warnings.Tom Lane
2006-09-30uninstall script for sslinfoTom Lane
2006-09-30uninstall script for pg_freespacemapTom Lane
2006-09-30uninstall script for pgrowlocks - Josh DrakeTom Lane
2006-09-30Add uninstall script for adminpack - Josh DrakeTom Lane
2006-09-30BSD/OS doesn't have a prototype for strlcpy() but has the function, soBruce Momjian
2006-09-30Add:Bruce Momjian
2006-09-30Add MONEY URL:Bruce Momjian
2006-09-29Allow assignment to array elements not contiguous with those alreadyTom Lane
2006-09-29Remove duplicate (and now incorrect) documentation for row-wise IS [NOT]Tom Lane
2006-09-28Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane
2006-09-28Add URL for client_encoding being set by client:Bruce Momjian
2006-09-28Fix a couple other places that need to know about (some) src/port/ filesTom Lane
2006-09-27Oops, forgot that libpq needs extra steps to make use of src/port/ files.Tom Lane
2006-09-27Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane
2006-09-27Add strlcpy() to the set of functions supported by src/port/ when notTom Lane
2006-09-27Fix some misuses of strncat().Tom Lane
2006-09-27Remove separate strdup.h header file; it's redundant with port.h.Tom Lane
2006-09-27GiST stands for "Generalized Search Tree", and therefore should not beNeil Conway
2006-09-26Degrade the transaction-id wraparound point message from LOG to DEBUG1, perAlvaro Herrera
2006-09-26Update wording of inheritance major release item.Bruce Momjian
2006-09-26Split out inheritance major feature item in release notes.Bruce Momjian
2006-09-26Done:Bruce Momjian
2006-09-26Added new filesMichael Meskes
2006-09-26Added Joachim's changes for MinGW.Michael Meskes
2006-09-25Increase default value of effective_cache_size to 128MB, per discussion.Tom Lane
2006-09-25Add a check to prevent overwriting valid data if smgrnblocks() gives aTom Lane
2006-09-25More incremental improvements for the release notes.Neil Conway
2006-09-25no-data-for-failed-tables is a pg_restore option, not a pg_dump option.Tom Lane
2006-09-25Fix notice message from DROP FUNCTION IF EXISTS, and improve messageTom Lane
2006-09-25Fix name, "Laurenz Albe" at request of author.Bruce Momjian
2006-09-24Minor incremental improvements to the release notes.Neil Conway