Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-22 | Remove contrib modules that have been agreed to be obsolete. | Tom Lane | |
(There are more that will be removed once they've been copied to pgfoundry.org.) | |||
2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | |
them, the executation behavior could be unexpected. | |||
2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | |
getting rid of numerous ad-hoc versions that have popped up in various places. Shortens code and avoids conflict with Windows min() and max() macros. | |||
2004-09-14 | Win32 compile fixes for pgbench, pgcrypto, and tsearch. | Tom Lane | |
Claudio Natoli | |||
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | |
initdb/regression tests pass. | |||
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | |
spacing. Also adds space for one-line comments. | |||
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | |
tests pass. | |||
2001-10-12 | txtidx datatype for full text indexing with GiST. | Tom Lane | |
From Oleg Bartunov and Teodor Sigaev. |