aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update typedef list for 8.2 pgindent run.Bruce Momjian2006-10-03
* Fix yesno_prompt() memory leak in /script tools, reported by Converity.Bruce Momjian2006-10-03
* Improve numeric overflow error message.Bruce Momjian2006-10-03
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* Improve readline psql prompt suggestion.Bruce Momjian2006-10-03
* Add experimental support for db2x texinfoBruce Momjian2006-10-03
* The attached patch changes units of the some default values inBruce Momjian2006-10-03
* Cleanup pgwin32_open() 'if' test, and avoid possible error.Bruce Momjian2006-10-03
* Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. MagnusTom Lane2006-10-03
* Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was beingBruce Momjian2006-10-03
* This patch fixes a small typo in information_schema.sgml.Bruce Momjian2006-10-03
* Mention in postgresql.conf that autovacuum also needsBruce Momjian2006-10-03
* Add URL for strlcpy():Bruce Momjian2006-10-03
* Add:Bruce Momjian2006-10-03
* Add URL about strlcpy() creation history.Bruce Momjian2006-10-02
* Update wording:Bruce Momjian2006-10-02
* Add:Bruce Momjian2006-10-02
* Remove mention of the -fast option from the Solaris FAQ.Bruce Momjian2006-10-02
* Update recovery documentation.Bruce Momjian2006-10-02
* Update tsearch2 README.Bruce Momjian2006-10-02
* Add URL for cached copy of paper as SGML comment.Bruce Momjian2006-10-02
* Add release note item:Bruce Momjian2006-10-02
* Move "Exotic Features" to the bottom of TODO.Bruce Momjian2006-10-02
* Properly handle the case where strlcpy() exists in libc but isn'tTom Lane2006-10-02
* Improve documentation of configure's readline/libedit switches.Tom Lane2006-10-01
* Make some marginal performance improvements in reportErrorPosition(),Tom Lane2006-10-01
* Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERRORTom Lane2006-10-01
* date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano.Tom Lane2006-10-01
* Remove accented characters in comments, to avoid failures when thisTom Lane2006-10-01
* Fix overly enthusiastic Assert introduced in 8.1: it's expecting aTom Lane2006-10-01
* Suppress compiler warnings.Tom Lane2006-09-30
* uninstall script for sslinfoTom Lane2006-09-30
* uninstall script for pg_freespacemapTom Lane2006-09-30
* uninstall script for pgrowlocks - Josh DrakeTom Lane2006-09-30
* Add uninstall script for adminpack - Josh DrakeTom Lane2006-09-30
* BSD/OS doesn't have a prototype for strlcpy() but has the function, soBruce Momjian2006-09-30
* Add:Bruce Momjian2006-09-30
* Add MONEY URL:Bruce Momjian2006-09-30
* Allow assignment to array elements not contiguous with those alreadyTom Lane2006-09-29
* Remove duplicate (and now incorrect) documentation for row-wise IS [NOT]Tom Lane2006-09-29
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-28
* Add URL for client_encoding being set by client:Bruce Momjian2006-09-28
* Fix a couple other places that need to know about (some) src/port/ filesTom Lane2006-09-28
* Oops, forgot that libpq needs extra steps to make use of src/port/ files.Tom Lane2006-09-27
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* Add strlcpy() to the set of functions supported by src/port/ when notTom Lane2006-09-27
* Fix some misuses of strncat().Tom Lane2006-09-27
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-27
* GiST stands for "Generalized Search Tree", and therefore should not beNeil Conway2006-09-27
* Degrade the transaction-id wraparound point message from LOG to DEBUG1, perAlvaro Herrera2006-09-26