summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add "#define GIST_AM_OID".Tom Lane2001-05-301-1/+2
* Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane2001-05-304-74/+57
* Remove unused, redundant header files.Tom Lane2001-05-302-42/+0
* Mark as unused:Bruce Momjian2001-05-301-5/+5
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-301-2/+1
* Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian2001-05-301-1/+4
* When using a junkfilter, the output tuple should NOT be stored back intoTom Lane2001-05-272-12/+16
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-16/+17
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-253-9/+3
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-253-3/+9
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-242-23/+13
* SQL function bit_lengthPeter Eisentraut2001-05-241-1/+9
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-225-19/+19
* Print error on SELECT tab FROM tab:Bruce Momjian2001-05-211-3/+2
* Enhancement of SPI to get access to portalsJan Wieck2001-05-215-6/+22
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-209-84/+88
* New comment. This func/column things has always confused me.Bruce Momjian2001-05-191-2/+2
* Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian2001-05-181-2/+2
* Correct recently-broken avg(interval) definition.Tom Lane2001-05-181-2/+2
* Add dynamic_library_path parameter and automatic appending of sharedPeter Eisentraut2001-05-171-1/+2
* Mark column as not used.Bruce Momjian2001-05-171-6/+3
* Repair race condition introduced into heap_update() in 7.1 ---Tom Lane2001-05-161-2/+3
* Re-add pg_index.indhaskeytype.Bruce Momjian2001-05-152-8/+9
* Re-add pg_index.indisclustered in a minimalist way. Also fix BSDiBruce Momjian2001-05-152-9/+14
* EvalPlanQual was thoroughly broken for concurrent update/delete on inheritanceTom Lane2001-05-151-1/+5
* Let's stick to the documented number of digits in CATVERSION, shall we?Tom Lane2001-05-151-2/+2
* Small include file fix for pg_variabie.hBruce Momjian2001-05-141-4/+4
* Update catalog version for fix.Bruce Momjian2001-05-141-2/+2
* Pg_varaiable removal cleanup found from regression.Bruce Momjian2001-05-142-53/+1
* Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian2001-05-142-12/+9
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-147-165/+6
* Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane2001-05-121-2/+2
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-122-6/+5
* Cleanups of pltcl unknown thingy.Peter Eisentraut2001-05-111-1/+4
* Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian2001-05-111-2/+2
* Up version to force initdb to fix regression problems.Bruce Momjian2001-05-101-2/+2
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-101-4/+5
* First cut at making indexscan cost estimates depend on correlationTom Lane2001-05-093-7/+11
* Cause planner to make use of average-column-width statistic that is nowTom Lane2001-05-091-1/+3
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-081-2/+3
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-0720-322/+367
* Consolidate several near-identical uses of mktime() into a singleTom Lane2001-05-031-1/+3
* BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian2001-05-031-2/+3
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-031-2/+1
* Updates for 7.1.1. Not done yet.Bruce Momjian2001-05-031-2/+2
* Correct pg_description entry for type macaddr.Tom Lane2001-05-031-2/+2
* Undo pgindent brain damage, so that node type numbers can once again beTom Lane2001-04-241-9/+5
* Make the world safe for passing whole rows of views to functions. ThisTom Lane2001-04-181-4/+5
* Work with Readline 4.2.Peter Eisentraut2001-04-141-3/+3
* Suppress compiler warnings in Vax and NS32K assembly code: 'register foo'Tom Lane2001-04-131-5/+5