]> granicus.if.org Git - postgresql/history - src
Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.
[postgresql] / src /
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 MomjianChain on to SIGPIPE handler rather than just do action...
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 Tom LaneAdd trivial NULL statement to plpgsql, for Oracle compa...
2004-08-16 Bruce MomjianThrow error if initdb -L is not an absolute path.
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-14 Peter EisentrautTranslation updates
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 Peter EisentrautNew translations
2004-08-13 Peter EisentrautTranslation update
2004-08-13 Peter EisentrautTranslation updates
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-12 Tom LaneAllow commas in BEGIN, START TRANSACTION, and SET TRANS...
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-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-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-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 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 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 Bruce MomjianMore Win32 zic build cleanups now that we have symlinks...
2004-08-08 Bruce MomjianAdjust defines to be consistent.
2004-08-08 Joe ConwayTighened up syntax checking of array input processing...
2004-08-08 Bruce MomjianAnother zic cleanup .
2004-08-08 Bruce MomjianLink in dirmod specially for zic so it works on Win32.
2004-08-08 Bruce MomjianRemove xstrdup and friends who were only called once...
2004-08-08 Tom LaneAdd a comment about why we always replay backup blocks...
2004-08-08 Bruce MomjianFix Win32 pg_dumpall, with help from Claudio.
2004-08-08 Bruce MomjianImprove comment.
2004-08-08 Bruce MomjianFix comment.
2004-08-08 Bruce MomjianFixups for Win32 symlinks.
2004-08-07 Bruce MomjianThe attached patch implements a symlink for win32 using...
2004-08-07 Tom LaneRemove bogus trailing dot from eventlog output, per...
2004-08-07 Tom LaneDon't try to rewrite NEW references in a utility statem...
2004-08-07 Bruce MomjianIgnore trailing spaces in psql \h.
2004-08-07 Jan WieckVacuum delay activated by default.
2004-08-07 Bruce MomjianDocument delay as 0, per Matthew T. O'Connor
2004-08-06 Tom LaneArrange for proper newline termination of syslogger...
2004-08-06 Tom LaneRevert badly-broken patch to dump comments on composite...
2004-08-06 Bruce MomjianI have noticed that the latex format in psql has some...
2004-08-06 Tom LaneUse one, not zero, as the default lower bound for array...
2004-08-06 Tom LaneAdd _O_TEXT option to dup2 call on Windows, to ensure...
2004-08-06 Tom LaneFix several small Windows compatibility issues, per...
2004-08-06 Bruce MomjianRename vacuum_cost_naptime to vacuum_cost_delay, with...
2004-08-05 Tom LaneCreate a built-in log rotation program, so that we...
2004-08-05 Dennis BjorklundTranslation updates
2004-08-05 Dennis BjorklundTranslation updates
2004-08-05 Joe ConwayRequire that array literals produce "rectangular" array...
2004-08-05 Joe ConwayRestore behavior of --pgxs option to that of the origin...
2004-08-05 Joe ConwayMove include for Python.h above postgres.h to eliminate...
2004-08-04 Dennis BjorklundUse gettext_noop() to mark strings. errmsg() perform the
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-04 Tom LaneAdd LOG_NOWAIT flag to openlog() call, per my note...
2004-08-04 Tom LaneFix silly thinko in ALTER COLUMN TYPE. Check for findi...
2004-08-04 Tom LaneUpdate oidjoins regression test to match current catalo...
2004-08-04 Tom LaneTweak postmaster code to avoid double reporting when...
2004-08-04 Tom Lanerecord_out and friends need to cope with dropped column...
2004-08-04 Tom LaneDump comments on columns of composite types.
2004-08-04 Dennis BjorklundTranslation updates
2004-08-04 Tom LaneMake use of backup label/history files to control recov...
next