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