summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-01-11Add DLLIMPORT to TransactionCommandContext.Peter Eisentraut
2001-01-11Remove useless DLLIMPORT (only needed in header files).Peter Eisentraut
2001-01-11Update TODO list.Bruce Momjian
2001-01-11reduce HISTORY changes from this list tooMarc G. Fournier
2001-01-11remove all the TODO updates, which drops of 12k from the file ...Marc G. Fournier
2001-01-11using cvs2cl.pl, generate a list of changes from beta1->beta3 ...Marc G. Fournier
2001-01-10Make checks for global variables (sys_nerr, timezone) safe against gettingPeter Eisentraut
2001-01-10Removed a no longer needed SetWaitingForLock() call inHiroshi Inoue
2001-01-10Do The Right Thing (tm) if asked to cluster a temp table. PreviousTom Lane
2001-01-09Synced preproc.y with gram.y.Michael Meskes
2001-01-09Remove -L$(libdir) from DLLLIBS to prevent linking with an old versionPeter Eisentraut
2001-01-09Add configure check for sys_nerr, to end all discussions.Peter Eisentraut
2001-01-09Update TODO list.Bruce Momjian
2001-01-09The KAME files md5.* and sha1.* have the following changelogBruce Momjian
2001-01-09Apply proper sql.sgml change.Bruce Momjian
2001-01-09Attached is a doc patch for doc/src/sgml/sql.sgml.Bruce Momjian
2001-01-09Update TODO list.Bruce Momjian
2001-01-09A patch for doc/src/sgml/plsql.sgml to add a little more info about PL/pgSQLBruce Momjian
2001-01-09Approaching the current documentation from a position of ignorance, IBruce Momjian
2001-01-09Update TODO list.Bruce Momjian
2001-01-09Update TODO list.Bruce Momjian
2001-01-09Update TODO list.Bruce Momjian
2001-01-09jump version to beta3 ... beta2 was created and pulled due to a couple ofREL7_1_BETA3PostgreSQL Daemon
2001-01-09Add a README file for multi-byte. This file is contributed byTatsuo Ishii
2001-01-09Disable query cancel during HandleDeadLock().Hiroshi Inoue
2001-01-091. Checkpoint.undo may be after checkpoint itself:Vadim B. Mikheev
2001-01-09Update TODO list.Bruce Momjian
2001-01-09README.mb has been unified into SGML documents.Tatsuo Ishii
2001-01-09Fix oversight in planning of GROUP queries: when an expression is usedTom Lane
2001-01-09Fix small but critical typo ...Tom Lane
2001-01-08Prevent vacuumdb from trying to vacuum template0.Tom Lane
2001-01-08Document the system attributes ctid and tableoid, which for some reasonTom Lane
2001-01-08Document that we don't support ORDER BY with general expressions onTom Lane
2001-01-08Add rudimentary section about controlling kernel's file and process limits.Peter Eisentraut
2001-01-08Remove compiler warning about uninitialized warnings.Bruce Momjian
2001-01-08check for failure after vacuuming each DB, not only the last one.Tom Lane
2001-01-08Add some debugging support code (ifdef'd out in normal use).Tom Lane
2001-01-08LockBuffer should not elog while holding buffer's cntx_lock.Tom Lane
2001-01-08Keep relations open until they are no longer needed.Hiroshi Inoue
2001-01-08Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean upTom Lane
2001-01-07Correct nasty error in heap_update: it was releasing the buffer refcountTom Lane
2001-01-07Clear QueryCancel and ProcDiePending at start of proc_exit, to ensureTom Lane
2001-01-07Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane
2001-01-07tag configure as beta2 ..REL7_1_BETA2PostgreSQL Daemon
2001-01-07Resultmap updates for OpenBSD, per report from bpalmer@crimelabs.net.Tom Lane
2001-01-07Modify readfuncs so that recursive use of stringToNode will not crashTom Lane
2001-01-07Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.Tom Lane
2001-01-06Log memory context stats to stderr when reporting a 'Memory exhausted'Tom Lane
2001-01-06Fix memory leak in relcache handling of rules: allocate rule parsetreesTom Lane
2001-01-06Use more portable syntax for 'find'.Peter Eisentraut