| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Clean up inefficiency in ExecRelCheck, and cause it to do the right | Tom Lane | 2000-08-06 | 1 | -5/+3 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 1 | -192/+49 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 1 | -31/+9 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 1 | -2/+3 |
| * | Suppress memory leak in COPY WITH OIDS TO wherever. | Tom Lane | 2000-06-28 | 1 | -4/+5 |
| * | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 | 1 | -58/+24 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -1/+2 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -3/+3 |
| * | Update for 7.0.2. | Bruce Momjian | 2000-06-05 | 1 | -2/+2 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -3/+6 |
| * | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 | 1 | -12/+3 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -14/+9 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -3/+1 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -2/+2 |
| * | Reduce COPY IN lock from AccessExclusive to a more reasonable | Tom Lane | 2000-05-18 | 1 | -6/+8 |
| * | Allow COPY WITH OIDS to system OID values --- rely on unique indexes to | Tom Lane | 2000-04-16 | 1 | -15/+17 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -43/+52 |
| * | Hmm, absolute pathnames for the copy makes sense. I'll whip up that | Bruce Momjian | 2000-03-23 | 1 | -1/+6 |
| * | Trial implementation of ALTER DROP COLUMN. | Hiroshi Inoue | 2000-03-09 | 1 | -1/+43 |
| * | contrib-array.patch | Bruce Momjian | 2000-02-13 | 1 | -3/+6 |
| * | Ooops ... 'char c' can hold a char, but it can't hold EOF ... | Tom Lane | 2000-02-09 | 1 | -2/+2 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Change a few routines into macros to improve speed of COPY IN inner loop. | Tom Lane | 2000-01-22 | 1 | -33/+20 |
| * | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane | 2000-01-19 | 1 | -2/+2 |
| * | Rearrange coding in COPY so that expansible string buffer for data being | Tom Lane | 2000-01-16 | 1 | -73/+95 |
| * | * User management commands no longer user pg_exec_query_dest -> more robust | Peter Eisentraut | 2000-01-14 | 1 | -12/+9 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -3/+3 |
| * | Depending on my interpreting (and programming) skills, this might solve | Bruce Momjian | 1999-12-14 | 1 | -17/+26 |
| * | COPY to a relation should keep write lock till transaction commit. | Tom Lane | 1999-11-27 | 1 | -8/+15 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -5/+5 |
| * | Change backend-side COPY to write files with permissions 644 not 666 | Tom Lane | 1999-11-21 | 1 | -4/+9 |
| * | Cancel query support from Massimo | Bruce Momjian | 1999-09-27 | 1 | -1/+7 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -16/+15 |