| Commit message (Expand) | Author | Age |
* | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 |
* | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 |
* | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 |
* | Run COPY OUT in a temporary memory context that's reset once per row, | Tom Lane | 2002-12-01 |
* | Use Params, rather than run-time-modified Const nodes, to handle | Tom Lane | 2002-11-26 |
* | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 |
* | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-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 |
* | Add missing #include <errno.h>. | Tom Lane | 2002-10-19 |
* | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane | 2002-10-14 |
* | Code review for check-domain-constraints-in-COPY patch. Do correct thing | Tom Lane | 2002-09-20 |
* | Change domain patch to COERCE_IMPLICIT_CAST, per Tom. | Bruce Momjian | 2002-09-20 |
* | Fix compile error from Rod's patch. | Bruce Momjian | 2002-09-20 |
* | Fixed this problem and added regression tests in domain.sql. | Bruce Momjian | 2002-09-20 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | 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 |
* | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane | 2002-08-19 |
* | Clean up leftover bugs from recent COPY feature patch --- missed | Tom Lane | 2002-08-19 |
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | IMPROVED VERSION APPLIED: | Bruce Momjian | 2002-07-30 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | The attached patch (against HEAD) implements | Bruce Momjian | 2002-07-18 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian | 2002-06-20 |
* | Since COPY fires triggers, it seems like a good idea for it to use | Tom Lane | 2002-05-21 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 |
* | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 |
* | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Fix bug in COPY FROM when DELIMITER is not in ASCII range. | Tatsuo Ishii | 2002-02-27 |
* | pgindent copy.c. Patch wasn't in proper format. | Bruce Momjian | 2002-02-24 |
* | Free files on dir open failure in COPY. | Bruce Momjian | 2002-02-24 |
* | Add fstat / S_ISDIR checks to make sure we're not trying to use a | Bruce Momjian | 2002-02-23 |
* | Modify COPY TO to emit carriage returns and newlines as backslash escapes | Tom Lane | 2002-02-12 |
* | Enforce restriction that COPY DELIMITERS string must be exactly one | Tom Lane | 2001-12-04 |
* | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane | 2001-12-04 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Disable COPY TO/FROM on views. | Bruce Momjian | 2001-07-11 |
* | Preliminary code cleanup in elog(). Split out some code into utility | Peter Eisentraut | 2001-06-08 |
* | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 |