| Commit message (Expand) | Author | Age |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Make equalTupleDescs() compare attlen/attbyval/attalign rather than | Tom Lane | 2005-04-14 |
* | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 |
* | Adjust creation/destruction of TupleDesc data structure to reduce the | Tom Lane | 2005-03-07 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane | 2004-10-20 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | 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 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | 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 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Replace cryptic 'Unknown kind of return type' messages with something | Tom Lane | 2003-06-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 |
* | Make the world at least somewhat safe for zero-column tables, and | Tom Lane | 2002-09-28 |
* | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane | 2002-08-05 |
* | Attached are two patches to implement and document anonymous composite | Bruce Momjian | 2002-08-04 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian | 2002-06-20 |
* | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 |
* | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane | 2001-06-25 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |