| Commit message (Expand) | Author | Age |
* | Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list of | Neil Conway | 2004-01-11 |
* | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 |
* | Allow BEGIN WORK to specify transaction isolation level, like START | Bruce Momjian | 2004-01-10 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 |
* | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian | 2003-12-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node | Tom Lane | 2003-11-24 |
* | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 |
* | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 |
* | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut | 2003-10-02 |
* | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Improve a couple of error messages per suggestions from Alvaro Herrera. | Tom Lane | 2003-09-15 |
* | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 |
* | Make all valid uses of the COLLATE clause yield the same result: a syntax | Peter Eisentraut | 2003-09-06 |
* | Tweak grammar to use FastAppend rather than lappend when constructing | Tom Lane | 2003-08-22 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 |
* | Do honest transformation and preprocessing of LIMIT/OFFSET clauses, | Tom Lane | 2003-07-03 |
* | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane | 2003-07-03 |
* | Change EXECUTE INTO to CREATE TABLE AS EXECUTE. | Peter Eisentraut | 2003-07-01 |
* | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 |
* | UPDATE ... SET <col> = DEFAULT | Bruce Momjian | 2003-06-25 |
* | Includes: | Bruce Momjian | 2003-06-25 |
* | Array mega-patch. | Bruce Momjian | 2003-06-24 |
* | Make FLOAT(p) measure the precision p in bits, not decimal digits, to | Tom Lane | 2003-06-17 |
* | Adopt latest bison's spelling of 'syntax error' rather than 'parse error' | Tom Lane | 2003-05-29 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 |
* | When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than our | Tom Lane | 2003-05-04 |
* | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 |
* | Add missing semicolon. | Tom Lane | 2003-04-01 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 |
* | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian | 2003-03-20 |
* | Todo items: | Bruce Momjian | 2003-03-20 |
* | 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 |
* | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane | 2003-02-16 |
* | Adds in NO MAXVALUE and NO MINVALUE options for create sequence per 200X | Bruce Momjian | 2003-02-13 |
* | Code for WITHOUT OIDS. | Bruce Momjian | 2003-02-13 |
* | Get rid of last few vestiges of parsetree dependency on grammar token | Tom Lane | 2003-02-10 |
* | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 |
* | Allow qualified type names in CREATE CAST, DROP CAST. Also allow the | Tom Lane | 2003-02-05 |
* | 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 |