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