| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
OPERATOR CLASS commands. Further tweaking of documentation for same.
|
|
|
|
|
|
|
| |
an 'opclass owner' column in pg_opclass. Nothing is done with it at
present, but since there are plans to invent a CREATE OPERATOR CLASS
command soon, we'll probably want DROP OPERATOR CLASS too, which
suggests that a notion of ownership would be a good idea.
|
|
|
|
|
|
|
|
|
|
|
|
| |
cvs.
The patch fixes memory leak during creation GiST index on timestamp
column.
Thank you.
--
Teodor Sigaev
teodor@stack.net
|
|
|
|
| |
initdb/regression tests pass.
|
|
|
|
| |
spacing. Also adds space for one-line comments.
|
|
|
|
| |
tests pass.
|
|
|
|
| |
datatype in test, to try to avoid any dependency on local time zone.
|
|
|
|
|
|
| |
written a generic framework of rules that the contrib makefiles can
use instead of writing their own each time. You only need to set a few
variables and off you go.
|
| |
|
|
|
|
| |
interval arithmetic. From Teodor Sigaev.
|
|
From Oleg Bartunov and Teodor Sigaev.
|