aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* misc.o depends on pg_config_paths.h when --enable-nls is used.Peter Eisentraut2009-01-14
* Remove broken Assertions that failed if a statement executed in PL/pgSQL isHeikki Linnakangas2009-01-14
* Remove useless (and insecure) temp file handling.Peter Eisentraut2009-01-13
* Throw an error when using -C and -1 at the same time in pg_restore.Magnus Hagander2009-01-13
* Remove special-handling of usernames with Kerberos authentication. We willMagnus Hagander2009-01-13
* Document how pglesslog can be used to reduce the storage requirements of PITR.Bruce Momjian2009-01-13
* Simplify the writing of amoptions routines by introducing a convenienceAlvaro Herrera2009-01-12
* Tweak order of operations in BitmapHeapNext() to avoid the case of prefetchingTom Lane2009-01-12
* Add some minimal documentation that the SQL standard requires parenthesesPeter Eisentraut2009-01-12
* Use qualified_name instead of relation_expr for commands that have noPeter Eisentraut2009-01-12
* Add ONLY support to LOCK and TRUNCATE. By default, these commands are nowPeter Eisentraut2009-01-12
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-12
* Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane2009-01-11
* Make tests pass with or without locale.Peter Eisentraut2009-01-11
* Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane2009-01-10
* Modify libpq environment variable documentation to point to the relevantBruce Momjian2009-01-10
* Update link guidelines.Bruce Momjian2009-01-10
* Add guidelines section.Bruce Momjian2009-01-10
* Add file to explain SGML linking options, for use by SGML documentBruce Momjian2009-01-10
* A further attempt at clarifying the \distv business.Tom Lane2009-01-09
* Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when anTom Lane2009-01-09
* Arrange for function default arguments to be processed properly in expressionsTom Lane2009-01-09
* Remove tabs from SGML docs.Bruce Momjian2009-01-09
* Remove fairly useless mixed-case identifier test that causes localePeter Eisentraut2009-01-09
* Code review of strftime patch, per comments from Tom:Magnus Hagander2009-01-09
* Change chapter titles thus:Peter Eisentraut2009-01-09
* Fix strftime usage on Win32 when trying to fetch the locale-awareMagnus Hagander2009-01-09
* More portable use of "find".Peter Eisentraut2009-01-09
* Rewrite update-po target, so that it works less like a shell script and morePeter Eisentraut2009-01-09
* Make krb_realm and krb_server_hostname be pg_hba options only, and removeMagnus Hagander2009-01-09
* Document values for pg_constraint confupdtype, confdeltype and confmatchtype ...Andrew Dunstan2009-01-09