summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Document that SM_* variables should be longer.Bruce Momjian2002-06-031-1/+2
* Mention SM_USER should be the same size as the others.Bruce Momjian2002-06-031-1/+2
* Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane2002-05-271-27/+43
* Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane2002-05-251-12/+8
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-248-38/+37
* Modify sequence state storage to eliminate dangling-pointer problemTom Lane2002-05-222-4/+4
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-224-11/+22
* Since COPY fires triggers, it seems like a good idea for it to useTom Lane2002-05-211-1/+2
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-215-18/+20
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-209-77/+84
* Add display of sort keys to the default EXPLAIN output.Tom Lane2002-05-181-1/+2
* Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan toTom Lane2002-05-181-1/+1
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-183-1355/+1355
* Change set_plan_references and join_references to take an rtable ListTom Lane2002-05-182-6/+6
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-171-2/+1
* Support temporary setting of search path during CREATE SCHEMA; thisTom Lane2002-05-171-3/+9
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-173-9/+8
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-179-55/+84
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-128-105/+54
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-1213-34/+162
* Not needed anymore.Tom Lane2002-05-051-74/+0
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-058-127/+152
* Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane2002-05-032-6/+14
* Tweak scanner/grammar interface so that the keyword-as-identifier rulesTom Lane2002-05-021-3/+3
* Add routines in namespace.c to determine whether objects are visibleTom Lane2002-05-011-7/+7
* Give left_oper() and right_oper() noError parameters like oper() (theTom Lane2002-05-011-3/+3
* Fix obj_description() and col_description() functions to work reliablyTom Lane2002-04-301-3/+3
* Document that NAMEDATALEN must be a multiple of sizeof(int).Tom Lane2002-04-302-4/+7
* Clean up loose ends remaining from schema privileges discussion.Tom Lane2002-04-301-1/+2
* Code review for ALTER TRIGGER RENAME patch: make better use of index,Tom Lane2002-04-301-2/+1
* Add cache invalidation callback hooks.Tom Lane2002-04-291-1/+11
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-286-28/+16
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-279-19/+19
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-273-19/+18
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-262-6/+4
* Add current_schema() and current_schemas() inquiry functions.Tom Lane2002-04-264-8/+17
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-259-29/+110
* Update version for UNKNOWN regression fix.Bruce Momjian2002-04-241-2/+2
* Fix UNKNOWN regression test failure.Bruce Momjian2002-04-241-3/+3
* Add missing columns for UNKNOWN patch. Increment catalog version.Bruce Momjian2002-04-242-5/+5
* Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian2002-04-242-7/+18
* I'm at the win32 error messages once more. The DLL load thingy doesn'tBruce Momjian2002-04-241-1/+1
* Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian2002-04-246-9/+21
* Based on this report, I am adding a FUNC_MAX_ARGS define toBruce Momjian2002-04-231-0/+1
* Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane2002-04-235-29/+31
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-2110-51/+153
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-219-84/+108
* Remove --enable-syslog optionTatsuo Ishii2002-04-212-6/+5
* Scanner performance improvementsPeter Eisentraut2002-04-203-6/+11
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-192-5/+6