users/simon/postgres.git
2009-02-25 Heikki LinnakangasPut back a "continue" that went missing in the changes... recoveryinfra
2009-02-23 Heikki LinnakangasClear FatalError when we start up. Comment enhancements
2009-02-23 Heikki LinnakangasRevert some accidental DEBUG message changes
2009-02-23 Heikki Linnakangascomment fixes.
2009-02-23 Heikki LinnakangasMerge commit 'origin/master' into recoveryinfra
2009-02-22 Tom LaneAdd note that inlined SQL functions aren't tracked...
2009-02-20 Heikki LinnakangasRemove PMSIGNAL_RECOVERY_COMPLETED signal, and use...
2009-02-20 Heikki LinnakangasRefactor, so that the system isn't opened for business...
2009-02-20 Peter Eisentrautanother small message tweak
2009-02-20 Andrew DunstanReconnect to the right database when using parallel...
2009-02-20 Tom LaneSimplify overcomplicated (and overly restrictive) test...
2009-02-19 Tom LaneImprove comments about semijoin implementation strategy...
2009-02-19 Heikki LinnakangasFix bogus comment, from the patch to start bgwriter...
2009-02-19 Peter EisentrautWordsmithing for PL/Perl messages
2009-02-19 Peter EisentrautAdd an implicit rule %.c -> %.i for running the C prepr...
2009-02-19 Peter EisentrautRemove croak and Perl_croak from gettext triggers....
2009-02-19 Heikki LinnakangasIncrease NUM_AUXILIARY_PROCS, now that the startup...
2009-02-18 Tom LaneRemove the special cases to prevent minus-zero results...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-02-18 Heikki LinnakangasReplace two remaining calls of IsRecoveryProcessingMode...
2009-02-18 Heikki LinnakangasComment fixes. Don't try to skip AbsorbFsyncRequests...
2009-02-18 Heikki LinnakangasMove DEBUG2 message inside if section, per Simon's...
2009-02-18 Heikki LinnakangasRename IsRecoveryProcessingMode -> RecoveryInProgress...
2009-02-18 Bruce MomjianAdd --freeze option to vacuumdb.
2009-02-18 Bruce MomjianHave pg_dump/pg_dumpall --binary-upgrade restore frozen...
2009-02-18 Peter EisentrautMessage wordsmithing
2009-02-18 Heikki LinnakangasMerge commit 'origin/master' into recoveryinfra
2009-02-18 Heikki LinnakangasRemove BgWriterRecoveryProcessingMode, in favor of...
2009-02-17 Bruce MomjianAdd missing newline.
2009-02-17 Heikki LinnakangasMerge commit 'origin/master' into recoveryinfra
2009-02-17 Bruce MomjianAdd pg_dump --binary-upgrade flag to be used by binary...
2009-02-17 Peter EisentrautAdd _() calls for the argument of plpgsql_yyerror(...
2009-02-17 Peter EisentrautAdd plpgsql_yyerror to gettext triggers
2009-02-17 Peter EisentrautMark 3rd argument of validate_tupdesc_compat() for...
2009-02-17 Peter EisentrautRedefine _() to dgettext() instead of gettext() so...
2009-02-17 Peter EisentrautRemove gettext trigger write_stderr(), which isn't...
2009-02-16 Bruce MomjianWrap some long queries.
2009-02-16 Bruce MomjianUppercase keywords in pg_dump.c
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 Heikki LinnakangasComment and error/debug message enhancements
2009-02-09 Bruce MomjianFix spelling error in docs.
2009-02-09 Heikki LinnakangasAdd IsRecoveryProcessingMode() quick exits to XLogNeeds...
2009-02-09 Heikki LinnakangasIf a restartpoint is in progress at end of recovery...
2009-02-09 Heikki LinnakangasIf bgwriter skips a restartpoint because we haven't...
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 Heikki Linnakangascomment fixex
2009-02-05 Heikki LinnakangasMerge commit 'origin/master' into recoveryinfra
2009-02-05 Heikki LinnakangasFix crash handling, so that we don't try to reinitializ...
2009-02-05 Bruce MomjianAdd PL/PgSQL FOUND and GET DIAGNOSTICS support for...
2009-02-05 Heikki LinnakangasRevert some more changes back the way it's in CVS HEAD...
2009-02-05 Heikki LinnakangasChange error message if recovery ends before reaching...
2009-02-05 Heikki LinnakangasBring back startup checkpoints. Plus some other small...
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 Heikki LinnakangasDon't rename recovery.conf out of the way until the...
2009-02-04 Bruce MomjianUpdate read committed documentation to better explain...
2009-02-04 Heikki LinnakangasMerge commit 'origin/master' into recoveryinfra
2009-02-04 Heikki LinnakangasFix FatalError handling. Bug pointed out by Fujii-san.
2009-02-04 Michael MeskesAdded result checks for calls to gmtime().
2009-02-03 Heikki LinnakangasRemove minSafeStartPoint, advance minRecoveryPoint...
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...
next