| Commit message (Expand) | Author | Age | Files | Lines |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -6/+3 |
| * | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 | 1 | -31/+5 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 1 | -7/+1 |
| * | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 1 | -3/+12 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -1/+2 |
| * | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane | 2002-08-19 | 1 | -2/+2 |
| * | Clean up leftover bugs from recent COPY feature patch --- missed | Tom Lane | 2002-08-19 | 1 | -2/+2 |
| * | Tom Lane wrote: | Bruce Momjian | 2002-08-15 | 1 | -1/+7 |
| * | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 | 1 | -287/+294 |
| * | IMPROVED VERSION APPLIED: | Bruce Momjian | 2002-07-30 | 1 | -192/+207 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 1 | -4/+9 |
| * | The attached patch (against HEAD) implements | Bruce Momjian | 2002-07-18 | 1 | -42/+176 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian | 2002-06-20 | 1 | -8/+69 |
| * | Since COPY fires triggers, it seems like a good idea for it to use | Tom Lane | 2002-05-21 | 1 | -2/+5 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -2/+2 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -3/+3 |
| * | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 | 1 | -6/+4 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -10/+17 |
| * | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 | 1 | -5/+9 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |
| * | Fix bug in COPY FROM when DELIMITER is not in ASCII range. | Tatsuo Ishii | 2002-02-27 | 1 | -2/+2 |
| * | pgindent copy.c. Patch wasn't in proper format. | Bruce Momjian | 2002-02-24 | 1 | -20/+23 |
| * | Free files on dir open failure in COPY. | Bruce Momjian | 2002-02-24 | 1 | -3/+3 |
| * | Add fstat / S_ISDIR checks to make sure we're not trying to use a | Bruce Momjian | 2002-02-23 | 1 | -2/+16 |
| * | Modify COPY TO to emit carriage returns and newlines as backslash escapes | Tom Lane | 2002-02-12 | 1 | -32/+68 |
| * | Enforce restriction that COPY DELIMITERS string must be exactly one | Tom Lane | 2001-12-04 | 1 | -3/+10 |
| * | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane | 2001-12-04 | 1 | -11/+5 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -8/+4 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -37/+59 |
| * | Disable COPY TO/FROM on views. | Bruce Momjian | 2001-07-11 | 1 | -1/+5 |
| * | Preliminary code cleanup in elog(). Split out some code into utility | Peter Eisentraut | 2001-06-08 | 1 | -5/+5 |
| * | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 | 1 | -6/+7 |
| * | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 | 1 | -2/+2 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -5/+3 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -37/+47 |
| * | COPY should handle after-insert triggers the same as execMain.c does. | Tom Lane | 2001-03-14 | 1 | -5/+4 |
| * | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 | 1 | -2/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Clean up per-tuple memory leaks in trigger firing and plpgsql | Tom Lane | 2001-01-22 | 1 | -3/+6 |
| * | Suppress compiler warning in MULTIBYTE case. | Tom Lane | 2001-01-19 | 1 | -2/+2 |
| * | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 | 1 | -8/+3 |
| * | Fix copy to make it more robust against unexpected character | Tatsuo Ishii | 2001-01-06 | 1 | -25/+39 |
| * | New file format for COPY BINARY, in accordance with pghackers discussions | Tom Lane | 2001-01-03 | 1 | -179/+249 |
| * | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 | 1 | -55/+7 |
| * | Avoid memory leakage during regular COPY when outputting toasted values. | Tom Lane | 2000-12-02 | 1 | -110/+75 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -48/+47 |
| * | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 | 1 | -14/+13 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -3/+2 |
| * | Fix a many-legged critter reported by chifungfan@yahoo.com: under the | Tom Lane | 2000-08-22 | 1 | -2/+3 |