| Commit message (Expand) | Author | Age |
* | If RelationBuildDesc() fails to open a critical system index, PANIC with | Tom Lane | 2008-02-27 |
* | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane | 2003-12-03 |
* | Fix pg_get_constraintdef() to ensure CHECK constraints are always shown | Tom Lane | 2003-10-04 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 |
* | Rewriter and planner should use only resno, not resname, to identify | Tom Lane | 2003-08-11 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 |
* | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 |
* | Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use | Bruce Momjian | 2003-06-25 |
* | Array mega-patch. | Bruce Momjian | 2003-06-24 |
* | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |
* | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 |
* | Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). | Tom Lane | 2003-05-13 |
* | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 |
* | Instead of storing pg_statistic stavalues entries as text strings, store | Tom Lane | 2003-03-23 |
* | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 |
* | 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 |