| Commit message (Expand) | Author | Age | Files | Lines |
| * | 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin. | Vadim B. Mikheev | 1999-06-06 | 1 | -3/+22 |
| * | Unuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED in | Vadim B. Mikheev | 1999-06-03 | 1 | -3/+2 |
| * | 1. Run all pg_dump queries in single serializable transaction. | Vadim B. Mikheev | 1999-05-29 | 2 | -22/+8 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 1 | -17/+17 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 2 | -15/+15 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 19 | -629/+691 |
| * | Fix tuple chain moving bug found by "Hiroshi Inoue" <Inoue@tpf.co.jp>. | Vadim B. Mikheev | 1999-05-23 | 1 | -17/+105 |
| * | Generate distinct error messages for trigger function not found | Tom Lane | 1999-05-20 | 1 | -3/+5 |
| * | All works on linux now by my tests and regression(with patch below). | Bruce Momjian | 1999-05-17 | 1 | -2/+13 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 6 | -16/+15 |
| * | Rearrange top-level rewrite operations so that EXPLAIN works | Tom Lane | 1999-05-09 | 1 | -8/+11 |
| * | Mistyping by me. | Vadim B. Mikheev | 1999-05-09 | 1 | -3/+3 |
| * | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 | 1 | -2/+2 |
| * | Arrange for VACUUM to delete the init file that relcache.c uses | Tom Lane | 1999-05-01 | 1 | -2/+16 |
| * | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane | 1999-04-25 | 1 | -2/+2 |
| * | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 | 3 | -25/+40 |
| * | Rename explain's "size" to "rows". | Bruce Momjian | 1999-04-23 | 1 | -2/+2 |
| * | Fix adding columns to a temp table. | Bruce Momjian | 1999-04-13 | 1 | -1/+10 |
| * | Some comments... | Vadim B. Mikheev | 1999-04-12 | 1 | -2/+7 |
| * | Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while | Tom Lane | 1999-04-09 | 1 | -3/+4 |
| * | Repair problems with omitted password and VALID UNTIL | Tom Lane | 1999-04-02 | 1 | -21/+38 |
| * | Clean up compile errors and warnings, cf Billy Allie's | Tom Lane | 1999-04-02 | 1 | -7/+6 |
| * | Small cleanups. | Bruce Momjian | 1999-03-30 | 1 | -4/+3 |
| * | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev | 1999-03-28 | 1 | -60/+487 |
| * | Remove Tee code, move to _deadcode. | Bruce Momjian | 1999-03-23 | 1 | -4/+1 |
| * | cleanups | Bruce Momjian | 1999-03-23 | 1 | -3/+2 |
| * | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 | 3 | -7/+7 |
| * | Fix snprintf with strings, and nextval('"Aa"'); | Bruce Momjian | 1999-03-16 | 3 | -11/+14 |
| * | Here is a patch. | Bruce Momjian | 1999-03-16 | 2 | -19/+19 |
| * | Drop buffers before destroying database files. | Bruce Momjian | 1999-03-15 | 1 | -5/+4 |
| * | Hello, | Bruce Momjian | 1999-03-14 | 1 | -1/+4 |
| * | Changes to fix/improve the dynamic loading on NT | Marc G. Fournier | 1999-03-09 | 1 | -1/+1 |
| * | Remove recipe.o from Makefile ... dead code not quite dead enough, | Tom Lane | 1999-02-27 | 1 | -2/+2 |
| * | Fix problem with selectivity error in added columns with ALTER TABLE. | Bruce Momjian | 1999-02-24 | 5 | -6/+25 |
| * | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 | 1 | -2/+2 |
| * | Enable bushy and right-hand queries by default. | Bruce Momjian | 1999-02-18 | 1 | -55/+1 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 19 | -60/+60 |
| * | Rename Temp to Noname for noname tables. | Bruce Momjian | 1999-02-09 | 1 | -3/+3 |
| * | Added LIMIT/OFFSET functionality including new regression test for it. | Jan Wieck | 1999-02-08 | 1 | -2/+20 |
| * | 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 | 8 | -69/+38 |
| * | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian | 1999-02-03 | 1 | -1/+2 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 7 | -39/+26 |
| * | Fixed growing of backend due to not pfree()'d data on COPY FROM | Jan Wieck | 1999-02-01 | 2 | -2/+3 |
| * | Hope that execMain.c good merged. | Vadim B. Mikheev | 1999-01-29 | 1 | -9/+20 |
| * | READ COMMITTED isolevel is implemented and is default now. | Vadim B. Mikheev | 1999-01-29 | 1 | -2/+21 |
| * | Add explicit buffering in backend libpq, to compensate for | Tom Lane | 1999-01-23 | 1 | -4/+2 |
| * | The following patch finishes primary key support. Previously, when | Bruce Momjian | 1999-01-21 | 2 | -5/+7 |
| * | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 | 3 | -3/+19 |
| * | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-11 | 1 | -51/+154 |