OSDN Git Service

pg-rex/syncrep.git
2009-02-15 Tom LaneTeach the planner to treat a partial unique index as...
2009-02-15 Tom LaneMinor wordsmithing.
2009-02-15 Magnus HaganderLoop calling CallNamedPipe() several times in case...
2009-02-14 Tom LaneA couple of marginal performance hacks for the informat...
2009-02-13 Tom LaneFix UNLISTEN to fall out quickly if the current backend...
2009-02-12 Andrew Dunstando not use unsetenv.c on mingw
2009-02-12 Peter EisentrautThe Czech (cs_CZ) and Slovak (sk_SK) locales sort numbe...
2009-02-12 Peter EisentrautUnset language-related locale settings in any case...
2009-02-12 Bruce MomjianRemove tabs from SGML.
2009-02-12 Magnus HaganderDon't call SetEnvironmentVariable() when removing an...
2009-02-11 Tom LaneChange ALTER TABLE SET WITHOUT OIDS to rewrite the...
2009-02-11 Tom LaneTweak configure to attempt to add -qnoansialias to...
2009-02-11 Alvaro HerreraImprove psql \d+ to show TOAST reloptions too. Per...
2009-02-11 Peter EisentrautOnly unset the locale environment when --no-locale...
2009-02-11 Bruce MomjianClarify PQinitSSL() documentation to mention what the...
2009-02-10 Peter EisentrautSupport for KOI8U encoding
2009-02-10 Peter EisentrautRemove the encoding *numbers* from the comments. They...
2009-02-10 Peter EisentrautAdd possibility to generate only some files, by passing...
2009-02-10 Bruce MomjianUpdate wording of how to prevent pg_dump from affecting...
2009-02-09 Tom LaneAdopt Bob Jenkins' improved hash function for hash_any...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-02-09 Bruce MomjianFix spelling error in docs.
2009-02-08 Tom LaneEnsure that INSERT ... SELECT into a table with OIDs...
2009-02-07 Bruce MomjianDocument that LIMIT NULL is the same as no LIMIT clause.
2009-02-07 Bruce MomjianRemove documentation mention that hash indexes perform...
2009-02-07 Bruce MomjianUppercase CHECK mention in relchecks documentation...
2009-02-07 Bruce Momjianecpg requires libpq; add Makefile rules to require...
2009-02-07 Bruce MomjianProperly wrap new pg_dump doc text.
2009-02-07 Bruce MomjianUpdate pg_constraint.conkey documentation description.
2009-02-07 Bruce MomjianDocument disabling the statistics collector pg_dump...
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 LaneOoops, forgot to update COPY reference page to mention...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-02-06 Bruce MomjianFix typo in docs.
2009-02-06 Bruce MomjianDocument ways to avoid libpq WSACleanup() overhead...
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 Alvaro HerreraFix some SGML-compiler warnings on -wxml mode.
2009-02-04 Bruce MomjianUpdate read committed documentation to better explain...
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 Andrew Dunstanallow alternative names for tclsh used on Windows
2009-02-03 Tom LaneAdd a failure check for syslogger's use of _beginthread...
2009-02-02 Tom LaneDocument the longstanding behavior of LIMIT NULL and...
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-02-02 Peter EisentrautPut pg_user_mapping section into the right (alphabetica...
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-30 Tom LaneUpdate back-branch release notes.
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 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...
next