Commit Graph

23478 Commits (451e419e9852cdf9d7e7cefc09d5355abb3405e9)
 

Author SHA1 Message Date
Bruce Momjian 451e419e98 Udpate typedefs for pgindent. 20 years ago
Tom Lane 6edd2b4a91 Switch over to using our own qsort() all the time, as has been proposed 20 years ago
Bruce Momjian ed80f5701b pgevent fixes: 20 years ago
Bruce Momjian eff77a759a Update typedef list for 8.2 pgindent run. 20 years ago
Bruce Momjian fb541a1b59 Fix yesno_prompt() memory leak in /script tools, reported by Converity. 20 years ago
Bruce Momjian 0a42adcc32 Improve numeric overflow error message. 20 years ago
Bruce Momjian 45c8ed96b9 Make some sentences consistent with similar ones. 20 years ago
Bruce Momjian 9e23cd612e Improve readline psql prompt suggestion. 20 years ago
Bruce Momjian 756d450313 Add experimental support for db2x texinfo 20 years ago
Bruce Momjian 5441a64164 The attached patch changes units of the some default values in 20 years ago
Bruce Momjian e15ce612b5 Cleanup pgwin32_open() 'if' test, and avoid possible error. 20 years ago
Tom Lane 0184c6835c Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus 20 years ago
Bruce Momjian 878f32feab Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was being 20 years ago
Bruce Momjian 6e6125dc69 This patch fixes a small typo in information_schema.sgml. 20 years ago
Bruce Momjian e3f1607cf8 Mention in postgresql.conf that autovacuum also needs 20 years ago
Bruce Momjian e020a5a6a9 Add URL for strlcpy(): 20 years ago
Bruce Momjian 725ab82975 Add: 20 years ago
Bruce Momjian b65b2cead5 Add URL about strlcpy() creation history. 20 years ago
Bruce Momjian 8ef72878b5 Update wording: 20 years ago
Bruce Momjian 9b9e0e61a5 Add: 20 years ago
Bruce Momjian ae9b60322e Remove mention of the -fast option from the Solaris FAQ. 20 years ago
Bruce Momjian 5d52ad9dc8 Update recovery documentation. 20 years ago
Bruce Momjian 26ffa627ac Update tsearch2 README. 20 years ago
Bruce Momjian 9ec71d5d1b Add URL for cached copy of paper as SGML comment. 20 years ago
Bruce Momjian 5257c7f829 Add release note item: 20 years ago
Bruce Momjian 7de0a919a2 Move "Exotic Features" to the bottom of TODO. 20 years ago
Tom Lane 1e05359f4b Properly handle the case where strlcpy() exists in libc but isn't 20 years ago
Tom Lane 7ceec34a73 Improve documentation of configure's readline/libedit switches. 20 years ago
Tom Lane db2dcf58be Make some marginal performance improvements in reportErrorPosition(), 20 years ago
Tom Lane 8e4fe3ba1e Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERROR 20 years ago
Tom Lane e69c09c1e9 date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano. 20 years ago
Tom Lane 363c8cf21f Remove accented characters in comments, to avoid failures when this 20 years ago
Tom Lane 514ce7a331 Fix overly enthusiastic Assert introduced in 8.1: it's expecting a 20 years ago
Tom Lane 87cd901cba Suppress compiler warnings. 20 years ago
Tom Lane 8136041a80 uninstall script for sslinfo 20 years ago
Tom Lane ad5031feac uninstall script for pg_freespacemap 20 years ago
Tom Lane 035599da01 uninstall script for pgrowlocks - Josh Drake 20 years ago
Tom Lane 8fd0e43c4e Add uninstall script for adminpack - Josh Drake 20 years ago
Bruce Momjian a9c7c5c240 BSD/OS doesn't have a prototype for strlcpy() but has the function, so 20 years ago
Bruce Momjian 6bb9fc9fee Add: 20 years ago
Bruce Momjian 7229b8cb8a Add MONEY URL: 20 years ago
Tom Lane 352a56ba68 Allow assignment to array elements not contiguous with those already 20 years ago
Tom Lane 673a573dcc Remove duplicate (and now incorrect) documentation for row-wise IS [NOT] 20 years ago
Tom Lane f213131f20 Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to 20 years ago
Bruce Momjian d3aa4a8e33 Add URL for client_encoding being set by client: 20 years ago
Tom Lane 062421defb Fix a couple other places that need to know about (some) src/port/ files 20 years ago
Tom Lane 85bbd549d8 Oops, forgot that libpq needs extra steps to make use of src/port/ files. 20 years ago
Tom Lane c92f7e258e Replace strncpy with strlcpy in selected places that seem possibly relevant 20 years ago
Tom Lane 996b203e62 Add strlcpy() to the set of functions supported by src/port/ when not 20 years ago
Tom Lane 1d45168f4b Fix some misuses of strncat(). 20 years ago