postgresql/doc/src/sgml
Tom Lane 4431758229 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
per-column options for btree indexes.  The planner's support for this is still
pretty rudimentary; it does not yet know how to plan mergejoins with
nondefault ordering options.  The documentation is pretty rudimentary, too.
I'll work on improving that stuff later.

Note incompatible change from prior behavior: ORDER BY ... USING will now be
rejected if the operator is not a less-than or greater-than member of some
btree opclass.  This prevents less-than-sane behavior if an operator that
doesn't actually define a proper sort ordering is selected.
2007-01-09 02:14:16 +00:00
..
ref Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST 2007-01-09 02:14:16 +00:00
advanced.sgml Some marginal editorial improvements and updates in the tutorial. 2006-10-21 23:12:57 +00:00
arch-dev.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
array.sgml Allow assignment to array elements not contiguous with those already 2006-09-29 21:22:21 +00:00
backup.sgml Editorial improvements to backup and warm-standby documentation. 2006-12-01 03:29:15 +00:00
biblio.sgml Add URL for cached copy of paper as SGML comment. 2006-10-02 22:28:48 +00:00
bki.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
catalogs.sgml Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST 2007-01-09 02:14:16 +00:00
charset.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
client-auth.sgml Document that Kerberos is for authentication, and does not encrypt data 2006-11-23 05:39:17 +00:00
config.sgml Document that log_line_prefix %t does not print timezone on Win32. 2006-12-12 21:30:33 +00:00
contacts.sgml Make $PostgreSQL CVS tags consistent for SGML files. 2006-03-10 19:10:50 +00:00
cvs.sgml Remove a bunch of antique information from the appendix in the docs 2006-11-17 05:29:46 +00:00
datatype.sgml Slight adjustments to xml documentation to reflect functionality just 2006-12-22 22:09:31 +00:00
datetime.sgml Fix up some problems in handling of zic-style time zone names in datetime 2006-10-17 21:03:21 +00:00
ddl.sgml Clarify wording on when ctid is modified by VACUUM FULL. 2006-12-30 20:31:11 +00:00
dfunc.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
diskusage.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
dml.sgml Documentation for VALUES lists. Joe Conway and Tom Lane 2006-09-18 19:54:01 +00:00
docguide.sgml Back out double-run of PDF/PS output. Requires building bookindex.sgml 2006-12-15 16:50:07 +00:00
ecpg.sgml Spellchecking and such 2006-10-23 18:10:32 +00:00
errcodes.sgml Code review for XML patch. Instill a bit of sanity in the location of 2006-12-24 00:29:20 +00:00
extend.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
external-projects.sgml Overhaul the "External Projects" chapter in the manual. Replace 2006-11-20 17:42:16 +00:00
features.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
filelist.sgml Rename replication section "High Availability and Load Balancing". 2006-11-17 16:38:44 +00:00
fixrtf Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
func.sgml Initial SQL/XML support: xml data type and initial set of functions. 2006-12-21 16:05:16 +00:00
geqo.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
gin.sgml Editorial improvements for GIN documentation. 2006-12-01 23:46:46 +00:00
gist.sgml Spellchecking and such 2006-10-23 18:10:32 +00:00
high-availability.sgml Minor wording improvements. 2006-12-01 03:19:48 +00:00
history.sgml Spellchecking and such 2006-10-23 18:10:32 +00:00
indexam.sgml Restructure operator classes to allow improved handling of cross-data-type 2006-12-23 00:43:13 +00:00
indices.sgml Restructure operator classes to allow improved handling of cross-data-type 2006-12-23 00:43:13 +00:00
info.sgml Make $PostgreSQL CVS tags consistent for SGML files. 2006-03-10 19:10:50 +00:00
information_schema.sgml Spellchecking and such 2006-10-23 18:10:32 +00:00
install-win32.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
installation.sgml Check and document minimum required version of libxml. 2007-01-07 21:10:41 +00:00
intro.sgml Make $PostgreSQL CVS tags consistent for SGML files. 2006-03-10 19:10:50 +00:00
keywords.sgml Support type modifiers for user-defined types, and pull most knowledge 2006-12-30 21:21:56 +00:00
legal.sgml Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
libpq.sgml Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains an = sign. Tom Lane and Andrew Dunstan. 2006-12-19 01:53:36 +00:00
lobj.sgml Spellchecking and such 2006-10-23 18:10:32 +00:00
maintenance.sgml Use "dead" rather than "expired" for vacuumable rows. 2006-12-27 14:55:17 +00:00
Makefile Indent comments in makefiles better so they don't appear in the output. 2007-01-07 08:49:31 +00:00
manage-ag.sgml Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
mk_feature_tables.pl Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
monitoring.sgml Fix broken markup. 2006-12-08 19:16:17 +00:00
mvcc.sgml Adjust the description of locking to clarify that locks held by a 2006-12-01 01:04:36 +00:00
nls.sgml Make $PostgreSQL CVS tags consistent for SGML files. 2006-03-10 19:10:50 +00:00
notation.sgml Make $PostgreSQL CVS tags consistent for SGML files. 2006-03-10 19:10:50 +00:00
perform.sgml The -X option in pg_dump was supposed to be a workaround for the lack of 2006-10-07 20:59:05 +00:00
planstats.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
plhandler.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
plperl.sgml Force plperl and plperlu to run in separate interpreters. Create an error 2006-11-13 17:13:57 +00:00
plpgsql.sgml Remove incorrect semicolon in example. Joachim Wieland 2006-12-26 16:14:58 +00:00
plpython.sgml Spellchecking and such 2006-10-23 18:10:32 +00:00
pltcl.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
postgres.sgml Rename replication section "High Availability and Load Balancing". 2006-11-17 16:38:44 +00:00
problems.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
protocol.sgml Change processing of extended-Query mode so that an unnamed statement 2006-09-06 20:40:48 +00:00
queries.sgml Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST 2007-01-09 02:14:16 +00:00
query.sgml Some marginal editorial improvements and updates in the tutorial. 2006-10-21 23:12:57 +00:00
reference.ced Deprecate 'current' for date/time input. 2001-11-21 05:53:41 +00:00
reference.sgml Documentation for VALUES lists. Joe Conway and Tom Lane 2006-09-18 19:54:01 +00:00
regress.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
release.sgml Document problems with release links in early branches. 2007-01-06 15:19:45 +00:00
rowtypes.sgml Spellchecking run, final cleanups 2005-11-04 23:14:02 +00:00
rules.sgml Use FROM clause in example UPDATE commands where appropriate. Also 2006-12-27 16:07:36 +00:00
runtime.sgml Correct misspellings of kB. 2006-11-25 22:44:48 +00:00
sources.sgml Spellchecking and such 2006-10-23 18:10:32 +00:00
spi.sgml Spellchecking and such 2006-10-23 18:10:32 +00:00
sql.sgml Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST 2007-01-09 02:14:16 +00:00
standalone-install.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
start.sgml Some marginal editorial improvements and updates in the tutorial. 2006-10-21 23:12:57 +00:00
storage.sgml Fix misspellings of GB. 2006-11-25 22:55:59 +00:00
stylesheet-common.xsl Reorganize XSLT stylesheet support. Put common things into a separate 2006-12-10 16:01:06 +00:00
stylesheet-fo.xsl Reorganize XSLT stylesheet support. Put common things into a separate 2006-12-10 16:01:06 +00:00
stylesheet-hh.xsl Reorganize XSLT stylesheet support. Put common things into a separate 2006-12-10 16:01:06 +00:00
stylesheet.css Override upstream DSSSL style sheet formatting changes 2004-06-29 20:44:34 +00:00
stylesheet.dsl Back out double-run of PDF/PS output. Requires building bookindex.sgml 2006-12-15 16:50:07 +00:00
stylesheet.xsl Reorganize XSLT stylesheet support. Put common things into a separate 2006-12-10 16:01:06 +00:00
syntax.sgml Some desultory copy-editing. 2006-10-22 03:03:41 +00:00
trigger.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
typeconv.sgml Documentation for VALUES lists. Joe Conway and Tom Lane 2006-09-18 19:54:01 +00:00
user-manag.sgml Get rid of the separate RULE privilege for tables: now only a table's owner 2006-09-05 21:08:36 +00:00
wal.sgml Correct misspellings of kB. 2006-11-25 22:44:48 +00:00
xaggr.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00
xfunc.sgml Remove unneeded tab in file. 2006-12-15 02:19:21 +00:00
xindex.sgml Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST 2007-01-09 02:14:16 +00:00
xoper.sgml Restructure operator classes to allow improved handling of cross-data-type 2006-12-23 00:43:13 +00:00
xplang.sgml Overhaul the "External Projects" chapter in the manual. Replace 2006-11-20 17:42:16 +00:00
xtypes.sgml Remove emacs info from footer of SGML files. 2006-09-16 00:30:20 +00:00