| Commit message (Expand) | Author | Age |
* | Teach planner to optionally ignore index columns that have an equality | Tom Lane | 2005-06-14 |
* | Done: | Bruce Momjian | 2005-06-14 |
* | Add -L option to psql to log sessions. | Bruce Momjian | 2005-06-14 |
* | Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks, | Neil Conway | 2005-06-14 |
* | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 |
* | Per discussion on -hackers, this patch changes psql's "expanded" output | Neil Conway | 2005-06-13 |
* | SGML cleanup: consistently use "endterm" in <xref>s that link to the | Neil Conway | 2005-06-13 |
* | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 |
* | Document the --enable-integer-datetimes configure option where the other | Tom Lane | 2005-06-12 |
* | This patch removes some old code from libpq that implements a URI-like | Neil Conway | 2005-06-12 |
* | libpq was not consistently checking for memory allocation failures. This | Neil Conway | 2005-06-12 |
* | Separate predicate-testing code out of indxpath.c, making it a module | Tom Lane | 2005-06-10 |
* | Adjust comment about %t and %s to cover %m as well. Some trivial | Tom Lane | 2005-06-10 |
* | Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. | Tatsuo Ishii | 2005-06-10 |
* | Add space before :DBNAME for proper \set expansion. | Bruce Momjian | 2005-06-10 |
* | Minor cleanup of documentation for recently-added HISTFILE psql variable. | Neil Conway | 2005-06-10 |
* | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 |
* | Use saveHistory so we get a nice error message on failure. | Bruce Momjian | 2005-06-10 |
* | the following patch makes the filename used to store the readline | Bruce Momjian | 2005-06-10 |
* | More Win32 tilde code comments. | Bruce Momjian | 2005-06-10 |
* | Add comment on tilde expansion. | Bruce Momjian | 2005-06-10 |
* | Remove unneeded variable test, per Tom. | Bruce Momjian | 2005-06-10 |
* | Quick hack to allow the outer query's tuple_fraction to be passed down | Tom Lane | 2005-06-10 |
* | Add the "PGPASSFILE" environment variable to specify to the password | Bruce Momjian | 2005-06-10 |
* | If a LIMIT is applied to a UNION ALL query, plan each UNION arm as | Tom Lane | 2005-06-10 |
* | Revise searching of subplan target lists to use something more efficient | Tom Lane | 2005-06-10 |
* | This patch shows the full path name when doing a \s in psql, | Bruce Momjian | 2005-06-09 |
* | Free buffer allocated via malloc (process is short-lived, but fix it anyway). | Bruce Momjian | 2005-06-09 |
* | Mention prefix %t has no milliseconds. | Bruce Momjian | 2005-06-09 |
* | Restructure log_line_prefix options to be clearer: | Bruce Momjian | 2005-06-09 |
* | This patch against 8.0.0beta1 source adds log_line_prefix options for | Bruce Momjian | 2005-06-09 |
* | Fix typo in comment, per Alvaro. | Tom Lane | 2005-06-09 |
* | Fix assign_datestyle() so that it doesn't misleadingly complain about | Tom Lane | 2005-06-09 |
* | Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands; | Tom Lane | 2005-06-09 |
* | Add missing #include -- mea culpa. | Tom Lane | 2005-06-09 |
* | Defend against omitted paramLengths[] array in PQsendQueryParams. | Tom Lane | 2005-06-09 |
* | Repair error in description of nonblocking usage of PQgetCopyData(). | Tom Lane | 2005-06-09 |
* | Avoid bare 'struct Node;' declaration --- provokes annoying warnings | Tom Lane | 2005-06-09 |
* | \(rs should be \\(rs, per Tom. | Bruce Momjian | 2005-06-09 |
* | Put a critical section around update of hash index metapage. Per | Tom Lane | 2005-06-09 |
* | Add example for pg_config --configure. | Peter Eisentraut | 2005-06-09 |
* | Since I needed this feature badly, I added the -n / --schema switch to | Bruce Momjian | 2005-06-09 |
* | Please find attached a patch (diff -c against cvs HEAD) to add a | Bruce Momjian | 2005-06-09 |
* | I've created a patch which adds support for troff "-ms" output to | Bruce Momjian | 2005-06-09 |
* | Simplify the planner's join clause management by storing join clauses | Tom Lane | 2005-06-09 |
* | Remove idea of schema tablespaces: | Bruce Momjian | 2005-06-09 |
* | Marginal hack to avoid spending a lot of time in find_join_rel during | Tom Lane | 2005-06-08 |
* | Remove grammar productions for prefix and postfix % and ^ operators, | Tom Lane | 2005-06-08 |
* | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 |
* | Correct an omission in the syntax error message emitted by EXECUTE INTO | Neil Conway | 2005-06-08 |