]> git.ipfire.org Git - thirdparty/postgresql.git/history
thirdparty/postgresql.git
2009-01-29  Tom LaneReplace argument-checking Asserts with regular test...
2009-01-29  Teodor SigaevFix incorrect dereferencing of char* to array's index.
2009-01-29  Peter EisentrautMessage fix
2009-01-28  Teodor SigaevFix bug with multiple evaluation of tsearch2 compatibil...
2009-01-28  Magnus HaganderChange warning-silencing code not to cast the pointer...
2009-01-28  Magnus HaganderGo over all OpenSSL return values and make sure we...
2009-01-28  Magnus HaganderSupport running as a service on Windows 7, by not speci...
2009-01-27  Magnus HaganderSilence compiler warning on win32.
2009-01-27  Magnus HaganderSilence compiler warnings in new win32 locale code
2009-01-27  Peter EisentrautRevert updatable views
2009-01-26  Alvaro HerreraAllow extracting and parsing of reloptions from a bare...
2009-01-26  Peter EisentrautMessage format tuning
2009-01-23  Tom LaneTweak the existing special case for AIX in pg_getaddrin...
2009-01-23  Bruce MomjianDocument that SELECT ... ORDER BY .. FOR UPDATE/SHARE...
2009-01-23  Peter EisentrautMessage style review
2009-01-23  Heikki LinnakangasPut back fast-path for the case that there's no backup...
2009-01-22  Peter EisentrautRecreate ecpg_config.h with a stamp file created by...
2009-01-22  Tom LaneSupport column-level privileges, as required by SQL...
2009-01-22  Heikki LinnakangasOnly skip pages marked as clean in the visibility map...
2009-01-22  Heikki LinnakangasUpdate comments to reflect that tgenabled is not a...
2009-01-22  Peter EisentrautAutomatic view update rules
2009-01-22  Magnus HaganderExplicitly bind gettext to the correct encoding on...
2009-01-21  Magnus HaganderRemove stray ' character at end of line.
2009-01-21  Heikki LinnakangasForgot to handle the new SPI_OK_REWRITTEN result code...
2009-01-21  Heikki LinnakangasAdd new SPI_OK_REWRITTEN return code to SPI_execute...
2009-01-21  Magnus HaganderMake win32 builds always do SetEnvironmentVariable...
2009-01-21  Magnus HaganderMake some strings translatable again that were accident...
2009-01-21  Magnus HaganderInstall .mo files for NLS as <program>-<version>.mo...
2009-01-20  Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-20  Peter EisentrautDo not msgmerge against /dev/null; merge against the...
2009-01-20  Peter EisentrautRevise the permission checking on user mapping DDL...
2009-01-20  Bruce MomjianUpdate \d*S documentation to be more accurate; system...
2009-01-20  Bruce MomjianMake psql \d and \dt consistent for system tables,...
2009-01-19  Bruce MomjianDocument RELKIND_SPECIAL reference in psql, from <...
2009-01-19  Tom LaneFix accidental (I suppose) introduction of non-ASCII...
2009-01-19  Magnus HaganderUse the new text domain names ("postgres-8.4" instead...
2009-01-19  Peter EisentrautAvoid regression test cases that fail in locales that...
2009-01-19  Peter EisentrautAlter regression test cases that rely on the sort order...
2009-01-19  Peter EisentrautAlter the regression test cases that rely on the sort...
2009-01-19  Peter EisentrautMessage wordsmithing
2009-01-18  Tom LaneFix a pg_dump output ordering problem introduced in...
2009-01-17  Neil ConwayFix an ungrammatical statement.
2009-01-17  Neil ConwayFix typo.
2009-01-16  Peter EisentrautManual attempt to update this file.
2009-01-16  Peter Eisentrautplpython_error.out is for Python 2.4, plpython_error_3...
2009-01-16  Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-16  Peter EisentrautWordsmithing
2009-01-15  Peter EisentrautRemove period from primary error message.
2009-01-15  Heikki LinnakangasChange explanation of pg_switch_xlog()'s return value...
2009-01-15  Teodor SigaevFix URL generation in headline. Only tag lexeme will...
2009-01-15  Teodor SigaevFix generation too long headline with ShortWords.
2009-01-15  Peter EisentrautCleanup pass over PL/Python NLS. Add translation suppo...
2009-01-15  Peter EisentrautRemove unneeded GETTEXT_TRIGGERS.
2009-01-15  Peter EisentrautNLS cleanup in ecpglib
2009-01-15  Peter EisentrautBuild needed things in src/test/regress/ first. And...
2009-01-15  Peter EisentrautMake .pot files depend on the makefiles, so that they...
2009-01-15  Bruce MomjianModify distdir rule to skip .git directory.
2009-01-15  Bruce MomjianAdd documentation mention that full page writes have...
2009-01-14  Bruce MomjianMake 'find' syntax consistent; add .git exclusion...
2009-01-14  Peter EisentrautAvoid version-control system directories when creating...
2009-01-14  Bruce MomjianRemove empty #ifdef block.
2009-01-14  Peter EisentrautMake the columns is_insertable_into and is_updatable...
2009-01-14  Peter EisentrautMake error messages match backend style.
2009-01-14  Bruce MomjianCheck nsl library for gethostbyname_r() on all platform...
2009-01-14  Bruce MomjianRenable threading build for Solaris 2.5, per report...
2009-01-14  Peter Eisentrautmisc.o depends on pg_config_paths.h when --enable-nls...
2009-01-14  Heikki LinnakangasRemove broken Assertions that failed if a statement...
2009-01-13  Peter EisentrautRemove useless (and insecure) temp file handling.
2009-01-13  Magnus HaganderThrow an error when using -C and -1 at the same time...
2009-01-13  Magnus HaganderRemove special-handling of usernames with Kerberos...
2009-01-13  Bruce MomjianDocument how pglesslog can be used to reduce the storag...
2009-01-12  Alvaro HerreraSimplify the writing of amoptions routines by introduci...
2009-01-12  Tom LaneTweak order of operations in BitmapHeapNext() to avoid...
2009-01-12  Peter EisentrautAdd some minimal documentation that the SQL standard...
2009-01-12  Peter EisentrautUse qualified_name instead of relation_expr for command...
2009-01-12  Peter EisentrautAdd ONLY support to LOCK and TRUNCATE. By default...
2009-01-12  Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-11  Tom LaneRe-enable the old code in xlog.c that tried to use...
2009-01-11  Peter EisentrautMake tests pass with or without locale.
2009-01-10  Tom LaneRevise the TIDBitmap API to support multiple concurrent...
2009-01-10  Bruce MomjianModify libpq environment variable documentation to...
2009-01-10  Bruce MomjianUpdate link guidelines.
2009-01-10  Bruce MomjianAdd guidelines section.
2009-01-10  Bruce MomjianAdd file to explain SGML linking options, for use by...
2009-01-09  Tom LaneA further attempt at clarifying the \distv business.
2009-01-09  Tom LaneFix libpq so that it reports PGRES_EMPTY_QUERY not...
2009-01-09  Tom LaneArrange for function default arguments to be processed...
2009-01-09  Bruce MomjianRemove tabs from SGML docs.
2009-01-09  Peter EisentrautRemove fairly useless mixed-case identifier test that...
2009-01-09  Magnus HaganderCode review of strftime patch, per comments from Tom:
2009-01-09  Peter EisentrautChange chapter titles thus:
2009-01-09  Magnus HaganderFix strftime usage on Win32 when trying to fetch the...
2009-01-09  Peter EisentrautMore portable use of "find".
2009-01-09  Peter EisentrautRewrite update-po target, so that it works less like...
2009-01-09  Magnus HaganderMake krb_realm and krb_server_hostname be pg_hba option...
2009-01-09  Andrew DunstanDocument values for pg_constraint confupdtype, confdelt...
2009-01-09  Bruce MomjianUpdate release notes for 8.3.5, 8.2.11, and 8.1.15...
2009-01-08  Bruce MomjianFix memory leak for file name if expect file name conta...
2009-01-08  Alvaro HerreraA couple further reloptions improvements, per KaiGai...
2009-01-08  Bruce MomjianDocument that txid_visible_in_snapshot() cannot be...
next