summaryrefslogtreecommitdiff
path: root/doc/src/FAQ/FAQ_DEV.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Add mention of errfinish.Bruce Momjian2005-10-271-2/+4
|
* Update profile file location.Bruce Momjian2005-09-201-4/+4
|
* Update patches queue URL, description.Bruce Momjian2005-08-091-3/+3
|
* Re-order items, add mention of how to propose working on a TODO item.Bruce Momjian2005-05-141-24/+31
|
* Update FAQ URLs.Bruce Momjian2005-05-111-2/+2
| | | | Robert Treat
* Adjust question spacing.Bruce Momjian2005-05-061-5/+5
|
* Move info about lack of depencency checking in Makefiles to developer's faq.qBruce Momjian2005-04-231-1/+7
|
* Add item about server-side debugging.Bruce Momjian2005-04-231-1/+42
|
* Fix typo on URL.Bruce Momjian2005-03-141-2/+2
|
* Remove CENTER tag.Bruce Momjian2005-03-131-4/+2
|
* Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn'tBruce Momjian2005-03-111-8/+2
| | | | | | change content (at least not supposed to). Magnus Hagander
* Fix typos.Bruce Momjian2005-03-111-3/+3
| | | | Hashem Masoud
* Fix typos.Bruce Momjian2005-03-111-6/+6
| | | | Robert Treat
* Fix typo.Bruce Momjian2005-03-111-2/+2
|
* Add comma.Bruce Momjian2005-03-081-2/+2
|
* Fix markup of URL.Bruce Momjian2005-03-081-2/+2
|
* Add URL for patches queues.Bruce Momjian2005-03-081-1/+8
|
* Update URL's to point to new site main location.Bruce Momjian2005-01-051-4/+7
|
* Update date stamp.Bruce Momjian2005-01-051-1/+1
|
* Update URLs.Bruce Momjian2005-01-051-2/+2
|
* Properl format HTML in developer's FAQ.Bruce Momjian2004-12-041-833/+826
|
* Update with Gavin's additions.Bruce Momjian2004-12-011-824/+879
|
* Add web development faq item.Bruce Momjian2004-11-271-2/+18
|
* Update wording.Bruce Momjian2004-10-151-2/+2
|
* New wording on the three standards.Bruce Momjian2004-10-151-4/+4
|
* Typo cleanup.Bruce Momjian2004-10-141-2/+2
|
* Update standards names.Bruce Momjian2004-10-141-3/+3
|
* Update 2003 as an official standard.Bruce Momjian2004-10-141-10/+13
|
* Add "draft".Bruce Momjian2004-10-141-2/+2
|
* Reorder links.Bruce Momjian2004-10-141-5/+5
|
* More URL updates.Bruce Momjian2004-10-141-3/+3
|
* Update markup.Bruce Momjian2004-10-141-2/+2
|
* New urls.Bruce Momjian2004-10-141-1/+4
|
* Working improvement.Bruce Momjian2004-10-141-2/+2
|
* Fix markup.Bruce Momjian2004-10-141-2/+2
|
* Add standards URL's.Bruce Momjian2004-10-141-11/+19
|
* Add CVS URL for docs.Bruce Momjian2004-10-041-4/+5
|
* No CVS FAQ, just CVS docs.Bruce Momjian2004-07-191-4/+4
|
* Update date.Bruce Momjian2004-06-071-1/+1
|
* Add SQL 2003 standards.Bruce Momjian2004-04-071-4/+4
|
* Remove bad URL.Bruce Momjian2004-04-071-4/+2
|
* Update FAQ_DEV.Bruce Momjian2004-04-071-1/+1
|
* Add URL for most current version.Bruce Momjian2004-02-101-5/+4
|
* Fix URL.Bruce Momjian2003-11-301-2/+2
|
* Update FAQ_DEV: elog => ereport.Bruce Momjian2003-10-301-7/+7
|
* Update Emacs settings, from Andrew DunstanBruce Momjian2003-06-021-13/+20
|
* Add SQL 200X standards URL.Bruce Momjian2003-02-191-2/+4
|
* New URL.Bruce Momjian2003-02-181-1/+1
|
* *** empty log message ***Bruce Momjian2003-02-141-1/+1
|
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-4/+2
| | | | | | rid of the assumption that sizeof(Oid)==sizeof(int). This is one small step towards someday supporting 8-byte OIDs. For the moment, it doesn't do much except get rid of a lot of unsightly casts.