aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add GIN opclases for another typesTeodor Sigaev2006-05-02
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Provide a namespace.c function for lookup of an operator with exactTom Lane2006-05-01
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-30
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-30
* Revert patch pending more discussion:Bruce Momjian2006-04-30
* Rearrange some configure.in comments for better readability.Tom Lane2006-04-29
* Disallow changing DEFAULT expression of a SERIAL column.Bruce Momjian2006-04-29
* Add Win32 semaphore implementation, rather than mimicking SysVBruce Momjian2006-04-29
* Solaris tas() uses 'int' now.Bruce Momjian2006-04-29
* Remove "volatile" from tas function, per TOm.Bruce Momjian2006-04-28
* Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64Bruce Momjian2006-04-27
* Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VARTom Lane2006-04-27
* If we're going to expose VariableStatData for contrib modules to use,Tom Lane2006-04-27
* Use schema search path to find the first matching contraint name for SETBruce Momjian2006-04-27
* Delay write of pg_stats file to once every five minutes, duringBruce Momjian2006-04-27
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-26
* Update catalog version for ltree changes.Bruce Momjian2006-04-26
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-26
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-26
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-25
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-25
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-25
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-25
* Suppress more compiler warnings caused by macro tests.Bruce Momjian2006-04-24
* Add one more paren to macro.Bruce Momjian2006-04-24
* Suprress compiler warning in gcc 4.2.Bruce Momjian2006-04-24
* Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.Bruce Momjian2006-04-24
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-22
* Recognize __ppc64__, which seems to be Apple's spelling of the predefinedTom Lane2006-04-19
* Support the syntaxTom Lane2006-04-15
* Make the world safe for full_page_writes. Allow XLOG records that try toTom Lane2006-04-14
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-14
* Fix an ancient oversight in btree xlog replay. When trying to determine if anTom Lane2006-04-13
* Fix another const-decoration mismatch, per Magnus.Tom Lane2006-04-09
* Fix EXPLAIN so that it can drill down through multiple levels of subplanTom Lane2006-04-08
* Remove the pgstats logic for delaying destruction of stats table entries.Tom Lane2006-04-06
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Add a field to the first page of each WAL file to indicate theTom Lane2006-04-05
* Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane2006-04-04
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-04
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-03
* Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev2006-04-03
* Remove the 'slow' path for btree index build, which built the btreeTom Lane2006-04-01
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-30
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-29
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23