| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add note that building from CVS requires bison and flex, whereas | Tom Lane | 2007-07-10 | 1 | -2/+10 |
| * | Adjust processSQLNamePattern() so that $ within the pattern is always matched | Tom Lane | 2007-07-10 | 1 | -8/+11 |
| * | Minor copy-editing. | Tom Lane | 2007-07-09 | 1 | -27/+29 |
| * | Closer code review for PQconnectionUsedPassword() patch: in particular, | Tom Lane | 2007-07-08 | 1 | -15/+20 |
| * | Fix broken markup. | Tom Lane | 2007-07-08 | 1 | -1/+2 |
| * | Arrange for the authentication request type to be preserved in | Joe Conway | 2007-07-08 | 1 | -1/+15 |
| * | Remove TODO.detail/win32intr, no longer needed. | Bruce Momjian | 2007-07-08 | 1 | -458/+0 |
| * | Remove, per Magnus: | Bruce Momjian | 2007-07-08 | 2 | -4/+2 |
| * | Improve description of SPI_scroll_cursor_move's return values, per a | Tom Lane | 2007-07-05 | 1 | -3/+4 |
| * | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway | 2007-07-03 | 6 | -13/+116 |
| * | Improve logging of checkpoints. Patch by Greg Smith, worked over | Tom Lane | 2007-06-30 | 1 | -43/+66 |
| * | Add a note that pg_start_backup will take awhile because of new | Tom Lane | 2007-06-29 | 1 | -1/+17 |
| * | Done: | Bruce Momjian | 2007-06-28 | 2 | -12/+4 |
| * | Add the function's volatility to the output of psql's \df+ command. | Neil Conway | 2007-06-28 | 1 | -2/+2 |
| * | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 | 3 | -91/+62 |
| * | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 | 1 | -6/+32 |
| * | Add a <tip> that log_line_prefix should usually end with a space to | Tom Lane | 2007-06-22 | 1 | -19/+36 |
| * | Update password example. | Peter Eisentraut | 2007-06-21 | 1 | -5/+7 |
| * | Update examples of create/drop scripts. | Peter Eisentraut | 2007-06-21 | 5 | -24/+9 |
| * | Add a caveat pointing out that constraint exclusion doesn't work with | Tom Lane | 2007-06-20 | 1 | -5/+17 |
| * | Remove some empty columns from a few system catalog tables in the | Neil Conway | 2007-06-20 | 1 | -7/+7 |
| * | Code review for log_lock_waits patch. Don't try to issue log messages from | Tom Lane | 2007-06-19 | 1 | -6/+13 |
| * | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane | 2007-06-15 | 1 | -5/+5 |
| * | Update item: | Bruce Momjian | 2007-06-13 | 2 | -4/+4 |
| * | Update documentation of resultmap file format. | Magnus Hagander | 2007-06-12 | 1 | -4/+7 |
| * | Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql | Tom Lane | 2007-06-11 | 1 | -1/+26 |
| * | Minor wording improvement. | Tom Lane | 2007-06-11 | 1 | -8/+6 |
| * | Done: | Bruce Momjian | 2007-06-11 | 2 | -17/+4 |
| * | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 | 3 | -88/+120 |
| * | Avoid passing zero as a value for vacuum_cost_limit, because it's not a valid | Alvaro Herrera | 2007-06-08 | 1 | -2/+2 |
| * | Add note that LIMIT without ORDER BY can produce outright nondeterministic | Tom Lane | 2007-06-08 | 1 | -1/+9 |
| * | Done: | Bruce Momjian | 2007-06-08 | 2 | -25/+4 |
| * | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane | 2007-06-07 | 1 | -8/+14 |
| * | Fix array_dims() example to be consistent with the data previously shown. | Tom Lane | 2007-06-07 | 1 | -2/+2 |
| * | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane | 2007-06-06 | 5 | -22/+74 |
| * | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 | 4 | -86/+161 |
| * | Remove gratuitous response messages from utility programs. | Peter Eisentraut | 2007-06-04 | 7 | -70/+29 |
| * | Remove description for: | Bruce Momjian | 2007-06-03 | 2 | -9/+2 |
| * | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 | 8 | -50/+114 |
| * | Re-add TODO and clarify it is for the kernel cache: | Bruce Momjian | 2007-06-02 | 2 | -3/+18 |
| * | TODO item not needed anymore now that the buffer cache is | Bruce Momjian | 2007-06-02 | 2 | -18/+3 |
| * | Allow leading and trailing whitespace in the input to the boolean | Neil Conway | 2007-06-01 | 1 | -4/+4 |
| * | Add URL for: | Bruce Momjian | 2007-06-01 | 2 | -3/+4 |
| * | Update wording: | Bruce Momjian | 2007-06-01 | 2 | -12/+12 |
| * | Wording improvement. | Bruce Momjian | 2007-06-01 | 2 | -4/+4 |
| * | Update FAQ_DEV URL to output for text format. | Bruce Momjian | 2007-06-01 | 2 | -4/+6 |
| * | Add URL for code comments to developer's FAQ: | Bruce Momjian | 2007-06-01 | 2 | -4/+5 |
| * | Update: | Bruce Momjian | 2007-05-30 | 2 | -6/+13 |
| * | Fix wording: | Bruce Momjian | 2007-05-30 | 2 | -4/+4 |
| * | Add: | Bruce Momjian | 2007-05-30 | 2 | -2/+7 |