summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2001-06-05Correct permissions-checking bugs associated with ancient decision toTom Lane
2001-06-05Improve planning of OR indexscan plans: for quals likeTom Lane
2001-06-05Further work on making use of new statistics in planner. Adjust APIsTom Lane
2001-06-04This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian
2001-06-03Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut
2001-06-02Tweak sorting so that nulls appear at the front of a descending sortTom Lane
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-06-01Remove fastpath.c's lame attempt at caching function lookup info acrossTom Lane
2001-06-01Clean up some minor problems exposed by further thought about Panon's bugTom Lane
2001-05-31Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane
2001-05-30Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian
2001-05-30Add "#define GIST_AM_OID".Tom Lane
2001-05-30Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane
2001-05-30Remove unused, redundant header files.Tom Lane
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