]> granicus.if.org Git - postgresql/shortlog
postgresql
2004-08-18 Bruce MomjianThe enclose patch clarifies and makes a more useful...
2004-08-18 Bruce MomjianAdd pg_dump section:
2004-08-18 Bruce MomjianReplace incorrect example for quote_ident
2004-08-18 Tom LaneUpdate release history for 7.4.5.
2004-08-18 Bruce MomjianAdd get_home_path() to use USERPROFILE on Win32 and...
2004-08-17 Tom LaneFix bug introduced into _bt_getstackbuf() on 2003-Feb...
2004-08-17 Tom LaneStandardize on the assumption that the arguments of...
2004-08-17 Bruce MomjianAdd:
2004-08-17 Bruce MomjianRemove transactions TODO.detail.
2004-08-17 Bruce MomjianChain on to SIGPIPE handler rather than just do action...
2004-08-17 Bruce MomjianFix agressive collection of thread flags.
2004-08-17 Bruce MomjianAdd comment about portability function name inconsistency.
2004-08-17 Tom LaneFix linking problem when enabling thread safety on...
2004-08-17 Bruce MomjianAdd DLLIMPORT for PostGIS.
2004-08-17 Bruce MomjianMove io.h include higher in the file so it doesn't...
2004-08-16 Bruce MomjianFix syntax error just introduced.
2004-08-16 Bruce Momjianautoconf for recent thread check changes.
2004-08-16 Tom LaneAdd trivial NULL statement to plpgsql, for Oracle compa...
2004-08-16 Bruce MomjianAdd:
2004-08-16 Bruce MomjianThrow error if initdb -L is not an absolute path.
2004-08-16 Bruce MomjianAdd:
2004-08-16 Bruce MomjianFix for adding \n for zero-length win32 read_pipe return
2004-08-16 Tom LaneMark server_encoding and integer_datetimes as GUC_REPOR...
2004-08-16 Bruce MomjianClarify need for \r\n -> \n translation in version...
2004-08-15 Tom LaneDept. of further reflection: I looked around to see...
2004-08-15 Tom LaneXmin calculations should consider only top transaction...
2004-08-15 Tom LaneSpecify SA_NOCLDSTOP when enabling SIGCHLD, per suggest...
2004-08-15 Bruce MomjianQuote PERL expansion for Win32 path that might have...
2004-08-15 Tom LaneFix trivial typo.
2004-08-15 Tom LaneMinor copy-editing for 7.4.4, 7.3.7, 7.2.5 release...
2004-08-14 Tom LaneFix typo, per Andreas Seltenreich.
2004-08-14 Tom LaneAdd discussion and example about predicate locking...
2004-08-14 Tom LaneMinor editorializing.
2004-08-14 Peter EisentrautTranslation updates
2004-08-14 Bruce MomjianAdd:
2004-08-13 Tom LaneFix psql's COPY support to deal with \r\n line endings.
2004-08-13 Tom LaneFix breakage with PUBLIC schema. Try to untwist the...
2004-08-13 Tom LaneGive a more specific error message for "you can't do...
2004-08-13 Tom LanePreliminary release notes for 7.4.4, 7.3.7, 7.2.5....
2004-08-13 Peter EisentrautNew translations
2004-08-13 Peter EisentrautTranslation update
2004-08-13 Peter EisentrautTranslation updates
2004-08-13 Bruce MomjianMention log_statement_stats can not be enabled with...
2004-08-13 Tom LaneClarify trigger function return convention, per Thomas...
2004-08-13 Tom LaneFix core dumps, inability to count, etc associated...
2004-08-13 Tom LaneChange order of operations in ALTER TABLE SET TABLESPAC...
2004-08-13 Bruce MomjianMention the installer doesn't run on NT4.
2004-08-13 Bruce MomjianAdd:
2004-08-12 Tom LaneAllow commas in BEGIN, START TRANSACTION, and SET TRANS...
2004-08-12 Bruce MomjianAdd:
2004-08-12 Bruce Momjiandbsize modification to support tablespaces
2004-08-12 Tom LaneAllow optional SAVEPOINT keyword in RELEASE and ROLLBAC...
2004-08-12 Bruce MomjianCleanup Win32 COPY handling, and move archive examples...
2004-08-12 Bruce MomjianAdd mention of "WIN32" COPY.
2004-08-12 Bruce MomjianAdd make_native_path() because Win32 COPY is an interna...
2004-08-12 Bruce MomjianBe more aggressive about adding flags to thread compile...
2004-08-12 Bruce MomjianMinor style cleanup of thread test script.
2004-08-11 Tom LaneCause initdb to actually accept -s as intended, and...
2004-08-11 Tom LaneFix broken parsing of CREATE TABLE AS (looks like a...
2004-08-11 Tom LaneAvoid crashing when restoring a saved GUC session_autho...
2004-08-11 Tom LaneAdd PQserverVersion() to libpq to provide more-convenie...
2004-08-11 Tom LaneWork around broken strtod() that's present in many...
2004-08-11 Tom LaneFix function definition that somehow missed being ANSI...
2004-08-11 Peter EisentrautAllow compilation when CODESET is not defined (OpenBSD).
2004-08-11 Peter EisentrautTranslation update
2004-08-11 Peter EisentrautAdd translation from 7.4 branch to head.
2004-08-11 Tom LaneFix failure to guarantee that a checkpoint will write...
2004-08-11 Joe ConwayHashed crosstab was dying with an SPI_finish error...
2004-08-10 Tom LaneSet DYLD_LIBRARY_PATH so that 'make check' works withou...
2004-08-10 Peter EisentrautNew translation
2004-08-10 Peter EisentrautTranslation updates
2004-08-10 Peter EisentrautTranslation update
2004-08-10 Peter EisentrautTranslation updates
2004-08-10 Peter EisentrautTranslation update
2004-08-10 Bruce MomjianUpdate DELETE FROM:
2004-08-10 Bruce MomjianUpdate DELETE FROM TODO info.
2004-08-10 Bruce MomjianAdd:
2004-08-10 Tom LaneUpdate documentation to reflect the fact that we now...
2004-08-09 Bruce MomjianRemoved, shared table:
2004-08-09 Bruce MomjianAdd:
2004-08-09 Tom Lanesyslogger.c needs <sys/time.h> on some platforms, per...
2004-08-09 Tom LanePath-mangling logic was failing to account for paths...
2004-08-09 Tom LaneWhen expanding %p in archive_command or restore_command...
2004-08-09 Tom LaneRemove no-longer-relevant information about trying...
2004-08-09 Bruce MomjianFix Win32 pg_dumpall check. REL8_0_0BETA1
2004-08-09 Bruce MomjianImprove comment.
2004-08-09 Bruce MomjianStamp libpq.rc with 8.0 version.
2004-08-08 PostgreSQL... tag her configure 8.0.0beta1 ...
2004-08-08 Tom LaneAdd note pointing out the difference in semantics betwe...
2004-08-08 Tom LaneMove expanded discussion of inheritance's limitations...
2004-08-08 Tom LaneMake listen_addresses be a comma-separated list instead...
2004-08-08 Tom LaneDocument background writer control parameters, do some...
2004-08-08 Tom LaneIf these are ifdef WIN32 in the .c file, should be...
2004-08-08 Bruce MomjianDisable vacuum delay, as discussed on hackers.
2004-08-08 Bruce MomjianFix compiler warning in the proper way.
2004-08-08 Bruce MomjianSupress warning about zero-length format string.
2004-08-08 Bruce MomjianAllow libpgport to call memory allocation routines...
2004-08-08 Joe ConwayAnother array syntax change (whitespace) clarification...
2004-08-08 Joe ConwayMinor clarification of documentation regarding trailing...
2004-08-08 Joe ConwayUpdated release notes for recent array syntax changes.
next