summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Trim an obsolete comment: it is no longer relevant that "SELECT" wasNeil Conway2006-01-011-4/+4
* Rename variable to cmd_str.Bruce Momjian2005-12-311-2/+2
* Rename variable 'what' to 'stat_msg'.Bruce Momjian2005-12-311-2/+2
* Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian2005-12-301-2/+3
* Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane2005-12-292-39/+17
* Arrange to set the LC_XXX environment variables to match our localeTom Lane2005-12-281-1/+3
* Move plpgsql's fetchArgInfo() into funcapi.c, and rename toTom Lane2005-12-281-3/+7
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-287-54/+109
* I have added these macros to c.h:Bruce Momjian2005-12-252-4/+4
* Previous commit message should have been:Bruce Momjian2005-12-241-2/+2
* AddBruce Momjian2005-12-241-2/+3
* Alignment cleanup.Bruce Momjian2005-12-241-43/+43
* Teach planner how to rearrange join order for some classes of OUTER JOIN.Tom Lane2005-12-207-33/+52
* Fix typo.Bruce Momjian2005-12-171-2/+2
* Update s_lock.c comments.Bruce Momjian2005-12-171-12/+14
* Update ASM comments.Bruce Momjian2005-12-171-12/+13
* Rethink prior patch to filter out dead backend entries from the pgstatsTom Lane2005-12-161-1/+2
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-141-1/+2
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-113-16/+27
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-21/+21
* I reconfirmed MS-VC6. Thank you for wonderful correspondence.Bruce Momjian2005-12-091-0/+6
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-092-75/+69
* Disble some Win32-specific code in win32-client-only builds:Bruce Momjian2005-12-081-1/+5
* Push the responsibility for handling ignore_killed_tuples down intoTom Lane2005-12-071-3/+4
* Spell "explicitly" correctly, per Simon.Tom Lane2005-12-071-3/+3
* Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane2005-12-064-21/+28
* Add documentation on the use of *printf() macros and libintl.Bruce Momjian2005-12-061-3/+4
* Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane2005-12-061-5/+16
* Put undef's before extern declarations that need 'em, per Andrew Dunstan.Tom Lane2005-12-061-19/+19
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-064-12/+29
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-033-3/+8
* Adjust scan plan nodes to avoid getting an extra AccessShareLock on aTom Lane2005-12-022-2/+14
* Refactor some bits in aclchk.c in order to reduce code duplication.Alvaro Herrera2005-12-011-4/+22
* Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane2005-11-292-6/+8
* Tweak hash join code to use an additional heuristic for deciding whetherTom Lane2005-11-281-1/+3
* Change the parser to translate "foo [NOT] IN (expression-list)" toTom Lane2005-11-281-2/+3
* Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so thatTom Lane2005-11-265-14/+18
* Change seqscan logic so that we check visibility of all tuples on a pageTom Lane2005-11-264-45/+25
* Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane2005-11-254-20/+62
* Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node typesTom Lane2005-11-231-2/+1
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-2224-114/+112
* DROP DATABASE IF EXISTS variantAndrew Dunstan2005-11-222-3/+4
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-219-9/+49
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-201-10/+9
* Modify tuptoaster's API so that it does not try to modify the passedTom Lane2005-11-201-10/+12
* DROP objecttype IF EXISTS for the following objects:Andrew Dunstan2005-11-194-8/+10
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-181-21/+4
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-175-47/+108
* DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane2005-11-171-1/+3
* Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane2005-11-142-2/+10