| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix planner to do the right thing when a degenerate outer join (one whose | Tom Lane | 2006-12-12 | 4 | -11/+52 |
| * | Document that log_line_prefix %t does not print timezone on Win32. | Bruce Momjian | 2006-12-12 | 1 | -2/+2 |
| * | Oops, removed: | Bruce Momjian | 2006-12-12 | 2 | -4/+2 |
| * | Add: | Bruce Momjian | 2006-12-12 | 2 | -2/+4 |
| * | Allow augmenting CPPFLAGS from the configure command line. This generally | Peter Eisentraut | 2006-12-12 | 2 | -4/+4 |
| * | Remove blank lines in HTML FAQ. | Bruce Momjian | 2006-12-11 | 2 | -16/+16 |
| * | Add FAQ entry to mention using COALESCE() for concatenation of possible | Bruce Momjian | 2006-12-11 | 2 | -11/+30 |
| * | Add a paramtypmod field to Param nodes. This is dead weight for Params | Tom Lane | 2006-12-10 | 10 | -47/+50 |
| * | Make separate targets for building printable documentation in A4 and | Peter Eisentraut | 2006-12-10 | 2 | -19/+31 |
| * | Reorganize XSLT stylesheet support. Put common things into a separate | Peter Eisentraut | 2006-12-10 | 5 | -157/+112 |
| * | Add some information about increasing JadeTeX parameters. | Peter Eisentraut | 2006-12-10 | 1 | -12/+33 |
| * | Drop indentation of verbatim environments in print output. This increased | Peter Eisentraut | 2006-12-10 | 1 | -7/+1 |
| * | Generalize Texinfo rules. Prevent them from overriding the PostScript | Peter Eisentraut | 2006-12-10 | 1 | -8/+11 |
| * | Remove the logId/logSeg fields from pg_control, because they are not needed | Tom Lane | 2006-12-08 | 5 | -99/+172 |
| * | Fix broken markup. | Tom Lane | 2006-12-08 | 1 | -1/+2 |
| * | Fix the build for when SHOW_MEMORY_STATS is defined. The reference to | Neil Conway | 2006-12-08 | 1 | -3/+2 |
| * | Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries to | Tom Lane | 2006-12-08 | 1 | -1/+7 |
| * | Repair incorrect placement of WHERE clauses when there are multiple, | Tom Lane | 2006-12-07 | 1 | -30/+58 |
| * | Fix planning of SubLinks to ensure that Vars generated from transformation of | Tom Lane | 2006-12-06 | 1 | -7/+31 |
| * | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 | 9 | -21/+77 |
| * | Various improvements to the GUC description strings. Punctuate and | Neil Conway | 2006-12-06 | 1 | -46/+46 |
| * | Change psql \\ example to use single quotes, per TOm. | Bruce Momjian | 2006-12-06 | 1 | -2/+2 |
| * | Back out mention of port success from FAQs, per Tom, added by Simon. | Bruce Momjian | 2006-12-06 | 3 | -27/+4 |
| * | Clean up psql -c documentation that uses \\. | Bruce Momjian | 2006-12-06 | 1 | -4/+5 |
| * | Make URL to docs use /current/. | Bruce Momjian | 2006-12-05 | 2 | -3/+3 |
| * | Fix documentation example of using psql \x with a SELECT command, per | Bruce Momjian | 2006-12-05 | 1 | -3/+3 |
| * | Fix typos in comments and error messages in HStore. Patch from Filip | Neil Conway | 2006-12-05 | 2 | -8/+8 |
| * | Update of port patches, HEAD patch only. | Bruce Momjian | 2006-12-05 | 5 | -14/+56 |
| * | Fix pg_dump linking on Win32 with MSVS win32.mak: | Bruce Momjian | 2006-12-04 | 1 | -1/+8 |
| * | Patch of Win32 Encoding problem for server messages using | Bruce Momjian | 2006-12-04 | 4 | -7/+7 |
| * | Fix core dump of ispell for case of non-successfull initialization. | Teodor Sigaev | 2006-12-04 | 2 | -4/+4 |
| * | Refactor ExecGetJunkAttribute to avoid searching for junk attributes | Tom Lane | 2006-12-04 | 4 | -54/+90 |
| * | Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken | Tom Lane | 2006-12-03 | 1 | -16/+26 |
| * | Stamp HEAD as 8.3devel. | Tom Lane | 2006-12-02 | 2 | -11/+11 |
| * | Update most recent version from 8.2 to 8.2.0. | Bruce Momjian | 2006-12-02 | 2 | -4/+4 |
| * | Collect the bits of wisdom about dtrace installation in the installation | Peter Eisentraut | 2006-12-02 | 3 | -41/+28 |
| * | v8.2.0 is now released ...REL8_2_0 | PostgreSQL Daemon | 2006-12-02 | 2 | -11/+11 |
| * | Stamp 8.2, except configure.in. | Bruce Momjian | 2006-12-02 | 2 | -4/+4 |
| * | Update for release 8.2. | Bruce Momjian | 2006-12-02 | 2 | -5/+5 |
| * | Wording refinement for external references in man pages. | Peter Eisentraut | 2006-12-02 | 1 | -2/+2 |
| * | Don't ship spi_* man pages. (We don't do that anyway, but now it's automatic.) | Peter Eisentraut | 2006-12-02 | 1 | -1/+2 |
| * | Translation updates | Peter Eisentraut | 2006-12-02 | 15 | -20906/+21843 |
| * | Put release date in release notes. | Tom Lane | 2006-12-02 | 1 | -3/+2 |
| * | Add some documentation for DTrace support. Simon Riggs | Tom Lane | 2006-12-02 | 1 | -1/+278 |
| * | Make Options for Windows a second-level heading instead of first-level. | Peter Eisentraut | 2006-12-02 | 1 | -9/+6 |
| * | Editorial improvements for GIN documentation. | Tom Lane | 2006-12-01 | 3 | -114/+138 |
| * | Some more supported-platforms updates: buildfarm hare is alive again, | Tom Lane | 2006-12-01 | 1 | -3/+4 |
| * | Document the recently-understood hazard that a rollback can release row-level | Tom Lane | 2006-12-01 | 1 | -1/+27 |
| * | Make the bgwriter's error recovery path do smgrcloseall(). On Windows this | Tom Lane | 2006-12-01 | 1 | -1/+8 |
| * | Editorial improvements to backup and warm-standby documentation. | Tom Lane | 2006-12-01 | 1 | -220/+231 |