Commit Graph

23552 Commits (87eed2e3e1663ffa7081fce61725f35bd1aed6ec)
 

Author SHA1 Message Date
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
Tom Lane 9ba4065312 Remove separate strdup.h header file; it's redundant with port.h. 20 years ago
Neil Conway de6ca63d7f GiST stands for "Generalized Search Tree", and therefore should not be 20 years ago
Alvaro Herrera 4650c4fdb9 Degrade the transaction-id wraparound point message from LOG to DEBUG1, per 20 years ago
Bruce Momjian 1d5a13b154 Update wording of inheritance major release item. 20 years ago
Bruce Momjian 8580985c2b Split out inheritance major feature item in release notes. 20 years ago
Bruce Momjian 03a68a7cae Done: 20 years ago
Michael Meskes 2c660c61cf Added new files 20 years ago
Michael Meskes 9897e35c56 Added Joachim's changes for MinGW. 20 years ago
Tom Lane 0f8fc35a5a Increase default value of effective_cache_size to 128MB, per discussion. 20 years ago
Tom Lane ffae5cc5a6 Add a check to prevent overwriting valid data if smgrnblocks() gives a 20 years ago
Neil Conway 6575920fa5 More incremental improvements for the release notes. 20 years ago
Tom Lane 1f4841a953 no-data-for-failed-tables is a pg_restore option, not a pg_dump option. 20 years ago
Tom Lane c232c8afa8 Fix notice message from DROP FUNCTION IF EXISTS, and improve message 20 years ago
Bruce Momjian 0c858bd69e Fix name, "Laurenz Albe" at request of author. 20 years ago
Neil Conway 2804442da6 Minor incremental improvements to the release notes. 20 years ago
Tom Lane 1d0969041e Fix incorrect mapping of fopen mode 'a' in recently-added code to 20 years ago
Tom Lane f375d5d6f9 Cause pg_regress to invoke the temporary postmaster as 'postgres' not 20 years ago
Tom Lane ccfafb4716 Suppress useless warning on pre-XP versions of Windows. Magnus 20 years ago
PostgreSQL Daemon bbed6678f3 Tag us Beta1 20 years ago
Tom Lane d40d34863e Fix pg_locks view to call advisory locks advisory locks, while preserving 20 years ago
Tom Lane beca984e5f Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only 20 years ago
Tom Lane 6d0efd3a09 Surely this temp buffer needn't be static. 20 years ago
Peter Eisentraut cbb7acface Rearrange yes/no prompting code so that the prompts always show the 20 years ago
Bruce Momjian ae3f415f1d Add to major release notes items, per Simon. 20 years ago
Peter Eisentraut 90c07a71ca Add units to the default postgresql.conf. For the most part, this should 20 years ago
Tom Lane ceefbbf718 Move incorrectly-located indexterm entry. 20 years ago