summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2002-06-20Add another missing SRF file.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Here is a patch for Composite and Set returning function support. I madeBruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-06-19CacheMemoryContext should be DLLIMPORT.Tom Lane
2002-06-18Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian
2002-06-16Remove KSQO from GUC and move file to _deadcode.Bruce Momjian
2002-06-15Patch for current_schemas to optionally include implicit ...Bruce Momjian
2002-06-15WriteBuffer return value:Bruce Momjian
2002-06-15Remove some pre-WAL relics:Bruce Momjian
2002-06-15This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian
2002-06-14SSL patch that adds support for optional client certificates.Bruce Momjian
2002-06-14SSL patch to periodically renegotiate session key.Bruce Momjian
2002-06-14Back out SSL changes. Newer patch available.Bruce Momjian
2002-06-14Attached are a revised set of SSL patches. Many of these patchesBruce Momjian
2002-06-13Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii
2002-06-13Further tweaks to support display of sort keys in EXPLAIN --- initialTom Lane
2002-06-11Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart
2002-06-11Katherine Ward wrote:Jan Wieck
2002-06-03Document that SM_* variables should be longer.Bruce Momjian
2002-06-03Mention SM_USER should be the same size as the others.Bruce Momjian
2002-05-27Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane
2002-05-25Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom Lane
2002-05-22Modify sequence state storage to eliminate dangling-pointer problemTom Lane
2002-05-22Add optional "validator" function to languages that can validate thePeter Eisentraut
2002-05-21Since COPY fires triggers, it seems like a good idea for it to useTom Lane
2002-05-21Remove global variable scanCommandId in favor of storing a command IDTom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-18Add display of sort keys to the default EXPLAIN output.Tom Lane
2002-05-18Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan toTom Lane
2002-05-18Allow functions to be executed with the privileges of the function owner.Peter Eisentraut
2002-05-18Change set_plan_references and join_references to take an rtable ListTom Lane
2002-05-17Get rid of the last few uses of typeidTypeName() rather thanTom Lane
2002-05-17Support temporary setting of search path during CREATE SCHEMA; thisTom Lane
2002-05-17Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-12Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane
2002-05-12First pass at set-returning-functions in FROM, by Joe Conway withTom Lane
2002-05-05Not needed anymore.Tom Lane
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-05-03Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane
2002-05-02Tweak scanner/grammar interface so that the keyword-as-identifier rulesTom Lane
2002-05-01Add routines in namespace.c to determine whether objects are visibleTom Lane
2002-05-01Give left_oper() and right_oper() noError parameters like oper() (theTom Lane
2002-04-30Fix obj_description() and col_description() functions to work reliablyTom Lane
2002-04-30Document that NAMEDATALEN must be a multiple of sizeof(int).Tom Lane
2002-04-30Clean up loose ends remaining from schema privileges discussion.Tom Lane
2002-04-30Code review for ALTER TRIGGER RENAME patch: make better use of index,Tom Lane
2002-04-29Add cache invalidation callback hooks.Tom Lane