summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Simplify relcache startup sequence. With the new design of InitPostgresTom Lane2006-05-041-2/+1
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-032-22/+19
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-025-51/+65
* Add GIN opclases for another typesTeodor Sigaev2006-05-024-5/+341
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-0210-26/+539
* Provide a namespace.c function for lookup of an operator with exactTom Lane2006-05-011-1/+2
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-301-2/+6
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-307-23/+41
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-303-7/+9
* Revert patch pending more discussion:Bruce Momjian2006-04-302-8/+2
* Rearrange some configure.in comments for better readability.Tom Lane2006-04-291-1/+4
* Disallow changing DEFAULT expression of a SERIAL column.Bruce Momjian2006-04-292-2/+8
* Add Win32 semaphore implementation, rather than mimicking SysVBruce Momjian2006-04-291-1/+6
* Solaris tas() uses 'int' now.Bruce Momjian2006-04-291-2/+2
* Remove "volatile" from tas function, per TOm.Bruce Momjian2006-04-281-2/+2
* Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64Bruce Momjian2006-04-271-14/+5
* Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VARTom Lane2006-04-271-2/+3
* If we're going to expose VariableStatData for contrib modules to use,Tom Lane2006-04-271-4/+14
* Use schema search path to find the first matching contraint name for SETBruce Momjian2006-04-271-2/+2
* Delay write of pg_stats file to once every five minutes, duringBruce Momjian2006-04-271-2/+12
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-263-8/+28
* Update catalog version for ltree changes.Bruce Momjian2006-04-261-2/+2
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-262-2/+6
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-261-2/+2
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-251-1/+9
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-254-9/+4
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-254-4/+9
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-254-5/+15
* Suppress more compiler warnings caused by macro tests.Bruce Momjian2006-04-241-3/+3
* Add one more paren to macro.Bruce Momjian2006-04-241-2/+2
* Suprress compiler warning in gcc 4.2.Bruce Momjian2006-04-241-2/+2
* Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.Bruce Momjian2006-04-241-3/+1
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-223-77/+37
* Recognize __ppc64__, which seems to be Apple's spelling of the predefinedTom Lane2006-04-191-3/+3
* Support the syntaxTom Lane2006-04-154-40/+18
* Make the world safe for full_page_writes. Allow XLOG records that try toTom Lane2006-04-141-1/+3
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-142-4/+4
* Fix an ancient oversight in btree xlog replay. When trying to determine if anTom Lane2006-04-131-1/+2
* Fix another const-decoration mismatch, per Magnus.Tom Lane2006-04-091-2/+2
* Fix EXPLAIN so that it can drill down through multiple levels of subplanTom Lane2006-04-081-4/+2
* Remove the pgstats logic for delaying destruction of stats table entries.Tom Lane2006-04-061-22/+5
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-056-10/+19
* Add a field to the first page of each WAL file to indicate theTom Lane2006-04-051-2/+3
* Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane2006-04-041-1/+10
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-041-1/+17
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-033-8/+20
* Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev2006-04-031-3/+1
* Remove the 'slow' path for btree index build, which built the btreeTom Lane2006-04-011-15/+1
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-314-10/+7
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-301-18/+16