summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-10-04Udpate typedefs for pgindent.Bruce Momjian
2006-10-03Switch over to using our own qsort() all the time, as has been proposedTom Lane
2006-10-03pgevent fixes:Bruce Momjian
2006-10-03Update typedef list for 8.2 pgindent run.Bruce Momjian
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-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-03Mention in postgresql.conf that autovacuum also needsBruce Momjian
2006-10-02Add URL about strlcpy() creation history.Bruce Momjian
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