Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-04 | pgindent run for 8.2. | Bruce Momjian | |
2006-08-02 | Arrange for ValuesScan to keep per-sublist expression eval state in a | Tom Lane | |
temporary context that can be reset when advancing to the next sublist. This is faster and more thorough at recovering space than the previous method; moreover it will do the right thing if something in the sublist tries to register an expression context callback. | |||
2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | |
(e.g. "INSERT ... VALUES (...), (...), ...") and elsewhere as allowed by the spec. (e.g. similar to a FROM clause subselect). initdb required. Joe Conway and Tom Lane. |