| Commit message (Expand) | Author | Age |
* | Update xindex.sgml to discuss operator families. | Tom Lane | 2007-01-23 |
* | Simplify pg_am representation of ordering-capable access methods: | Tom Lane | 2007-01-20 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |
* | Editorial improvements for GIN documentation. | Tom Lane | 2006-12-01 |
* | Spellchecking and such | Peter Eisentraut | 2006-10-23 |
* | Add comments about STORAGE option for GIN | Teodor Sigaev | 2006-09-21 |
* | Fix table's caption | Teodor Sigaev | 2006-09-21 |
* | Improve wordings by David Fuhry <dfuhry@cs.kent.edu> | Teodor Sigaev | 2006-09-18 |
* | Remove emacs info from footer of SGML files. | Bruce Momjian | 2006-09-16 |
* | Fix SGML markup | Teodor Sigaev | 2006-09-14 |
* | GIN documentation and slightly improving GiST docs. | Teodor Sigaev | 2006-09-14 |
* | Remove GIN documentation | Bruce Momjian | 2006-09-05 |
* | Add GIN documentation. | Bruce Momjian | 2006-09-04 |
* | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian | 2006-03-10 |
* | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 |
* | Documentation tweak: make <command>CREATE OPERATOR CLASS</command> into | Neil Conway | 2005-07-19 |
* | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane | 2005-06-24 |
* | Write some real documentation about the index access method API. | Tom Lane | 2005-02-13 |
* | Add tools/find_gt_lt to find < and > in SGML source. | Bruce Momjian | 2005-01-23 |
* | Replace "--" and "---" with "—" as appropriate, for better-looking | Neil Conway | 2004-11-15 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Spell checking, consistent terminology. | Peter Eisentraut | 2003-11-01 |
* | Ooops, missed updating this part of the complex-datatype example. | Tom Lane | 2003-10-21 |
* | Add/edit index entries. | Peter Eisentraut | 2003-08-31 |
* | Update documentation to reflect the fact that ORDER BY, GROUP BY, etc | Tom Lane | 2003-08-17 |
* | Integrate the operator class section into the comprehensive extending SQL | Peter Eisentraut | 2003-04-13 |
* | Add more appropriate markup. | Peter Eisentraut | 2002-09-21 |
* | Replace ad-hoc insertions into pg_opclass and friends with CREATE | Tom Lane | 2002-07-30 |
* | Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finally | Tom Lane | 2002-07-30 |
* | Document problems with hash indexes compared to btree. | Bruce Momjian | 2002-06-21 |
* | Add a note about the interpretation of amcanmulticol and amindexnulls: | Tom Lane | 2002-05-29 |
* | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 |
* | Don't mark up as acronym that which is not an acronym. | Peter Eisentraut | 2002-03-27 |
* | Editorial review | Peter Eisentraut | 2002-01-07 |
* | Deprecate 'current' date/time constant. | Thomas G. Lockhart | 2001-11-21 |
* | More cleanup of CREATE FUNCTION examples. | Tom Lane | 2001-10-26 |
* | Replace ASCII-quotes with proper markup. | Peter Eisentraut | 2001-09-13 |
* | Markup and spell-check run over Programmer's Guide (rather incomplete still). | Peter Eisentraut | 2001-09-10 |
* | Add ; to the create operator. | Tatsuo Ishii | 2001-08-31 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 |
* | Change "indices" to "indexes", per OED. | Peter Eisentraut | 2001-05-17 |
* | minor copy editing | Peter Eisentraut | 2001-03-24 |
* | Terminology cleanup: class -> table, instance -> row, attribute -> column, | Peter Eisentraut | 2001-01-13 |
* | Fix some cross reference links. | Peter Eisentraut | 2000-12-26 |
* | Minor markup changes. Refer to (".../catalog") in the emacs hints. | Thomas G. Lockhart | 2000-03-31 |
* | Oops, missed some < and > that need to be < and > ... | Tom Lane | 2000-03-28 |
* | Clean up major bogosity in description of creating a new index operator | Tom Lane | 2000-03-28 |
* | Finish repairing 6.5's problems with r-tree indexes: create appropriate | Tom Lane | 2000-02-17 |
* | First cut at making useful selectivity estimates for range queries | Tom Lane | 2000-01-24 |