| Commit message (Expand) | Author | Age |
* | 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 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 |
* | Modify raw parsetree representation returned by gram.y for SubLinks: | Tom Lane | 2000-05-25 |
* | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart | 2000-04-07 |
* | New coding for SET provoked a 'var might be used uninitialized' warning | Tom Lane | 2000-03-31 |
* | Enable more flexible syntax for the SET command. Now allows single floats, | Thomas G. Lockhart | 2000-03-30 |
* | Allow full type names in CREATE FUNCTION arguments and return type. | Thomas G. Lockhart | 2000-03-27 |
* | transformCreateStmt should put Ident nodes, not ColumnDef nodes, into | Tom Lane | 2000-03-24 |
* | Add syntax for BIT() and BIT VARYING(), but no underlying implementation | Thomas G. Lockhart | 2000-03-21 |
* | Emit 'this operator is deprecated' warnings for ':' and ';'. | Tom Lane | 2000-03-20 |
* | Add FORCE keyword to ColID | Hiroshi Inoue | 2000-03-20 |