| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Eliminate query length limitation imposed by pg_client_to_server | Tom Lane | 1999-09-11 | 1 | -109/+65 |
| * | Plug several holes in backend's ability to cope with | Tom Lane | 1999-07-22 | 1 | -12/+28 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -11/+12 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -16/+16 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -7/+1 |
| * | Fix to prevent too large tuple from being created. | Bruce Momjian | 1999-07-03 | 1 | -2/+2 |
| * | Fix critical error noticed by Massimo: copy.c used to have a | Tom Lane | 1999-06-12 | 1 | -17/+2 |
| * | 1. Run all pg_dump queries in single serializable transaction. | Vadim B. Mikheev | 1999-05-29 | 1 | -3/+3 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 1 | -17/+17 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -84/+114 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -4/+4 |
| * | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 | 1 | -2/+2 |
| * | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 | 1 | -9/+25 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Changed ExecConstraints() and ExecRelCheck() to cache the constraints | Jan Wieck | 1999-02-07 | 1 | -2/+3 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -13/+7 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -3/+5 |
| * | Fixed growing of backend due to not pfree()'d data on COPY FROM | Jan Wieck | 1999-02-01 | 1 | -2/+1 |
| * | Add explicit buffering in backend libpq, to compensate for | Tom Lane | 1999-01-23 | 1 | -4/+2 |
| * | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 | 1 | -1/+9 |
| * | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-11 | 1 | -51/+154 |