summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2001-05-30Mark as unused:Bruce Momjian
2001-05-30Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian
2001-05-30Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian
2001-05-27When using a junkfilter, the output tuple should NOT be stored back intoTom Lane
2001-05-27Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut
2001-05-25Oops, only wanted python change in the last commit. Backing out.Bruce Momjian
2001-05-25While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian
2001-05-24I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian
2001-05-24SQL function bit_lengthPeter Eisentraut
2001-05-22Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut
2001-05-21Print error on SELECT tab FROM tab:Bruce Momjian
2001-05-21Enhancement of SPI to get access to portalsJan Wieck
2001-05-20Modify optimizer data structures so that IndexOptInfo lists built forTom Lane
2001-05-19New comment. This func/column things has always confused me.Bruce Momjian
2001-05-18Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian
2001-05-18Correct recently-broken avg(interval) definition.Tom Lane
2001-05-17Add dynamic_library_path parameter and automatic appending of sharedPeter Eisentraut
2001-05-17Mark column as not used.Bruce Momjian
2001-05-16Repair race condition introduced into heap_update() in 7.1 ---Tom Lane
2001-05-15Re-add pg_index.indhaskeytype.Bruce Momjian
2001-05-15Re-add pg_index.indisclustered in a minimalist way. Also fix BSDiBruce Momjian
2001-05-15EvalPlanQual was thoroughly broken for concurrent update/delete on inheritanceTom Lane
2001-05-15Let's stick to the documented number of digits in CATVERSION, shall we?Tom Lane
2001-05-14Small include file fix for pg_variabie.hBruce Momjian
2001-05-14Update catalog version for fix.Bruce Momjian
2001-05-14Pg_varaiable removal cleanup found from regression.Bruce Momjian
2001-05-14Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian
2001-05-14Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian
2001-05-12Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane
2001-05-12Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut
2001-05-11Cleanups of pltcl unknown thingy.Peter Eisentraut
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-05-10Up version to force initdb to fix regression problems.Bruce Momjian
2001-05-10Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane
2001-05-09First cut at making indexscan cost estimates depend on correlationTom Lane
2001-05-09Cause planner to make use of average-column-width statistic that is nowTom Lane
2001-05-08Add SET SESSION AUTHORIZATION command.Peter Eisentraut
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-05-03Consolidate several near-identical uses of mktime() into a singleTom Lane
2001-05-03BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian
2001-05-03Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane
2001-05-03Updates for 7.1.1. Not done yet.Bruce Momjian
2001-05-03Correct pg_description entry for type macaddr.Tom Lane
2001-04-24Undo pgindent brain damage, so that node type numbers can once again beTom Lane
2001-04-18Make the world safe for passing whole rows of views to functions. ThisTom Lane
2001-04-14Work with Readline 4.2.Peter Eisentraut
2001-04-13Suppress compiler warnings in Vax and NS32K assembly code: 'register foo'Tom Lane
2001-03-30Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerDataTom Lane
2001-03-26Add #define HAVE_ATEXIT, per report from Magnus.Tom Lane
2001-03-25Improve comments for xlog item size #defines.Tom Lane