| Commit message (Expand) | Author | Age |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Changed ExecConstraints() and ExecRelCheck() to cache the constraints | Jan Wieck | 1999-02-07 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 |
* | Fixed growing of backend due to not pfree()'d data on COPY FROM | Jan Wieck | 1999-02-01 |
* | Add explicit buffering in backend libpq, to compensate for | Tom Lane | 1999-01-23 |
* | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 |
* | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-11 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | Get rid of some minor compiler warnings. | Tom Lane | 1998-10-26 |
* | Allow 8-key indexes. | Bruce Momjian | 1998-09-23 |
* | AIX align fix. | Bruce Momjian | 1998-09-08 |
* | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian | 1998-09-07 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Prevent file descriptor leak from failed COPY. | Bruce Momjian | 1998-08-29 |
* | Fix scanner name length trimming. | Bruce Momjian | 1998-08-29 |
* | This is the first (of hopefully few) AIX port patches. This patch | Bruce Momjian | 1998-08-29 |
* | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian | 1998-08-24 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 |
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 |
* | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 |
* | Fix for COPY problem and atttypmod. | Bruce Momjian | 1998-07-15 |
* | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian | 1998-07-12 |
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-06-19 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | There's a patch attached to fix gcc 2.8.x warnings, except for the | Bruce Momjian | 1998-03-30 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-25 |
* | Atttypmod cleanup. | Bruce Momjian | 1998-02-13 |
* | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 |
* | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 |
* | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 |
* | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 |
* | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 |
* | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Before row insertion triggers call. | Vadim B. Mikheev | 1997-09-04 |
* | BEFORE/AFTER ROW INSERT triggers startup from CopyFrom() | Vadim B. Mikheev | 1997-09-01 |
* | Turn constraints off for sequences & views | Vadim B. Mikheev | 1997-08-22 |
* | NOT NULL implementation (submitted by Robson Paniago de Miranda). | Vadim B. Mikheev | 1997-08-19 |
* | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 |
* | Datum *idatum; | Vadim B. Mikheev | 1997-06-12 |