aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Big editing for consistent content and presentation.Peter Eisentraut2003-03-13
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-11
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-04
* Improve description of geometric operators.Tom Lane2003-03-03
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-22
* This patch makes the following changes to the documentation:Bruce Momjian2003-02-19
* Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian2003-02-19
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-19
* This patch includes more SGML markup fixes as well as a few minorBruce Momjian2003-02-19
* This patch adds a note to the documentation describing why theBruce Momjian2003-02-19
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-16
* Fix broken markup I just introduced.Bruce Momjian2003-02-14
* Properly document location of pg_service.conf.sample.Bruce Momjian2003-02-14
* Add local ident OpenBSD mention that was missing in one place.Bruce Momjian2003-02-13
* This patch fixes an error in the usage message for 'clusterdb', andBruce Momjian2003-02-13
* > > They work the same as table constraints with in-line declaration (noBruce Momjian2003-02-13
* The "random" regression test uses a function called oidrand(), whichBruce Momjian2003-02-13
* Code for WITHOUT OIDS.Bruce Momjian2003-02-13
* [ dumping schemas ]Bruce Momjian2003-02-13
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane2003-02-06
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-05
* Revert doc change so we mention moving past the last row of a cursor.Bruce Momjian2003-02-04
* Add mention of CURRENT_SCHEMA for object creation.Bruce Momjian2003-02-03
* Change MOVE LAST to MOVE ALL.Bruce Momjian2003-02-03
* Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane2003-02-02
* Update release history for 7.3.2.Tom Lane2003-02-02
* Remove restriction that cast functions cannot be volatile. ThisTom Lane2003-02-01
* Allow a time zone to be specified (and silently ignored) in the inputTom Lane2003-01-31
* Fix typo, per Neil Conway.Tom Lane2003-01-31
* Fix regression in .pgpass support. From Neil Conway.Tom Lane2003-01-30
* Update release history for 7.2.4.Tom Lane2003-01-29
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-29
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-28
* Revert optimizer page count change.Bruce Momjian2003-01-28
* Fix typo 233 pages -> 333 pages.Bruce Momjian2003-01-27
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-25
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-23
* Update 'Mathematical Functions' table to reflect 7.3 addition of float8Tom Lane2003-01-23
* Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane2003-01-21
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* Add dash to:Bruce Momjian2003-01-17
* Oops, put back changes. Those were Peter's, not mine.Bruce Momjian2003-01-15
* Revert my changes to features.sgml.Bruce Momjian2003-01-15
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-15
* Reorder VARCHAR() to appear before CHAR() in docs.Bruce Momjian2003-01-15
* This patch includes some minor fixes and improvements to the SGML docsBruce Momjian2003-01-15
* Add sql_features table to information schema. Generate the features listPeter Eisentraut2003-01-14