Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-24 | Manual cleanup of pgindent results. | Tom Lane | |
Fix some places where pgindent did silly stuff, often because project style wasn't followed to begin with. (I've not touched the atomics headers, though.) | |||
2015-05-23 | pgindent run for 9.5 | Bruce Momjian | |
2015-05-15 | TABLESAMPLE, SQL Standard and extensible | Simon Riggs | |
Add a TABLESAMPLE clause to SELECT statements that allows user to specify random BERNOULLI sampling or block level SYSTEM sampling. Implementation allows for extensible sampling functions to be written, using a standard API. Basic version follows SQLStandard exactly. Usable concrete use cases for the sampling API follow in later commits. Petr Jelinek Reviewed by Michael Paquier and Simon Riggs |