| Commit message (Expand) | Author | Age |
* | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 |
* | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 |
* | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 |
* | Fix typo in comment | Tatsuo Ishii | 2003-09-17 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 |
* | 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 |
* | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane | 2003-07-03 |
* | 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 |
* | UPDATE ... SET <col> = DEFAULT | Bruce Momjian | 2003-06-25 |
* | Includes: | Bruce Momjian | 2003-06-25 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 |
* | 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 |
* | 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 |
* | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut | 2003-01-23 |
* | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 |
* | ALTER DOMAIN OWNER, from Rod Taylor. | Tom Lane | 2003-01-06 |
* | Cause FETCH 1 to return the current cursor row, or zero if at | Bruce Momjian | 2002-12-30 |
* | 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 |
* | 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 |
* | Un-break triggers declared for INSERT OR DELETE OR UPDATE. This worked | Tom Lane | 2002-11-25 |
* | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 |
* | Add an at-least-marginally-plausible method of estimating the number | Tom Lane | 2002-11-19 |
* | New version attached. The following is implemented: | Bruce Momjian | 2002-11-15 |
* | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 |
* | Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to end | Bruce Momjian | 2002-11-13 |
* | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 |
* | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian | 2002-11-09 |
* | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane | 2002-11-06 |
* | Adjust handling of command status strings in the presence of rules, | Tom Lane | 2002-10-14 |
* | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 |
* | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 |