| Commit message (Expand) | Author | Age |
* | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 |
* | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 |
* | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane | 2002-12-16 |
* | Tweak default memory context allocation policy so that a context is not | Tom Lane | 2002-12-15 |
* | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 |
* | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 |
* | Teach planner to expand sufficiently simple SQL-language functions | Tom Lane | 2002-12-01 |
* | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 |
* | Add relcache support for system catalogs with attnotnull columns. | Tom Lane | 2002-11-15 |
* | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 |
* | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 |
* | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 |
* | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane | 2002-10-14 |
* | RelationClearRelation must reset rd_targblock and update rd_nblocks | Tom Lane | 2002-09-22 |
* | Tweak heap.c to refuse attempts to create table columns of standalone | Tom Lane | 2002-09-19 |
* | 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 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane | 2002-08-11 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 |
* | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane | 2002-08-05 |
* | Fix obsolete comment. | Tom Lane | 2002-08-04 |
* | When compiling with --enable-cassert, check for reference count leaks | Tom Lane | 2002-08-02 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | Implement DROP CONVERSION | Tatsuo Ishii | 2002-07-25 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 |
* | Improve relcache.c error reporting for the next guy who has to debug | Bruce Momjian | 2002-07-15 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii | 2002-07-11 |
* | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian | 2002-07-06 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Make RelationForgetRelation error out if the relcache entry has nonzero | Tom Lane | 2002-05-22 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 |
* | Clean up loose ends remaining from schema privileges discussion. | Tom Lane | 2002-04-30 |
* | Add cache invalidation callback hooks. | Tom Lane | 2002-04-29 |
* | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 |
* | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 |
* | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 |
* | Restructure AclItem representation so that we can have more than eight | Tom Lane | 2002-04-21 |
* | pg_trigger's index on tgrelid is replaced by a unique index on | Tom Lane | 2002-04-19 |
* | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 |
* | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 |
* | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 |