aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()Jan Wieck2004-02-12
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-11
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-11
* Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.Bruce Momjian2004-02-11
* Add configure support for determining UINT64_FORMAT, the appropriateTom Lane2004-02-10
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-10
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-08
* Cost based vacuum delay feature.Jan Wieck2004-02-06
* Backing out the background writer sync() option.Jan Wieck2004-02-04
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* Add function (actually an int4 and an int8 version) that generatesJoe Conway2004-02-03
* Win32 adjustments for dirmod and configure/configure.in.Bruce Momjian2004-02-02
* Fix a read of uninitialized memory in next_token() of hba.c, spotted viaNeil Conway2004-02-02
* Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian2004-02-02
* Briefly,Bruce Momjian2004-02-02
* Remove sleep() and use single PG_SLEEP call for Win32 signal handlingBruce Momjian2004-01-30
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-27
* [all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian2004-01-26
* Back out win32 patch so we can apply it separately.Bruce Momjian2004-01-26
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-01-26
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* Fix an obsolete file path mentioned in a comment.Neil Conway2004-01-25
* Added GUC variable bgwriter_flush_method controlling the actionJan Wieck2004-01-24
* Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane2004-01-23
* Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDSNeil Conway2004-01-23
* Remove ExpandDatabasePath(), which is unused and must have been so sinceTom Lane2004-01-22
* Fix oversight in optimization that avoids an unnecessary projection stepTom Lane2004-01-22
* Repair error apparently introduced in the initial coding of GUC: theTom Lane2004-01-21
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Add a hash table to cache lookups of 'C'-language functions (that is,Tom Lane2004-01-19
* When testing whether a sub-plan can do projection, use a general-purposeTom Lane2004-01-18
* Tighten short-circuit tests for deciding whether we need to invokeTom Lane2004-01-16
* Adjusted calculation of shared memory requirements to newJan Wieck2004-01-15
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* Remove the following unused type definitions: bool8, bool16, bool32, word8,Neil Conway2004-01-10
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-10
* Oops, can't do cpp tests inside macros; make two macros instead.Bruce Momjian2004-01-09
* Change PG_DELAY from msec to usec and use it consistenly rather thanBruce Momjian2004-01-09
* Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway2004-01-07
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-06
* Final rearrangement of main postgresql child process (ie.Bruce Momjian2004-01-06
* Code cleanup, mostly in the smgr:Neil Conway2004-01-06
* Remove unused 'noversion' command-line option processing from theNeil Conway2004-01-06
* Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway2004-01-06
* Instead of rechecking lossy index operators by putting them into theTom Lane2004-01-06
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-05
* Improve UniquePath logic to detect the case where the input is alreadyTom Lane2004-01-05
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-05
* There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh toTom Lane2004-01-04