aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-11
* Fix typo in xl_heaptid commentBruce Momjian2002-07-08
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-06
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-04
* >the extra level of struct naming for pd_opaque has no obviousBruce Momjian2002-07-02
* There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian2002-07-02
* Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeatedBruce Momjian2002-07-02
* This patch, which is built upon the "HeapTupleHeader accessor macros"Bruce Momjian2002-07-02
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-01
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-26
* Back out cleanup patch. Got old version and needs work.Bruce Momjian2002-06-25
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-25
* uint -> uint32, portability.Bruce Momjian2002-06-22
* Add another missing SRF file.Bruce Momjian2002-06-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Here is a patch for Composite and Set returning function support. I madeBruce Momjian2002-06-20
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-20
* CacheMemoryContext should be DLLIMPORT.Tom Lane2002-06-19
* Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian2002-06-18
* Remove KSQO from GUC and move file to _deadcode.Bruce Momjian2002-06-16
* Patch for current_schemas to optionally include implicit ...Bruce Momjian2002-06-15
* WriteBuffer return value:Bruce Momjian2002-06-15
* Remove some pre-WAL relics:Bruce Momjian2002-06-15
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-15
* SSL patch that adds support for optional client certificates.Bruce Momjian2002-06-14
* SSL patch to periodically renegotiate session key.Bruce Momjian2002-06-14
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-14
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-14
* Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii2002-06-13
* Further tweaks to support display of sort keys in EXPLAIN --- initialTom Lane2002-06-13
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-11
* Katherine Ward wrote:Jan Wieck2002-06-11
* Document that SM_* variables should be longer.Bruce Momjian2002-06-03
* Mention SM_USER should be the same size as the others.Bruce Momjian2002-06-03
* Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane2002-05-27
* Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane2002-05-25
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Modify sequence state storage to eliminate dangling-pointer problemTom Lane2002-05-22
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-22
* Since COPY fires triggers, it seems like a good idea for it to useTom Lane2002-05-21
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Add display of sort keys to the default EXPLAIN output.Tom Lane2002-05-18
* Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan toTom Lane2002-05-18
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-18
* Change set_plan_references and join_references to take an rtable ListTom Lane2002-05-18
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-17
* Support temporary setting of search path during CREATE SCHEMA; thisTom Lane2002-05-17
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-17