| Commit message (Expand) | Author | Age | Files | Lines |
| * | >> Do you agree that using a hashtable for it in general is a good idea | Bruce Momjian | 2005-06-15 | 1 | -7/+12 |
| * | Now \d show tablespace of indices per discussion. | Bruce Momjian | 2005-06-14 | 1 | -11/+38 |
| * | Add BETWEEN SYMMETRIC. | Bruce Momjian | 2005-06-14 | 2 | -10/+43 |
| * | Use ' ' escapes for leading spaces in table values, for use in | Bruce Momjian | 2005-06-14 | 1 | -2/+14 |
| * | Simplify shared-memory lock data structures as per recent discussion: | Tom Lane | 2005-06-14 | 7 | -241/+218 |
| * | Add pg_postmaster_start_time() function. | Bruce Momjian | 2005-06-14 | 5 | -5/+49 |
| * | Have SHOW ALL include variable descriptions. | Bruce Momjian | 2005-06-14 | 1 | -6/+13 |
| * | Attached is a makefile I hacked up to build pg_config under MSVC - the | Bruce Momjian | 2005-06-14 | 2 | -1/+104 |
| * | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian | 2005-06-14 | 4 | -18/+33 |
| * | The random selection in function linear() could deliver a value equal to max | Tom Lane | 2005-06-14 | 1 | -12/+25 |
| * | WAL for GiST. It work for online backup and so on, but on | Teodor Sigaev | 2005-06-14 | 7 | -1083/+2026 |
| * | Allow the parameters to PL/PgSQL's RAISE statement to be expressions, | Neil Conway | 2005-06-14 | 6 | -85/+120 |
| * | Teach planner to optionally ignore index columns that have an equality | Tom Lane | 2005-06-14 | 1 | -13/+276 |
| * | Add -L option to psql to log sessions. | Bruce Momjian | 2005-06-14 | 10 | -40/+77 |
| * | Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks, | Neil Conway | 2005-06-14 | 1 | -7/+21 |
| * | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 | 10 | -104/+181 |
| * | Per discussion on -hackers, this patch changes psql's "expanded" output | Neil Conway | 2005-06-13 | 6 | -35/+65 |
| * | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 | 10 | -77/+191 |
| * | This patch removes some old code from libpq that implements a URI-like | Neil Conway | 2005-06-12 | 1 | -170/+1 |
| * | libpq was not consistently checking for memory allocation failures. This | Neil Conway | 2005-06-12 | 7 | -92/+176 |
| * | Separate predicate-testing code out of indxpath.c, making it a module | Tom Lane | 2005-06-10 | 7 | -685/+728 |
| * | Adjust comment about %t and %s to cover %m as well. Some trivial | Tom Lane | 2005-06-10 | 1 | -21/+17 |
| * | Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. | Tatsuo Ishii | 2005-06-10 | 1 | -2/+2 |
| * | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 | 9 | -50/+214 |
| * | Use saveHistory so we get a nice error message on failure. | Bruce Momjian | 2005-06-10 | 1 | -2/+2 |
| * | the following patch makes the filename used to store the readline | Bruce Momjian | 2005-06-10 | 1 | -25/+27 |
| * | More Win32 tilde code comments. | Bruce Momjian | 2005-06-10 | 1 | -2/+6 |
| * | Add comment on tilde expansion. | Bruce Momjian | 2005-06-10 | 1 | -3/+3 |
| * | Remove unneeded variable test, per Tom. | Bruce Momjian | 2005-06-10 | 1 | -9/+2 |
| * | Quick hack to allow the outer query's tuple_fraction to be passed down | Tom Lane | 2005-06-10 | 3 | -4/+49 |
| * | Add the "PGPASSFILE" environment variable to specify to the password | Bruce Momjian | 2005-06-10 | 1 | -5/+28 |
| * | If a LIMIT is applied to a UNION ALL query, plan each UNION arm as | Tom Lane | 2005-06-10 | 3 | -118/+178 |
| * | Revise searching of subplan target lists to use something more efficient | Tom Lane | 2005-06-10 | 1 | -194/+248 |
| * | This patch shows the full path name when doing a \s in psql, | Bruce Momjian | 2005-06-09 | 2 | -3/+11 |
| * | Free buffer allocated via malloc (process is short-lived, but fix it anyway). | Bruce Momjian | 2005-06-09 | 1 | -1/+2 |
| * | Mention prefix %t has no milliseconds. | Bruce Momjian | 2005-06-09 | 1 | -1/+1 |
| * | Restructure log_line_prefix options to be clearer: | Bruce Momjian | 2005-06-09 | 1 | -9/+15 |
| * | This patch against 8.0.0beta1 source adds log_line_prefix options for | Bruce Momjian | 2005-06-09 | 2 | -2/+34 |
| * | Fix typo in comment, per Alvaro. | Tom Lane | 2005-06-09 | 1 | -2/+2 |
| * | Fix assign_datestyle() so that it doesn't misleadingly complain about | Tom Lane | 2005-06-09 | 1 | -16/+27 |
| * | Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands; | Tom Lane | 2005-06-09 | 1 | -4/+6 |
| * | Add missing #include -- mea culpa. | Tom Lane | 2005-06-09 | 1 | -1/+2 |
| * | Defend against omitted paramLengths[] array in PQsendQueryParams. | Tom Lane | 2005-06-09 | 2 | -5/+12 |
| * | Avoid bare 'struct Node;' declaration --- provokes annoying warnings | Tom Lane | 2005-06-09 | 1 | -6/+6 |
| * | \(rs should be \\(rs, per Tom. | Bruce Momjian | 2005-06-09 | 1 | -2/+2 |
| * | Put a critical section around update of hash index metapage. Per | Tom Lane | 2005-06-09 | 1 | -1/+12 |
| * | Since I needed this feature badly, I added the -n / --schema switch to | Bruce Momjian | 2005-06-09 | 3 | -4/+20 |
| * | Please find attached a patch (diff -c against cvs HEAD) to add a | Bruce Momjian | 2005-06-09 | 1 | -1/+3 |
| * | I've created a patch which adds support for troff "-ms" output to | Bruce Momjian | 2005-06-09 | 3 | -5/+224 |
| * | Simplify the planner's join clause management by storing join clauses | Tom Lane | 2005-06-09 | 19 | -450/+270 |