| Commit message (Expand) | Author | Age |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Give 'a_expr ::= a_expr Op' production a slightly lower precedence than | Tom Lane | 2001-01-23 |
* | Give a good error message for what's likely to be a common syntax error, | Tom Lane | 2001-01-20 |
* | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian | 2001-01-17 |
* | Fix problems with parentheses around sub-SELECT --- for the last time, | Tom Lane | 2001-01-15 |
* | Simplify the rules that explicitly allowed TYPE as a type name (which is | Peter Eisentraut | 2001-01-06 |
* | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane | 2001-01-05 |
* | Clean up CREATE TYPE/OPERATOR/AGGREGATE productions, so that parser | Tom Lane | 2000-12-22 |
* | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart | 2000-12-03 |
* | Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, | Peter Eisentraut | 2000-11-24 |
* | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane | 2000-11-14 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 |
* | Add ANALYSE spelling of ANALYZE for vacuum. | Bruce Momjian | 2000-11-08 |
* | Implement AT TIME ZONE SQL9x syntax. | Thomas G. Lockhart | 2000-11-06 |
* | New CHECKPOINT command. | Vadim B. Mikheev | 2000-11-05 |
* | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane | 2000-11-05 |
* | Make PROCEDURAL optional in CREATE/DROP LANGUAGE. | Bruce Momjian | 2000-11-04 |
* | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut | 2000-10-31 |
* | Remove special treatment of '|' operator, in the spirit of "sane" binary | Peter Eisentraut | 2000-10-29 |
* | Back out change to gram.y for parens. | Bruce Momjian | 2000-10-28 |
* | Okay, here's my attempt at fixing the problems with parentheses in | Bruce Momjian | 2000-10-28 |
* | Accept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even when MULTIBYTE | Tom Lane | 2000-10-25 |
* | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane | 2000-10-22 |
* | The following patch was sent to the patches list: | Bruce Momjian | 2000-10-18 |
* | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 |
* | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 |
* | Correct error in grammar for subselect-in-FROM: SQL spec does not allow | Tom Lane | 2000-09-25 |
* | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut | 2000-09-19 |
* | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane | 2000-09-15 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 |
* | This patch implements the following command: | Bruce Momjian | 2000-09-12 |
* | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane | 2000-08-26 |
* | Mop-up for removal of ':' and ';' operators ... like, say, actually | Tom Lane | 2000-08-12 |
* | copyObject() and equal() now know about all parse-time node types, | Tom Lane | 2000-08-11 |
* | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane | 2000-08-07 |
* | Allow LIKE and ILIKE as TokenId (and hence ColId) to make sure that they | Thomas G. Lockhart | 2000-08-07 |
* | Implement LIKE/ESCAPE. Change parser to use like()/notlike() | Thomas G. Lockhart | 2000-08-06 |
* | Type lztext is toast. | Tom Lane | 2000-07-30 |
* | Fix acceptance of PATH as a type and column name. | Thomas G. Lockhart | 2000-07-28 |
* | Remove useless and dangerous 'opt_type' option from CREATE INDEX. | Tom Lane | 2000-07-15 |
* | Implement nested block comments in the backend and in psql. | Thomas G. Lockhart | 2000-07-14 |
* | oidvectortypes: use SQL type names and separate by commas | Peter Eisentraut | 2000-07-09 |
* | - format_type function, in use by psql | Peter Eisentraut | 2000-07-07 |
* | TOAST | Jan Wieck | 2000-07-03 |
* | Second pass over run-time configuration system. Adjust priorities on some | Peter Eisentraut | 2000-06-22 |
* | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 |
* | Back out pg_shadow changes to allow create table and locking permissions. | Bruce Momjian | 2000-06-12 |
* | I have large database and with this DB work more users and I very need | Bruce Momjian | 2000-06-09 |
* | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 |