| Commit message (Expand) | Author | Age |
* | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 |
* | 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 |
* | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Tighten parsing of boolean options to CREATE TYPE and related functions, | Tom Lane | 2004-05-14 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | Fix get_rels_with_domain to not do the wrong thing with views and | Tom Lane | 2004-05-05 |
* | Add hooks for type-specific calculation of ANALYZE statistics. Idea and | Tom Lane | 2004-02-12 |
* | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut | 2003-10-02 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut | 2003-09-15 |
* | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 |
* | 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 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 |
* | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 |
* | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 |
* | Implement array_send/array_recv (binary I/O for arrays). This exposed | Tom Lane | 2003-05-09 |
* | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 |
* | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 |
* | Remove extraneous semicolons. | Tom Lane | 2003-04-08 |
* | Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. | Bruce Momjian | 2003-02-19 |
* | - Modifies LOCKTAG to include a 'classId'. Relation receive a classId of | Bruce Momjian | 2003-02-19 |
* | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 |
* | Reconsider old decision to try to constant-fold default and constraint | Tom Lane | 2003-01-08 |
* | Repair bug noticed by Deepak Bhole: a shell type should have a dependency | Tom Lane | 2003-01-08 |
* | ALTER DOMAIN OWNER, from Rod Taylor. | Tom Lane | 2003-01-06 |
* | Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor's | Tom Lane | 2003-01-04 |
* | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 |
* | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 |
* | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 |
* | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 |
* | Some quick fixes for ALTER DOMAIN patch. It still needs a lot of work, | Tom Lane | 2002-12-09 |
* | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 |
* | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 |
* | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 |
* | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 |
* | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 |
* | Provide an upgrade strategy for dump files containing functions declared | Tom Lane | 2002-09-21 |
* | Department of second thoughts: suppressing implicit casts everywhere in | Tom Lane | 2002-09-19 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |