summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-10-02Properly handle the case where strlcpy() exists in libc but isn'tTom 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-01Fix overly enthusiastic Assert introduced in 8.1: it's expecting aTom Lane
2006-09-30BSD/OS doesn't have a prototype for strlcpy() but has the function, soBruce Momjian
2006-09-29Allow assignment to array elements not contiguous with those alreadyTom Lane
2006-09-28Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane
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-26Degrade the transaction-id wraparound point message from LOG to DEBUG1, perAlvaro Herrera
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-25Fix notice message from DROP FUNCTION IF EXISTS, and improve messageTom Lane
2006-09-24Fix incorrect mapping of fopen mode 'a' in recently-added code toTom Lane
2006-09-24Cause pg_regress to invoke the temporary postmaster as 'postgres' notTom Lane
2006-09-24Suppress useless warning on pre-XP versions of Windows. MagnusTom Lane
2006-09-23Tag us Beta1REL8_2_BETA1PostgreSQL Daemon
2006-09-22Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-22Surely this temp buffer needn't be static.Tom Lane
2006-09-22Rearrange yes/no prompting code so that the prompts always show thePeter Eisentraut
2006-09-22Add units to the default postgresql.conf. For the most part, this shouldPeter Eisentraut
2006-09-21Fix free space map to correctly track the total amount of FSM space neededTom Lane
2006-09-20Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane
2006-09-19Improve usage of effective_cache_size parameter by assuming that all theTom Lane
2006-09-19Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane
2006-09-18Add built-in userlock manipulation functions to replace the formerTom Lane
2006-09-18Fix problems with column name list of CREATE TABLE AS being applied toTom Lane
2006-09-18Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing;Tom Lane
2006-09-17Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock onTom Lane
2006-09-17Marginal cleanup in arrangements for ensuring StrategyHintVacuum is clearedTom Lane
2006-09-16Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane
2006-09-16Update timezone data files to release 2006k of the zic database.Tom Lane
2006-09-16Define errcode as __msvc_errcode not __vc_errcode for MSVC builds,Tom Lane
2006-09-15Several fixes for MSVC build scripts, from Magnus.Tom Lane
2006-09-15Fix some uses of str[n]casecmp that should be pg_str[n]casecmp,Tom Lane
2006-09-15Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane
2006-09-15Improve confusing comment for HeapTupleSatisfiesNow, per gripe from Greg Stark.Tom Lane
2006-09-14Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian
2006-09-14Add a couple of information functions to support direct checks on whetherTom Lane
2006-09-14Improve error message. Per discussionTeodor Sigaev
2006-09-14Cygwin systems seem to have a different error message when trying to connect ...Michael Meskes
2006-09-14Added missing constuctor/destructor for interval and date.Michael Meskes
2006-09-13Make logging of extended-protocol commands a bit more consistent, perTom Lane