| Commit message (Expand) | Author | Age |
* | 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 |
* | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane | 2003-08-06 |
* | 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/access. | Tom Lane | 2003-07-21 |
* | Replace cryptic 'Unknown kind of return type' messages with something | Tom Lane | 2003-06-15 |
* | Make sure printtup() always sends the number of columns previously | Tom Lane | 2003-05-26 |
* | In RowDescription messages, report columns of domain datatypes as having | Tom Lane | 2003-05-13 |
* | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 |
* | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 |
* | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 |
* | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 |
* | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 |
* | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 |
* | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 |
* | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane | 2003-02-23 |
* | 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 |
* | Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there is | Tom Lane | 2002-09-27 |
* | 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 |
* | Clean up comments to be careful about the distinction between variable- | Tom Lane | 2002-08-25 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | 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 |
* | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 |
* | Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, | Tom Lane | 2002-05-27 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-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 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 |
* | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane | 2001-06-25 |
* | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 |
* | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 |