summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-09-17Allow WIN1250 as server encoding.Peter Eisentraut
2004-09-17Hashed LEFT JOIN would miss outer tuples with no inner match if the joinTom Lane
2004-09-17Now that xmax and cmin are distinct fields again, we should zero xmax whenTom Lane
2004-09-16Remove erroneous Assert, per example from Kris Jurka.Tom Lane
2004-09-16Add some marginal tweaks to eliminate memory leakages associated withTom Lane
2004-09-16RecentXmin is too recent to use as the cutoff point for accessingTom Lane
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-09-16Fix a read of uninitialized memory in array_out(). Perform some minorNeil Conway
2004-09-14Translation updatePeter Eisentraut
2004-09-13Translation updatePeter Eisentraut
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-09-13Translation updatesPeter Eisentraut
2004-09-13Fix two typos in comments.Neil Conway
2004-09-12When LockAcquire fails at the stage of creating a proclock object, beTom Lane
2004-09-11Renumber SnapshotNow and the other special snapshot codes so thatTom Lane
2004-09-11Ensure that pg_largeobject references opened by lo_import() or lo_export()Tom Lane
2004-09-10Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane
2004-09-10More cleanup.Bruce Momjian
2004-09-09Added a call to gettext() to fix broken translated error messages.Dennis Bjorklund
2004-09-09Translation updatesDennis Bjorklund
2004-09-09Translation updatesDennis Bjorklund
2004-09-09Fix Cygwin defines to be consistent.Bruce Momjian
2004-09-08Minor efficiency improvements in keeping track of trigger deferredTom Lane
2004-09-07Fix a couple of small errors in trigger-list management, as per recentTom Lane
2004-09-07Fix places where WaitForxxx can block, to eliminate failure to detectTom Lane
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-06Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog,Tom 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-02Yet another place where someone was being careless about the argumentsTom Lane
2004-09-02Cope with recent HPUX versions providing isfinite() instead of finite().Tom Lane
2004-09-02Remove obsolete comment.Tom Lane
2004-09-01Tweak prettyprinting rules for saner indenting of UNION, INTERSECT,Tom Lane
2004-09-01Fix mistaken comment.Tom Lane
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-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-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