aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix for:Bruce Momjian2001-06-01
* Remove fastpath.c's lame attempt at caching function lookup info acrossTom Lane2001-06-01
* - Synced preproc.y with gram.y.Michael Meskes2001-06-01
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-01
* Update release 1.09 dateBruce Momjian2001-06-01
* Forgot SGML section section id tag for 7.1.Bruce Momjian2001-05-31
* Ooops, forgot to commit Makefile along with other changes.Tom Lane2001-05-31
* Support for emulating RTREE indexing in GiST. Contributed byTom Lane2001-05-31
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-31
* RI triggers would fail for datatypes using old-style equal function,Tom Lane2001-05-31
* Allow IS and FOR in Pl/PgSQL cursors, per Oracle and ANSI. Jan-approved.Bruce Momjian2001-05-31
* Update TODO list.Bruce Momjian2001-05-31
* Update FAQ.Bruce Momjian2001-05-30
* Update FAQ.Bruce Momjian2001-05-30
* Oops, had 0.2 release date wrong.Bruce Momjian2001-05-30
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-30
* Update TODO list.Bruce Momjian2001-05-30
* 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