Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | |
1999-11-12 | Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combine | Tom Lane | |
nulls with non-nulls using proper three-valued boolean logic. Also clean up ExecQual to make it clearer that ExecQual *does* follow the SQL spec for boolean nulls. See '[BUGS] (null) != (null)' thread around 10/26/99 for more detail. | |||
1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian | |
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | |
1998-02-13 | Subselects... | Vadim B. Mikheev | |