| Commit message (Expand) | Author | Age |
* | Commit the bulk of Mike Ansley's long-query changes in the | Tom Lane | 1999-08-31 |
* | Plug several holes in backend's ability to cope with | Tom Lane | 1999-07-22 |
* | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian | 1999-07-19 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup | Bruce Momjian | 1999-07-16 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Fix for removal of temp tables if last transaction was aborted. | Bruce Momjian | 1999-07-02 |
* | 1. Run all pg_dump queries in single serializable transaction. | Vadim B. Mikheev | 1999-05-29 |
* | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Modify backend switch parsing to prevent 'insecure' switches | Tom Lane | 1999-05-22 |
* | Make postgres prompt backend>, and remove PARSEDEBUG. | Bruce Momjian | 1999-05-22 |
* | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane | 1999-05-13 |
* | Changed debug options: | Jan Wieck | 1999-05-11 |
* | Rearrange top-level rewrite operations so that EXPLAIN works | Tom Lane | 1999-05-09 |
* | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 |
* | -T was omitted from getopt() call. | Tom Lane | 1999-05-01 |
* | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 |
* | Change elog(ERROR) to get back to main loop via a plain sigsetjmp, | Tom Lane | 1999-04-20 |
* | Hi, | Bruce Momjian | 1999-03-22 |
* | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 |
* | Enable bushy and right-hand queries by default. | Bruce Momjian | 1999-02-18 |
* | Enable bushy plans by default. | Bruce Momjian | 1999-02-18 |
* | Re-enable bushy plans. Vadim want them. | Bruce Momjian | 1999-02-16 |
* | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian | 1999-02-15 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 |
* | Hi! | Bruce Momjian | 1999-01-18 |
* | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 |
* | Serialized mode works! | Vadim B. Mikheev | 1998-12-16 |
* | The problem is that read_pg_options needs DataDir to read its file but | Bruce Momjian | 1998-10-16 |
* | This is plain wrong, but check to see if DataDir was set *before* running | Marc G. Fournier | 1998-10-13 |
* | case statement in select call was missing a break... | Marc G. Fournier | 1998-10-13 |
* | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane | 1998-10-06 |
* | Clean up some minor bugs concerning what was inside the main loop | Tom Lane | 1998-10-02 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-30 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 |
* | Move debugging printout of the query tree to print for all cases. | Thomas G. Lockhart | 1998-08-25 |
* | This is the final state of the rule system for 6.4 after the | Bruce Momjian | 1998-08-24 |
* | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian | 1998-08-04 |
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 |
* | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian | 1998-07-18 |
* | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier | 1998-07-09 |