summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-12-301. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev
2000-12-30Fixed misprint in heap update WALoging.Vadim B. Mikheev
2000-12-30Paranoia about possible values of errno after a shmget/semget failure.Tom Lane
2000-12-29Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK toTom Lane
2000-12-29MUST update (in-memory) data page BEFORE XLogInsert to logVadim B. Mikheev
2000-12-29nbtree_xlog_newroot: set meta flag in meta page opaque.Vadim B. Mikheev
2000-12-28New WAL version - CRC and data blocks backup.Vadim B. Mikheev
2000-12-28Let's try this again on accepting the correct range of Oid input valuesTom Lane
2000-12-27Fix portability problems recently exposed by regression tests on Alphas.Tom Lane
2000-12-23Compute reasonable cost and output-row-count estimates for LIMIT planTom Lane
2000-12-23Replace overly-cute coding with code that (a) has defined behaviorTom Lane
2000-12-22Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane
2000-12-22Repair not-too-well-thought-out code to do rangechecking of OIDs onTom Lane
2000-12-22Avoid XLogFlush for clean buffers in BufferSync.Vadim B. Mikheev
2000-12-22Improve error message for case where DROP TABLE is rejected becauseTom Lane
2000-12-22Add 'ONLY' to queries generated by RI triggers, so as to preserve pre-7.1Tom Lane
2000-12-22Change default output formatting for CIDR to be unabbreviated, perTom Lane
2000-12-22Clean up CREATE TYPE/OPERATOR/AGGREGATE productions, so that parserTom Lane
2000-12-22Revise lock manager to support "session level" locks as well as "transactionTom Lane
2000-12-21Fix longstanding bug with VIEW using BETWEEN: OffsetVarNodes would getTom Lane
2000-12-20Remove multi.c and single.c, which have been dead code forTom Lane
2000-12-20Prevent freshly-started backend from ignoring SIGUSR1, per race conditionTom Lane
2000-12-18>> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian
2000-12-18Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane
2000-12-18Make sure make_rels_by_clause_joins doesn't return multiple referencesTom Lane
2000-12-18Repair mishandling of PRIMARY KEY declaration that references anTom Lane
2000-12-18Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane
2000-12-17Tweak select_common_type() to deal with possibility of multiple preferredTom Lane
2000-12-15Remove current->old mapping.Bruce Momjian
2000-12-15Make algorithm for resolving UNKNOWN function/operator inputs beTom Lane
2000-12-15here is a patch fixing today's bug report:Bruce Momjian
2000-12-15Remove obsolete comment.Tom Lane
2000-12-15Remove a few remaining vestiges of elog(WARN).Tom Lane
2000-12-14BugfixJan Wieck
2000-12-14Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane
2000-12-14Make sure to not handle deactivated system indexesHiroshi Inoue
2000-12-14Change StoreCatalogInheritance() to work from a list of parent relationTom Lane
2000-12-13Fix thinko for case of outer join where inner table is empty: shouldTom Lane
2000-12-12Cache eval cost of qualification expressions in RestrictInfo nodes toTom Lane
2000-12-11Remove elog for online log files.Vadim B. Mikheev
2000-12-11elog(LOG)-->elog(DEBUG) for skipped logs.Vadim B. Mikheev
2000-12-11Tweak Darwin patch to get right include order.Tom Lane
2000-12-11Resolve complie error(was my fault).Hiroshi Inoue
2000-12-11*redo: Heap move* neglects to set t_cmin for MOVED_IN tuples.Hiroshi Inoue
2000-12-11Fix ILIKE bug (only in multi-byte case)Tatsuo Ishii
2000-12-11Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane
2000-12-09Portability fix from Ryan Kirkpatrick's Alpha patches. I believe thisTom Lane
2000-12-09Suppress compiler warnings.Tom Lane
2000-12-09Fix a bug in conversion from big5 to EUC_TW (CNS 11643-1992 Plane 3)Tatsuo Ishii
2000-12-08Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane