aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/xoper.sgml
Commit message (Expand)AuthorAge
* Improve selectivity estimation for assorted match-style operators.Tom Lane2020-04-01
* doc: Clean up title case usePeter Eisentraut2019-09-08
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Change PROCEDURE to FUNCTION in CREATE OPERATOR syntaxPeter Eisentraut2018-08-22
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-13
* doc: Various typo/grammar fixesKevin Grittner2014-08-30
* Properly capitalize hyphenated words in documentation titles.Bruce Momjian2011-02-01
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Spell and markup checkingPeter Eisentraut2010-08-17
* spell checker runPeter Eisentraut2007-11-28
* Docs updates for cross-type hashing.Tom Lane2007-02-06
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-20
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-04
* Add tools/find_gt_lt to find < and > in SGML source.Bruce Momjian2005-01-23
* Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway2004-11-15
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Make spelling consistent.Peter Eisentraut2003-11-02
* Spell checking, consistent terminology.Peter Eisentraut2003-11-01
* Another example-to-documentation difference. Maybe we can find aTom Lane2003-10-22
* Update the complex-datatype example to V1 function calling conventions,Tom Lane2003-10-21
* Add/edit index entries.Peter Eisentraut2003-08-31
* Update documentation to reflect the fact that ORDER BY, GROUP BY, etcTom Lane2003-08-17
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* In an effort to reduce the total number of chapters, combine the smallPeter Eisentraut2003-04-10
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-15
* Add note explaining that a mergejoinable equality operator is nowTom Lane2003-01-06
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Update for additional options in CREATE OPERATOR.Tom Lane2002-05-11
* Spell checking and markup additionsPeter Eisentraut2002-03-22
* Editorial reviewPeter Eisentraut2002-01-07
* Deprecate 'current' date/time constant.Thomas G. Lockhart2001-11-21
* More cleanup of CREATE FUNCTION examples.Tom Lane2001-10-26
* Replace ASCII-quotes with proper markup.Peter Eisentraut2001-09-13
* Markup and spell-check run over Programmer's Guide (rather incomplete still).Peter Eisentraut2001-09-10
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Add `id' attributes to all `chapter' and `sect1' tags, to generate usefulPeter Eisentraut2000-09-29
* Add new selectivity estimation functions for pattern-matching operatorsTom Lane2000-04-16
* Minor markup changes. Refer to (".../catalog") in the emacs hints.Thomas G. Lockhart2000-03-31
* Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane2000-02-17
* First cut at making useful selectivity estimates for range queriesTom Lane2000-01-24
* Add chapters on CVS access, MVCC, SQL theory to the docs.Thomas G. Lockhart1999-05-26