]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-09-10  Bruce MomjianMinor cleanup.
2004-09-10  Bruce MomjianMore cleanup.
2004-09-10  Bruce MomjianUse $PORTNAME consistently instead of $host_os, where...
2004-09-10  Bruce MomjianAdd:
2004-09-10  Bruce MomjianAdd mention loops over unlink/rename might not be needed.
2004-09-10  Bruce MomjianMove undef of rename/unlink so system declarations...
2004-09-10  Bruce MomjianAdjust quotes for win32 build of psql.
2004-09-10  Neil ConwayFix two typos in comments.
2004-09-10  Neil ConwayApply patch from Steven Singer for contrib/dbmirror...
2004-09-10  Neil Conwaypsql consistency fixes from Greg Sabino Mullane: have...
2004-09-10  Bruce MomjianCreate pg_config_paths in port/ for win32 builds of...
2004-09-10  Bruce MomjianClean up Cygwin test.
2004-09-09  Bruce MomjianMove TIMEZONE_GLOBAL out into the proper place.
2004-09-09  Bruce MomjianWe don't use java in our compiles anymore so remove...
2004-09-09  Dennis BjorklundAdded a call to gettext() to fix broken translated...
2004-09-09  Dennis BjorklundTranslation updates
2004-09-09  Dennis BjorklundSome source files was not scanned for translatable...
2004-09-09  Dennis BjorklundTranslation updates
2004-09-09  Bruce MomjianFix Cygwin defines to be consistent.
2004-09-09  Bruce MomjianMake TZNAME_GLOBAL for reference to tzname global variable.
2004-09-08  Tom LaneMinor efficiency improvements in keeping track of trigg...
2004-09-08  Tom LaneClarify description of SET CONSTRAINTS. Point out...
2004-09-08  Bruce MomjianUse _timezone global on Cygwin instead of timezone.
2004-09-08  Bruce MomjianImprove README with mention of new functions.
2004-09-07  Tom LaneFix a couple of small errors in trigger-list management...
2004-09-07  Tom LaneFix places where WaitForxxx can block, to eliminate...
2004-09-06  Tom LaneFix error in Windows version of CHECK_FOR_INTERRUPTS...
2004-09-06  Tom LaneFix a number of places where brittle data structures...
2004-09-06  Tom LaneGuard against transaction control statements in SQL...
2004-09-06  Tom LaneFix incorrect ordering of smgr cleanup relative to...
2004-09-06  Tom LaneI can't see any good reason for DropRelFileNodeBuffers...
2004-09-06  Michael MeskesFixed segfault in Informix mode.
2004-09-06  Tom LaneDowngrade LOG messages to DEBUG1 for normal recycling...
2004-09-05  Tom LaneSimplify IsXactIsoLevelSerializable test. A cycle...
2004-09-05  Tom LaneOn further consideration, there's another problem here...
2004-09-05  Tom LaneTweak elog.c's logic for promoting errors into more...
2004-09-02  Tom LaneFix shared library linking operations to work properly...
2004-09-02  Tom LaneApparently HPUX runs the IA64 in big-endian mode.
2004-09-02  Tom LaneFix ancient declaration inconsistency in cube & seg...
2004-09-02  Tom LaneSome versions of lex will drop a lex.yy.c file when...
2004-09-02  Tom LaneYet another place where someone was being careless...
2004-09-02  Tom LaneSpelling correction, per Greg Mullane.
2004-09-02  Tom LaneFix getrusage() emulation on Windows. Magnus Hagander
2004-09-02  Tom LaneFAQ_HPUX updates from Shinji Teragaito.
2004-09-02  Tom LaneCope with recent HPUX versions providing isfinite(...
2004-09-02  Tom LaneAdd s_lock support for HPUX on IA64, per Shinji Teragaito.
2004-09-02  Tom LaneRemove useless variable.
2004-09-02  Tom LaneUse $PATH_SEPARATOR like the rest of the autoconf code...
2004-09-02  Bruce MomjianRemove line specifying Andreas as author.
2004-09-02  Bruce MomjianRemove pg_config_paths.h from libpq *.mak builds so...
2004-09-02  Bruce MomjianAdd:
2004-09-02  Bruce MomjianBack out timezone detection patch. Tom already applied it.
2004-09-02  Bruce MomjianThis patch attempts to fix the issue with localized...
2004-09-02  Bruce MomjianThe current implementation of dbsize doesn't handle...
2004-09-02  Tom LaneRemove obsolete comment.
2004-09-01  Tom LaneTweak prettyprinting rules for saner indenting of UNION...
2004-09-01  Bruce MomjianFix bcc to compile libpq by creating include file for...
2004-09-01  Bruce MomjianRealign libpq and psql for need for path.c under Win32...
2004-09-01  Bruce MomjianBack out Cygwin timezone change until we have a more...
2004-09-01  Tom LaneFix mistaken comment.
2004-09-01  Tom LaneWhack Wisconsin benchmark around until it actually...
2004-09-01  Tom LaneAdd code to be able to match the timezone name on local...
2004-09-01  Tom LaneRemove a stray reference to sequences as having tablesp...
2004-09-01  Dennis BjorklundTranslation updates
2004-09-01  Tom LaneAdd a note about the difference between Postgres' treat...
2004-09-01  Bruce MomjianCast _timezone to int from time_t for Cygwin.
2004-09-01  Bruce MomjianAdd index mention:
2004-09-01  Bruce Momjiansrc/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/;
2004-08-31  Tom Laneneeds_toast_table() should ignore dropped columns.
2004-08-31  Tom LaneCode review for recent changes in guc-file.l. Avoid...
2004-08-31  Tom LaneCode review for various recent GUC hacking. Don't...
2004-08-31  Tom LaneFix unintended assignment of sequences to the containin...
2004-08-31  Tom LaneFlushRelationBuffers was also being a bit cavalier...
2004-08-31  Tom Lanecopy_relation_data was mistakenly assuming that the...
2004-08-31  Bruce MomjianDefine lstat with parameters, rather than just redefini...
2004-08-31  Bruce MomjianFix typo in lstat() macro exposed by new tablespace...
2004-08-31  Tom LaneReplace log_filename_prefix with more general log_filen...
2004-08-31  PostgreSQL... tag configure beta2 REL8_0_0BETA2
2004-08-30  Tom LaneImprove spinlock selftest to make it able to detect...
2004-08-30  Tom Laneslock_t must be int not char for MIPS. 7.4 got this...
2004-08-30  Tom LaneAvoid ambiguity, as per suggestion from Peter Stricker.
2004-08-30  Tom LaneRather than referring to src/tutorial/README, put the...
2004-08-30  Tom LaneFix obviously-utterly-untested noTocComments code.
2004-08-30  Tom LaneEnsure that the remainder of the current pg_clog page...
2004-08-30  Tom LaneFix failure to advance nextXID beyond subtransactions...
2004-08-30  Bruce MomjianRemove item because it is on the open item list:
2004-08-30  Tom LaneTweak md.c logic to cope with the situation where WAL...
2004-08-30  Tom LaneDept. of second thoughts: it'd be a good idea to flush...
2004-08-30  Bruce MomjianAdd Win32 service capability to pg_autovacuum.
2004-08-30  Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-30  Tom LaneAdd note that contrib/rserv is gone.
2004-08-30  Tom LaneAdd explicit note that empty-string array element value...
2004-08-29  Tom LaneAdd WAL logging for CREATE/DROP DATABASE and CREATE...
2004-08-29  Bruce MomjianUpdate typedefs with /lib info.
2004-08-29  Tom LaneReplace bcopy by memmove for more portability.
2004-08-29  Tom LaneWiden xl_len field of XLogRecord header to 32 bits...
2004-08-29  Bruce MomjianPgindent run for 8.0.
2004-08-29  Bruce MomjianUpdate with new typedefs. Remove java and c++ parts...
2004-08-29  Bruce MomjianUpdate copyright to 2004.
2004-08-29  Bruce MomjianFix for postmaster.c function win32_waitpid(int *exitst...
next