aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add recent UNDO/VACUUM thread to TODO.detail.Bruce Momjian2001-05-30
* Add "#define GIST_AM_OID".Tom Lane2001-05-30
* Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane2001-05-30
* Update TODO list.Bruce Momjian2001-05-30
* Remove unused, redundant header files.Tom Lane2001-05-30
* Fix broken $Header$ declaration.Tom Lane2001-05-30
* Properly compute max sys oid for 7.0 and 7.1.Bruce Momjian2001-05-30
* I just got bitten by this too. I use type timestamp in theBruce Momjian2001-05-30
* Fix missing relation in FROM causing NOTICE. Cleanup.Bruce Momjian2001-05-30
* Remove reference to pg_class.relhaspkey from code. Column is unused.Bruce Momjian2001-05-30
* Mark as unused:Bruce Momjian2001-05-30
* Update TODO list.Bruce Momjian2001-05-30
* Remove SEP_CHAR from /contrib.Bruce Momjian2001-05-30
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-30
* Fix for Druid. We did not support some PROCEDURE queries.Bruce Momjian2001-05-30
* This is a docs patch to go with my DROP CONSTRAINT patch.Bruce Momjian2001-05-30
* These patches should fix check constraints not inheritingBruce Momjian2001-05-30
* Playing with the earthdistance stuff, and found I needed the followingBruce Momjian2001-05-30
* Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian2001-05-30
* Correct obsolete example of FROM-less query.Tom Lane2001-05-30
* In chapter:Bruce Momjian2001-05-30
* Further conversions to Version 1 API. Also, fix boolean return to useD'Arcy J.M. Cain2001-05-30
* Add missing comma.D'Arcy J.M. Cain2001-05-30
* Make text <=> char conversion functions convert zero character to andTom Lane2001-05-28
* Cause plpgsql's PERFORM to behave according to its documentation,Tom Lane2001-05-28
* Upgraded code to use the current version 1 calling conventions.D'Arcy J.M. Cain2001-05-28
* Suppress useless memmove() when buffer already contains left-justifiedTom Lane2001-05-28
* markup fixPeter Eisentraut2001-05-28
* Update TODO list.Bruce Momjian2001-05-28
* Sample output that appears below the table attributes for \d:Bruce Momjian2001-05-28
* This just breaks down the indices in to three groups:Bruce Momjian2001-05-28
* Fix a message error in utf_to_localTatsuo Ishii2001-05-28
* Attached is a patch to fix the problem Thomas mentions below. The JDBCBruce Momjian2001-05-28
* Don't use multi-line string literals.Peter Eisentraut2001-05-27
* When using a junkfilter, the output tuple should NOT be stored back intoTom Lane2001-05-27
* Cause ExecCountSlots() accounting to bear some relationship to reality.Tom Lane2001-05-27
* Changed use of macros for extracting information. According to commentsD'Arcy J.M. Cain2001-05-27
* Fix eqjoinsel() to make use of new statistics.Tom Lane2001-05-27
* Update TODO list.Bruce Momjian2001-05-27
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27
* Add NUMERICOID return type. Treat it as floating point for now. ThisD'Arcy J.M. Cain2001-05-27
* Mention failure of ANT to delete directories on clean.Bruce Momjian2001-05-25
* See attached for a small patch that enables plpython to build cleanlyBruce Momjian2001-05-25
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-25
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-25
* Back out, per Peter E.Bruce Momjian2001-05-25
* The attached patch changes src/interfaces/python/GNUmakefile to use theBruce Momjian2001-05-25
* The following patch corrects a make install problem when buildingBruce Momjian2001-05-25
* Get rid of the following size limit.Hiroshi Inoue2001-05-25
* Another Makefile fix for qnx patch.Bruce Momjian2001-05-25