| Commit message (Expand) | Author | Age | Files | Lines |
| * | Blank line Makefile cleanups. | Bruce Momjian | 2009-04-28 | 3 | -6/+3 |
| * | Move SERVER to the right place in the alphabetically sorted keyword list. | Heikki Linnakangas | 2009-04-28 | 1 | -2/+2 |
| * | In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. Docs | Bruce Momjian | 2009-04-28 | 1 | -3/+3 |
| * | Proofreading adjustments for first two parts of documentation (Tutorial | Bruce Momjian | 2009-04-27 | 39 | -1271/+1352 |
| * | Some more work on the 8.4 release notes. Document a few changes that Bruce | Tom Lane | 2009-04-26 | 1 | -189/+327 |
| * | Remove Windows-specific definition of S_ISDIR(). This should not be here; | Tom Lane | 2009-04-26 | 1 | -5/+1 |
| * | Typo fix. | Tom Lane | 2009-04-26 | 1 | -3/+3 |
| * | Update citext expected output to exactly match the real output, rather | Tom Lane | 2009-04-26 | 2 | -2/+2 |
| * | Fix the handling of sub-SELECTs appearing in the arguments of an outer-level | Tom Lane | 2009-04-25 | 3 | -3/+48 |
| * | Improve server spoofing wording, per request from Magnus. | Bruce Momjian | 2009-04-24 | 1 | -2/+2 |
| * | Fix some more 'variable may be used uninitialized' warnings from gcc 4.4. | Tom Lane | 2009-04-24 | 1 | -1/+10 |
| * | More clearly document what the different sslmode options mean, both the new | Magnus Hagander | 2009-04-24 | 1 | -4/+183 |
| * | Remove sslverify parameter from release notes, mention that sslmode is | Magnus Hagander | 2009-04-24 | 1 | -14/+6 |
| * | Remove sslverify parameter again, replacing it with two new sslmode values: | Magnus Hagander | 2009-04-24 | 5 | -102/+89 |
| * | Move gettext encoding names into encnames.c, so we only have one place to upd... | Magnus Hagander | 2009-04-24 | 3 | -47/+60 |
| * | Suppress some 'variable may be used uninitialized' warnings from gcc 4.4. | Tom Lane | 2009-04-23 | 1 | -1/+3 |
| * | Don't use the result of strcmp as if it were a boolean. | Tom Lane | 2009-04-23 | 1 | -3/+3 |
| * | Mention that tables have a visibility map fork alongside the main fork | Heikki Linnakangas | 2009-04-23 | 1 | -2/+4 |
| * | Improve the documentation on 8.4 visibility map related VACUUM changes. | Heikki Linnakangas | 2009-04-23 | 1 | -29/+51 |
| * | varstr_cmp and any comparison function that piggybacks on it can return | Heikki Linnakangas | 2009-04-23 | 4 | -11/+12 |
| * | Change the default value of max_prepared_transactions to zero, and add | Tom Lane | 2009-04-23 | 10 | -53/+305 |
| * | After archive recovery, mark the last WAL segment from the parent timeline | Heikki Linnakangas | 2009-04-22 | 1 | -1/+13 |
| * | Use brackets in psql \df \? help. | Bruce Momjian | 2009-04-22 | 1 | -2/+2 |
| * | Remove the long-obsolete homebrew dl*() functions for AIX, in favor of just | Tom Lane | 2009-04-21 | 3 | -827/+26 |
| * | Fix obsolete cross-reference (this file isn't called alpha.c anymore) | Tom Lane | 2009-04-21 | 1 | -3/+5 |
| * | Improve psql \df error handling. | Bruce Momjian | 2009-04-21 | 1 | -2/+8 |
| * | Merge psql \df options into a single \? line, and update docs. | Bruce Momjian | 2009-04-21 | 2 | -6/+4 |
| * | Add agg/normal/trigger/window flags for psql \df and in \df output. | Bruce Momjian | 2009-04-21 | 6 | -38/+163 |
| * | Read nls.nk files to determine the proper name of NLS catalogs to install. | Magnus Hagander | 2009-04-20 | 1 | -3/+11 |
| * | Assorted portability fixes for Borland C, from Pavel Golub. | Tom Lane | 2009-04-19 | 4 | -5/+29 |
| * | Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the | Tom Lane | 2009-04-19 | 6 | -50/+43 |
| * | Fix de-escaping checks so that we will reject \000 as well as other invalidly | Tom Lane | 2009-04-19 | 2 | -26/+28 |
| * | Fix textsearch documentation examples to not recommend concatenating separate | Tom Lane | 2009-04-19 | 1 | -6/+6 |
| * | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane | 2009-04-19 | 12 | -39/+63 |
| * | Revise plpgsql's scanner to process comments and string literals in a way | Tom Lane | 2009-04-19 | 8 | -236/+398 |
| * | Mention as a potential incompatibility the fact that SELECT DISTINCT, UNION, | Tom Lane | 2009-04-19 | 1 | -33/+39 |
| * | Add Ron Mayer as primary contributor for: | Bruce Momjian | 2009-04-18 | 1 | -3/+3 |
| * | Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka. | Tom Lane | 2009-04-17 | 1 | -2/+2 |
| * | Fix planner to restore its previous level of intelligence about pushing | Tom Lane | 2009-04-16 | 9 | -68/+132 |
| * | Fix the regression test error message for array_fill, too. | Alvaro Herrera | 2009-04-16 | 1 | -1/+1 |
| * | Substitute extraneous underscores with spaces. | Alvaro Herrera | 2009-04-15 | 1 | -4/+4 |
| * | Remove mention of pre-7.1 inheritance behavior from /ref pages; keep | Bruce Momjian | 2009-04-15 | 2 | -15/+8 |
| * | Add missing gettext calls around some strings. Also remove quotes around the | Alvaro Herrera | 2009-04-15 | 1 | -6/+7 |
| * | Add missing periods. | Alvaro Herrera | 2009-04-15 | 1 | -3/+3 |
| * | Remove beer-ware license from crypt-md5.c, per | Magnus Hagander | 2009-04-15 | 1 | -7/+2 |
| * | Fix SGML markup I broke yesterday. | Bruce Momjian | 2009-04-15 | 1 | -39/+40 |
| * | Fix broken {xufailed} production that made HEAD fail on | Tom Lane | 2009-04-14 | 1 | -3/+9 |
| * | Reformat 'sslmode' options into an SGML table; improve wording. | Bruce Momjian | 2009-04-14 | 1 | -13/+45 |
| * | Add libpq error message text on how to handle missing root.crt file. | Bruce Momjian | 2009-04-14 | 1 | -2/+3 |
| * | Do some copy-editing on description of ts_headline(). | Tom Lane | 2009-04-14 | 1 | -26/+32 |