aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
* Mention in postgresql.conf that autovacuum also needsBruce Momjian2006-10-03
* Add URL about strlcpy() creation history.Bruce Momjian2006-10-02
* Properly handle the case where strlcpy() exists in libc but isn'tTom Lane2006-10-02
* 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
* Fix overly enthusiastic Assert introduced in 8.1: it's expecting aTom Lane2006-10-01
* BSD/OS doesn't have a prototype for strlcpy() but has the function, soBruce Momjian2006-09-30
* Allow assignment to array elements not contiguous with those alreadyTom Lane2006-09-29
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-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
* Degrade the transaction-id wraparound point message from LOG to DEBUG1, perAlvaro Herrera2006-09-26
* Added new filesMichael Meskes2006-09-26
* Added Joachim's changes for MinGW.Michael Meskes2006-09-26
* Increase default value of effective_cache_size to 128MB, per discussion.Tom Lane2006-09-25
* Add a check to prevent overwriting valid data if smgrnblocks() gives aTom Lane2006-09-25
* Fix notice message from DROP FUNCTION IF EXISTS, and improve messageTom Lane2006-09-25
* Fix incorrect mapping of fopen mode 'a' in recently-added code toTom Lane2006-09-24
* Cause pg_regress to invoke the temporary postmaster as 'postgres' notTom Lane2006-09-24
* Suppress useless warning on pre-XP versions of Windows. MagnusTom Lane2006-09-24
* Tag us Beta1REL8_2_BETA1PostgreSQL Daemon2006-09-23
* Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane2006-09-22
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Surely this temp buffer needn't be static.Tom Lane2006-09-22
* Rearrange yes/no prompting code so that the prompts always show thePeter Eisentraut2006-09-22
* Add units to the default postgresql.conf. For the most part, this shouldPeter Eisentraut2006-09-22
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-21
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-20
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-19
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-19
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-18
* Fix problems with column name list of CREATE TABLE AS being applied toTom Lane2006-09-18
* Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing;Tom Lane2006-09-18
* Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock onTom Lane2006-09-17
* Marginal cleanup in arrangements for ensuring StrategyHintVacuum is clearedTom Lane2006-09-17
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-16
* Update timezone data files to release 2006k of the zic database.Tom Lane2006-09-16
* Define errcode as __msvc_errcode not __vc_errcode for MSVC builds,Tom Lane2006-09-16
* Several fixes for MSVC build scripts, from Magnus.Tom Lane2006-09-15