| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-01-11 | Add DLLIMPORT to TransactionCommandContext. | Peter Eisentraut | |
| 2001-01-11 | Remove useless DLLIMPORT (only needed in header files). | Peter Eisentraut | |
| 2001-01-11 | Update TODO list. | Bruce Momjian | |
| 2001-01-11 | reduce HISTORY changes from this list too | Marc G. Fournier | |
| 2001-01-11 | remove all the TODO updates, which drops of 12k from the file ... | Marc G. Fournier | |
| 2001-01-11 | using cvs2cl.pl, generate a list of changes from beta1->beta3 ... | Marc G. Fournier | |
| 2001-01-10 | Make checks for global variables (sys_nerr, timezone) safe against getting | Peter Eisentraut | |
| optimized away completely. | |||
| 2001-01-10 | Removed a no longer needed SetWaitingForLock() call in | Hiroshi Inoue | |
| DeadLockCheck(). | |||
| 2001-01-10 | Do The Right Thing (tm) if asked to cluster a temp table. Previous | Tom Lane | |
| code would cluster, but table would magically lose its tempness. | |||
| 2001-01-09 | Synced preproc.y with gram.y. | Michael Meskes | |
| 2001-01-09 | Remove -L$(libdir) from DLLLIBS to prevent linking with an old version | Peter Eisentraut | |
| (i.e., 7.0.3) of libpostgres.a. From Jason Tishler <jt@dothill.com>. | |||
| 2001-01-09 | Add configure check for sys_nerr, to end all discussions. | Peter Eisentraut | |
| 2001-01-09 | Update TODO list. | Bruce Momjian | |
| 2001-01-09 | The KAME files md5.* and sha1.* have the following changelog | Bruce Momjian | |
| entry: ---------------------------- revision 1.2 date: 2000/12/04 01:20:38; author: tgl; state: Exp; lines: +18 -18 Eliminate some of the more blatant platform-dependencies ... it builds here now, anyway ... ---------------------------- Which basically changes u_int*_t -> uint*_t, so now it does not compile neither under Debian 2.2 nor under NetBSD 1.5 which is platform independent<B8> all right. Also it replaces $KAME$ with $Id$ which is Bad Thing. PostgreSQL Id should be added as a separate line so the file history could be seen. So here is patch: * changes uint*_t -> uint*. I guess that was the original intention * adds uint64 type to include/c.h because its needed [somebody should check if I did it right] * adds back KAME Id, because KAME is the master repository * removes stupid c++ comments in pgcrypto.c * removes <sys/types.h> from the code, its not needed -- marko Marko Kreen | |||
| 2001-01-09 | Apply proper sql.sgml change. | Bruce Momjian | |
| 2001-01-09 | Attached is a doc patch for doc/src/sgml/sql.sgml. | Bruce Momjian | |
| It adds information about SQL JOIN that is implemented in 7.1. -- -------- Robert B. Easter | |||
| 2001-01-09 | Update TODO list. | Bruce Momjian | |
| 2001-01-09 | A patch for doc/src/sgml/plsql.sgml to add a little more info about PL/pgSQL | Bruce Momjian | |
| EXECUTE. -- -------- Robert B. Easter | |||
| 2001-01-09 | Approaching the current documentation from a position of ignorance, I | Bruce Momjian | |
| find it ambiguous. I propose something along the lines of the following patch to clarify it. Thanks. (Alternatively, perhaps the code could maintain a count of nested calls to SPI_connect/SPI_finish. But I didn't try to write that patch.) Ian Lance Taylor | |||
| 2001-01-09 | Update TODO list. | Bruce Momjian | |
| 2001-01-09 | Update TODO list. | Bruce Momjian | |
| 2001-01-09 | Update TODO list. | Bruce Momjian | |
| 2001-01-09 | jump version to beta3 ... beta2 was created and pulled due to a couple ofREL7_1_BETA3 | PostgreSQL Daemon | |
| large-ish bugs that Tom and Vadim were able to fix, but to avoid any confusion, beta2 was removed ... and for tag'ng purposes, beta3 is being created ... | |||
| 2001-01-09 | Add a README file for multi-byte. This file is contributed by | Tatsuo Ishii | |
| Chih-Chang Hsieh <cch@cc.kmu.edu.tw>, written in traditional Chinese (Big5). | |||
| 2001-01-09 | Disable query cancel during HandleDeadLock(). | Hiroshi Inoue | |
| 2001-01-09 | 1. Checkpoint.undo may be after checkpoint itself: | Vadim B. Mikheev | |
| - no more elog(STOP) in StartupXLOG(); - both checkpoint' undo & redo are used to define oldest on-line log file. 2. Ability to pre-allocate a few log files at checkpoint time (wal_files option). Off by default. | |||
| 2001-01-09 | Update TODO list. | Bruce Momjian | |
| 2001-01-09 | README.mb has been unified into SGML documents. | Tatsuo Ishii | |
| 2001-01-09 | Fix oversight in planning of GROUP queries: when an expression is used | Tom Lane | |
| as both a GROUP BY item and an output expression, the top-level Group node should just copy up the evaluated expression value from its input, rather than re-evaluating the expression. Aside from any performance benefit this might offer, this avoids a crash when there is a sub-SELECT in said expression. | |||
| 2001-01-09 | Fix small but critical typo ... | Tom Lane | |
| 2001-01-08 | Prevent vacuumdb from trying to vacuum template0. | Tom Lane | |
| 2001-01-08 | Document the system attributes ctid and tableoid, which for some reason | Tom Lane | |
| were never yet mentioned anywhere in our documentation. Improve explanations of the other system attributes, too. | |||
| 2001-01-08 | Document that we don't support ORDER BY with general expressions on | Tom Lane | |
| the output of UNION/INTERSECT/EXCEPT. | |||
| 2001-01-08 | Add rudimentary section about controlling kernel's file and process limits. | Peter Eisentraut | |
| 2001-01-08 | Remove compiler warning about uninitialized warnings. | Bruce Momjian | |
| 2001-01-08 | check for failure after vacuuming each DB, not only the last one. | Tom Lane | |
| 2001-01-08 | Add some debugging support code (ifdef'd out in normal use). | Tom Lane | |
| 2001-01-08 | LockBuffer should not elog while holding buffer's cntx_lock. | Tom Lane | |
| 2001-01-08 | Keep relations open until they are no longer needed. | Hiroshi Inoue | |
| 2001-01-08 | Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean up | Tom Lane | |
| inconsistent coding practices for handling Index values and booleans, too. | |||
| 2001-01-07 | Correct nasty error in heap_update: it was releasing the buffer refcount | Tom Lane | |
| before calling RelationInvalidateHeapTuple(), which is bad because the latter needs to look at the tuple data, which is in the shared disk buffer. If another backend manages to recycle the buffer while this is going on, we will compute the wrong hashindex for the tuple or maybe even crash outright. Must hold buffer refcount until afterwards. (This bug is not in 7.0.*; seems to be have introduced during WAL changes.) | |||
| 2001-01-07 | Clear QueryCancel and ProcDiePending at start of proc_exit, to ensure | Tom Lane | |
| that leftover cancel/die requests cannot interfere with exit activities. | |||
| 2001-01-07 | Fix recent breakage of query-cancel logic, see my pghackers message | Tom Lane | |
| of 6 Jan 2001 21:55. | |||
| 2001-01-07 | tag configure as beta2 ..REL7_1_BETA2 | PostgreSQL Daemon | |
| 2001-01-07 | Resultmap updates for OpenBSD, per report from bpalmer@crimelabs.net. | Tom Lane | |
| 2001-01-07 | Modify readfuncs so that recursive use of stringToNode will not crash | Tom Lane | |
| and burn. Just for added luck, change reading of CONST nodes so that we do not need to consult pg_type rows while reading them; this means that no database access occurs during stringToNode. This requires changing the order in which const-node fields are written, which means an initdb is forced. | |||
| 2001-01-07 | Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands. | Tom Lane | |
| Disallow cases like adding constraints to sequences :-(, and eliminate now-unnecessary search of pg_rewrite to decide if a relation is a view. | |||
| 2001-01-06 | Log memory context stats to stderr when reporting a 'Memory exhausted' | Tom Lane | |
| error, so as to provide a starting point for debugging. | |||
| 2001-01-06 | Fix memory leak in relcache handling of rules: allocate rule parsetrees | Tom Lane | |
| in per-entry sub-memory-context, where they were supposed to go, rather than in CacheMemoryContext where the code was putting them. Must've suffered a severe brain fade when I wrote this :-( | |||
| 2001-01-06 | Use more portable syntax for 'find'. | Peter Eisentraut | |
