| Commit message (Expand) | Author | Age |
* | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane | 2000-01-31 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut | 2000-01-19 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | More cleanups. Still doesn't work. | Bruce Momjian | 2000-01-11 |
* | Added empty TOASTER files and corrected some minor glitches | Jan Wieck | 1999-12-21 |
* | Required catalog changes for extended LONG attribute storage. | Jan Wieck | 1999-12-20 |
* | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 |
* | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 |
* | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 |
* | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Reversed out Massimo patch. | Bruce Momjian | 1999-06-12 |
* | I don't like last minute patches before the final freeze, but I believe that | Bruce Momjian | 1999-06-12 |
* | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 |
* | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane | 1999-04-25 |
* | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 |
* | cleanup | Bruce Momjian | 1999-03-14 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Turns out it's easy to cache the fmgr function lookup | Tom Lane | 1999-01-27 |
* | Another SELECT speedup: extract OIDs of column print functions | Tom Lane | 1999-01-27 |
* | Tighten coding of inner loops in nocachegetattr ... | Tom Lane | 1999-01-24 |
* | Use heap_attisnull, rather than heap_getattr, for a small | Tom Lane | 1999-01-24 |
* | Replace typtoout() and gettypelem() with a single routine, | Tom Lane | 1999-01-24 |
* | Initial attempt to clean up the code... | Marc G. Fournier | 1998-12-14 |
* | Included patches should fix following problems in the muti-byte | Bruce Momjian | 1998-12-12 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian | 1998-09-07 |
* | offsetof cleanup. | Bruce Momjian | 1998-09-04 |
* | t_bits alignment fix from Tatsuo Ishii | Bruce Momjian | 1998-09-04 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-30 |
* | Make 'name' type int aligned, like char/varchar. | Bruce Momjian | 1998-08-27 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 |
* | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian | 1998-07-18 |
* | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian | 1998-07-12 |