| Commit message (Expand) | Author | Age |
... | |
* | Put back fast-path for the case that there's no backup blocks in | Heikki Linnakangas | 2009-01-23 |
* | Recreate ecpg_config.h with a stamp file created by config.status, same | Peter Eisentraut | 2009-01-22 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Only skip pages marked as clean in the visibility map, if the last 32 | Heikki Linnakangas | 2009-01-22 |
* | Update comments to reflect that tgenabled is not a boolean anymore. | Heikki Linnakangas | 2009-01-22 |
* | Automatic view update rules | Peter Eisentraut | 2009-01-22 |
* | Explicitly bind gettext to the correct encoding on Windows. | Magnus Hagander | 2009-01-22 |
* | Remove stray ' character at end of line. | Magnus Hagander | 2009-01-21 |
* | Forgot to handle the new SPI_OK_REWRITTEN result code in a couple places. | Heikki Linnakangas | 2009-01-21 |
* | Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the | Heikki Linnakangas | 2009-01-21 |
* | Make win32 builds always do SetEnvironmentVariable() when doing putenv(). | Magnus Hagander | 2009-01-21 |
* | Make some strings translatable again that were accidentally removed in | Magnus Hagander | 2009-01-21 |
* | Install .mo files for NLS as <program>-<version>.mo when building with MSVC | Magnus Hagander | 2009-01-21 |
* | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas | 2009-01-20 |
* | Do not msgmerge against /dev/null; merge against the pot file itself | Peter Eisentraut | 2009-01-20 |
* | Revise the permission checking on user mapping DDL commands. | Peter Eisentraut | 2009-01-20 |
* | Update \d*S documentation to be more accurate; system objects are added | Bruce Momjian | 2009-01-20 |
* | Make psql \d and \dt consistent for system tables, i.e prevent \d from | Bruce Momjian | 2009-01-20 |
* | Document RELKIND_SPECIAL reference in psql, from <= 8.1.X. | Bruce Momjian | 2009-01-19 |
* | Fix accidental (I suppose) introduction of non-ASCII quote marks. | Tom Lane | 2009-01-19 |
* | Use the new text domain names ("postgres-8.4" instead of "postgres") | Magnus Hagander | 2009-01-19 |
* | Avoid regression test cases that fail in locales that sort "v" and "w" | Peter Eisentraut | 2009-01-19 |
* | Alter regression test cases that rely on the sort order of "aa". Some | Peter Eisentraut | 2009-01-19 |
* | Alter the regression test cases that rely on the sort order of "ch" between | Peter Eisentraut | 2009-01-19 |
* | Message wordsmithing | Peter Eisentraut | 2009-01-19 |
* | Fix a pg_dump output ordering problem introduced in 8.3 by the addition of | Tom Lane | 2009-01-18 |
* | Fix an ungrammatical statement. | Neil Conway | 2009-01-17 |
* | Fix typo. | Neil Conway | 2009-01-17 |
* | Manual attempt to update this file. | Peter Eisentraut | 2009-01-16 |
* | plpython_error.out is for Python 2.4, plpython_error_3.out is for Python 2.5, | Peter Eisentraut | 2009-01-16 |
* | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas | 2009-01-16 |
* | Wordsmithing | Peter Eisentraut | 2009-01-16 |
* | Remove period from primary error message. | Peter Eisentraut | 2009-01-15 |
* | Change explanation of pg_switch_xlog()'s return value to match code. | Heikki Linnakangas | 2009-01-15 |
* | Fix URL generation in headline. Only tag lexeme will be replaced by space. | Teodor Sigaev | 2009-01-15 |
* | Fix generation too long headline with ShortWords. | Teodor Sigaev | 2009-01-15 |
* | Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and | Peter Eisentraut | 2009-01-15 |
* | Remove unneeded GETTEXT_TRIGGERS. | Peter Eisentraut | 2009-01-15 |
* | NLS cleanup in ecpglib | Peter Eisentraut | 2009-01-15 |
* | Build needed things in src/test/regress/ first. And some build rules | Peter Eisentraut | 2009-01-15 |
* | Make .pot files depend on the makefiles, so that they are updated when the | Peter Eisentraut | 2009-01-15 |
* | Modify distdir rule to skip .git directory. | Bruce Momjian | 2009-01-15 |
* | Add documentation mention that full page writes have to be enabled for | Bruce Momjian | 2009-01-15 |
* | Make 'find' syntax consistent; add .git exclusion to make_ctags. | Bruce Momjian | 2009-01-14 |
* | Avoid version-control system directories when creating TAGS. Besides | Peter Eisentraut | 2009-01-14 |
* | Remove empty #ifdef block. | Bruce Momjian | 2009-01-14 |
* | Make the columns is_insertable_into and is_updatable behave uniformly | Peter Eisentraut | 2009-01-14 |
* | Make error messages match backend style. | Peter Eisentraut | 2009-01-14 |
* | Check nsl library for gethostbyname_r() on all platforms (HP-UX uses it | Bruce Momjian | 2009-01-14 |
* | Renable threading build for Solaris 2.5, per report from Andrew Chernow | Bruce Momjian | 2009-01-14 |