postgresql/src/bin
Tom Lane 44d5be0e53 Implement SQL-standard WITH clauses, including WITH RECURSIVE.
There are some unimplemented aspects: recursive queries must use UNION ALL
(should allow UNION too), and we don't have SEARCH or CYCLE clauses.
These might or might not get done for 8.4, but even without them it's a
pretty useful feature.

There are also a couple of small loose ends and definitional quibbles,
which I'll send a memo about to pgsql-hackers shortly.  But let's land
the patch now so we can get on with other development.

Yoshiyuki Asaba, with lots of help from Tatsuo Ishii and Tom Lane
2008-10-04 21:56:55 +00:00
..
initdb Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 2008-09-30 10:52:14 +00:00
pg_config Reduce the need for frontend programs to include "postgres.h" by refactoring 2008-03-27 03:57:34 +00:00
pg_controldata Make sure pg_control is opened in binary mode, to deal 2008-09-24 08:59:42 +00:00
pg_ctl Fix misspelled comment 2008-09-30 12:51:07 +00:00
pg_dump Fix pg_dump bug in the database-level collation patch. "datcollate" and 2008-09-24 19:33:15 +00:00
pg_resetxlog Silence compiler warning caused by recent collation patch. 2008-09-24 09:00:44 +00:00
pgevent More README src cleanups. 2008-03-21 13:23:29 +00:00
psql Implement SQL-standard WITH clauses, including WITH RECURSIVE. 2008-10-04 21:56:55 +00:00
scripts Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 2008-09-23 09:20:39 +00:00
Makefile Remove ipcclean utility command --- didn't work on all Unixes and on 2008-03-27 17:24:16 +00:00