| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tighten short-circuit tests for deciding whether we need to invoke | Tom Lane | 2004-01-16 | 1 | -8/+5 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 7 | -7/+7 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -7/+35 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 2 | -59/+27 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 3 | -9/+9 |
| * | Rewriter and planner should use only resno, not resname, to identify | Tom Lane | 2003-08-11 | 1 | -9/+7 |
| * | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane | 2003-08-06 | 1 | -4/+4 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 6 | -12/+12 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 3 | -34/+36 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -2/+2 |
| * | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 4 | -32/+47 |
| * | Replace cryptic 'Unknown kind of return type' messages with something | Tom Lane | 2003-06-15 | 1 | -2/+5 |
| * | Make sure printtup() always sends the number of columns previously | Tom Lane | 2003-05-26 | 1 | -5/+5 |
| * | In RowDescription messages, report columns of domain datatypes as having | Tom Lane | 2003-05-13 | 1 | -7/+15 |
| * | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 | 1 | -151/+124 |
| * | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 1 | -69/+159 |
| * | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 1 | -15/+56 |
| * | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 1 | -9/+30 |
| * | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 | 1 | -36/+48 |
| * | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 | 1 | -2/+11 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 1 | -16/+16 |
| * | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane | 2003-02-23 | 1 | -9/+8 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 2 | -6/+4 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 2 | -4/+6 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 2 | -6/+4 |
| * | Make the world at least somewhat safe for zero-column tables, and | Tom Lane | 2002-09-28 | 1 | -26/+39 |
| * | Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there is | Tom Lane | 2002-09-27 | 1 | -10/+14 |
| * | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 | 1 | -4/+8 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 4 | -23/+22 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 2 | -28/+23 |
| * | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 | 1 | -2/+12 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 1 | -32/+27 |
| * | Clean up comments to be careful about the distinction between variable- | Tom Lane | 2002-08-25 | 2 | -14/+14 |
| * | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 3 | -42/+47 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -28/+3 |
| * | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane | 2002-08-05 | 1 | -6/+4 |
| * | Attached are two patches to implement and document anonymous composite | Bruce Momjian | 2002-08-04 | 1 | -27/+40 |
| * | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 | 1 | -3/+6 |
| * | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 | 1 | -2/+2 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 2 | -12/+31 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 6 | -12/+12 |
| * | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian | 2002-06-20 | 1 | -1/+110 |
| * | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 | 1 | -5/+5 |
| * | Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, | Tom Lane | 2002-05-27 | 1 | -13/+9 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -21/+2 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -107/+11 |
| * | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 | 2 | -14/+72 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 4 | -19/+9 |
| * | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 1 | -1/+29 |