]> granicus.if.org Git - postgresql/history - src
Remove documentation mention that hash indexes perform no better than
[postgresql] / src /
2009-02-07 Bruce Momjianecpg requires libpq; add Makefile rules to require...
2009-02-07 Bruce MomjianFix to_timestamp() to not require upper/lower case...
2009-02-07 Heikki LinnakangasFix obsolete comment. Zdenek Kotala
2009-02-07 Peter EisentrautSet column privileges to supported
2009-02-06 Tom LaneFix cost_mergejoin's failure to adjust for rescanning...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-02-05 Bruce MomjianAdd PL/PgSQL FOUND and GET DIAGNOSTICS support for...
2009-02-05 Michael MeskesMixing long and int entries of a union only works on...
2009-02-05 Tom LaneFix an old corner-case error in match_unsorted_outer...
2009-02-04 Michael MeskesAdded result checks for calls to gmtime().
2009-02-03 Michael MeskesArgh, wrong line copied again.
2009-02-03 Michael MeskesFixed copy&paste mistake that made library use uninitia...
2009-02-03 Tom LaneAdd a failure check for syslogger's use of _beginthread...
2009-02-02 Tom LaneFix plpgsql to not treat INSERT INTO as an INTO-variabl...
2009-02-02 Andrew DunstanProvide for parallel restoration from a custom format...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-02-02 Michael MeskesWhen changing a regression test file one should also...
2009-02-02 Michael MeskesSet memory segment to '0', just to be sure.
2009-02-02 Michael MeskesFixed auto allocation for binary data types.
2009-02-02 Michael MeskesFixed bug in %s handling.
2009-01-30 Tom LaneFix unnest() to handle a toasted input array safely...
2009-01-30 Heikki LinnakangasCheck that connection limit is within valid range....
2009-01-30 Peter EisentrautMake messages consistent with existing ones
2009-01-30 Peter EisentrautWhitespace fix in message
2009-01-29 Tom LaneUpdate time zone data files to tzdata release 2009a...
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 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 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 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-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 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-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 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-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 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-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 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 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...
next