summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-09-06Fix a number of places where brittle data structures or overly strongTom Lane
2004-09-06Guard against transaction control statements in SQL functions. ThisTom Lane
2004-09-06Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane
2004-09-06I can't see any good reason for DropRelFileNodeBuffers to be issuingTom Lane
2004-09-06Fixed segfault in Informix mode.Michael Meskes
2004-09-06Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog,Tom Lane
2004-09-05Simplify IsXactIsoLevelSerializable test. A cycle saved is a cycleTom Lane
2004-09-05On further consideration, there's another problem here: the existingTom Lane
2004-09-05Tweak elog.c's logic for promoting errors into more severe errors.Tom Lane
2004-09-02Fix shared library linking operations to work properly on all (or atTom Lane
2004-09-02Apparently HPUX runs the IA64 in big-endian mode.Tom Lane
2004-09-02Yet another place where someone was being careless about the argumentsTom Lane
2004-09-02Spelling correction, per Greg Mullane.Tom Lane
2004-09-02Fix getrusage() emulation on Windows. Magnus HaganderTom Lane
2004-09-02Cope with recent HPUX versions providing isfinite() instead of finite().Tom Lane
2004-09-02Add s_lock support for HPUX on IA64, per Shinji Teragaito.Tom Lane
2004-09-02Remove useless variable.Tom Lane
2004-09-02Remove pg_config_paths.h from libpq *.mak builds so later MinGW buildsBruce Momjian
2004-09-02Back out timezone detection patch. Tom already applied it.Bruce Momjian
2004-09-02This patch attempts to fix the issue with localized timezones onBruce Momjian
2004-09-02Remove obsolete comment.Tom Lane
2004-09-01Tweak prettyprinting rules for saner indenting of UNION, INTERSECT,Tom Lane
2004-09-01Fix bcc to compile libpq by creating include file for path.c.Bruce Momjian
2004-09-01Realign libpq and psql for need for path.c under Win32 VC and BCC.Bruce Momjian
2004-09-01Back out Cygwin timezone change until we have a more global solution.Bruce Momjian
2004-09-01Fix mistaken comment.Tom Lane
2004-09-01Whack Wisconsin benchmark around until it actually works again.Tom Lane
2004-09-01Add code to be able to match the timezone name on localized WindowsTom Lane
2004-09-01Translation updatesDennis Bjorklund
2004-09-01Cast _timezone to int from time_t for Cygwin.Bruce Momjian
2004-09-01src/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/;Bruce Momjian
2004-08-31needs_toast_table() should ignore dropped columns.Tom Lane
2004-08-31Code review for recent changes in guc-file.l. Avoid multiple frees,Tom Lane
2004-08-31Code review for various recent GUC hacking. Don't elog(ERROR) whenTom Lane
2004-08-31Fix unintended assignment of sequences to the containing schema'sTom Lane
2004-08-31FlushRelationBuffers was also being a bit cavalier about whether theTom Lane
2004-08-31copy_relation_data was mistakenly assuming that the source relationTom Lane
2004-08-31Define lstat with parameters, rather than just redefining the symbol.Bruce Momjian
2004-08-31Fix typo in lstat() macro exposed by new tablespace code.Bruce Momjian
2004-08-31Replace log_filename_prefix with more general log_filename parameter,Tom Lane
2004-08-30Improve spinlock selftest to make it able to detect misdeclaration ofTom Lane
2004-08-30slock_t must be int not char for MIPS. 7.4 got this right, but theTom Lane
2004-08-30Fix obviously-utterly-untested noTocComments code.Tom Lane
2004-08-30Ensure that the remainder of the current pg_clog page is zeroed duringTom Lane
2004-08-30Fix failure to advance nextXID beyond subtransactions whose XIDs appearTom Lane
2004-08-30Tweak md.c logic to cope with the situation where WAL replay tries toTom Lane
2004-08-30Dept. of second thoughts: it'd be a good idea to flush buffersTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane
2004-08-29Update typedefs with /lib info.Bruce Momjian