summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-03Fix yesno_prompt() memory leak in /script tools, reported by Converity.Bruce Momjian
2006-10-03Improve numeric overflow error message.Bruce Momjian
2006-10-03Make some sentences consistent with similar ones.Bruce Momjian
2006-10-03Improve readline psql prompt suggestion.Bruce Momjian
2006-10-03Add experimental support for db2x texinfoBruce Momjian
2006-10-03The attached patch changes units of the some default values inBruce Momjian
2006-10-03Cleanup pgwin32_open() 'if' test, and avoid possible error.Bruce Momjian
2006-10-03Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. MagnusTom Lane
2006-10-03Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was beingBruce Momjian
2006-10-03This patch fixes a small typo in information_schema.sgml.Bruce Momjian
2006-10-03Mention in postgresql.conf that autovacuum also needsBruce Momjian
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