| Commit message (Expand) | Author | Age |
* | CREATE TABLE ... LIKE ... should mark the columns it creates with | Tom Lane | 2006-10-11 |
* | Ensure that the resolved datatype of any unknown Param is propagated | Tom Lane | 2005-02-19 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Prevent a backend crash when processing CREATE TABLE commands with | Neil Conway | 2004-11-16 |
* | A few minor list-related cleanups: | Neil Conway | 2004-09-27 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Code review for ALTER INDEX patch. | Tom Lane | 2004-08-22 |
* | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane | 2004-08-02 |
* | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane | 2004-07-12 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 |
* | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 |
* | Remove some long-obsolete code that was causing a strange error message | Tom Lane | 2004-06-04 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Still another place to make the world safe for zero-column tables: | Tom Lane | 2004-05-23 |
* | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 |
* | Clean up some code that had gotten a bit ugly through repeated revisions. | Tom Lane | 2004-04-02 |
* | Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS | Neil Conway | 2004-01-23 |
* | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 |
* | 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 |
* | Trivial refactoring: move analysis of ViewStmt into its own function for | Neil Conway | 2004-01-05 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Fix for this problem: | Tom Lane | 2003-11-05 |
* | Remove NOTICE about foreign key creating implicit triggers, because it no | 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 |
* | Rewriter and planner should use only resno, not resname, to identify | Tom Lane | 2003-08-11 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 |
* | First bits of work on error message editing. | Tom Lane | 2003-07-18 |
* | Add defenses against trying to attach qual conditions to a setOperation | Tom Lane | 2003-07-16 |
* | Do honest transformation and preprocessing of LIMIT/OFFSET clauses, | Tom Lane | 2003-07-03 |
* | UPDATE ... SET <col> = DEFAULT | Bruce Momjian | 2003-06-25 |
* | Includes: | Bruce Momjian | 2003-06-25 |
* | Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals, | Tom Lane | 2003-06-16 |
* | Cause GROUP BY clause to adopt ordering operators from ORDER BY when | Tom Lane | 2003-06-15 |
* | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 |
* | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 |
* | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 |
* | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 |
* | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 |