Home
Hey there, you're at another open source code project site. Most of the projects here are licensed under the BSD License, but be sure to check anyway.
Latest projects
-
PL/Haskell (10/08/2009 07:04 AM)
Giving PostgreSQL a Procedural language in Haskell
-
Writeable CTE (08/15/2009 12:44 PM)
CTE allows to use recursive queries. To use a recursive query, you need to add the RECURSIVE keyword. Here is an example for WITH RECURSIVE clause usage. Table "department" represents the structure of an organization as an adjacency list.
-
PasteBing (07/02/2009 06:09 AM)
We're making pastebin searchable and indexed. Why you might ask? Because we can!
-
Postgres Materialized Views (07/01/2009 09:42 PM)
An attempt at creating materialized views for Postgresql. I am not only attempting to add this grammar to the parser, since that would not be very interesting really. I would like to expand what can be done with views to include the use of views in queries where they are not even specified. I plan to do all this while avoiding painful data-duplication and maintaining the speed of access Postgres is known for.