| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1998-01-25 | this is to help someone that wants an AUX port get started... | Marc G. Fournier | |
| 1998-01-25 | Patch to document the /etc/psqlrc / ~/.psqlrc config files | Marc G. Fournier | |
| From: <Dr. Andrew C.R. Martin> martin@biochem.ucl.ac.uk | |||
| 1998-01-25 | Merge in D'Arcy Cain's python interface (PyGreSQL 2.0) | Marc G. Fournier | |
| 1998-01-25 | From: Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | |
| Small patch for sparc solaris/tas() | |||
| 1998-01-25 | From: Jeroen van Vianen <jeroenv@design.nl> | Marc G. Fournier | |
| This patch solves the problem with multiple order by columns, with the first one having NULL values. | |||
| 1998-01-25 | getpid/pid cleanup | Bruce Momjian | |
| 1998-01-25 | Somehow the 'comment' here got messed up | Marc G. Fournier | |
| 1998-01-25 | From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> | Marc G. Fournier | |
| Hi -- a couple of small items concerning the January 23rd snapshot: the inclusion of the Kerberos stuff in one Makefile, a "leading tab" cleanup in another, and a fix for a typo in the configure script. | |||
| 1998-01-25 | Wish ppl would make up their mnd :) | Marc G. Fournier | |
| 1998-01-25 | OOps...missed the second patch of patch two that uses pfree() instead of | Marc G. Fournier | |
| free() From: James Hughes <jamesh@interpath.com> | |||
| 1998-01-25 | This is the second of two patches required to fix the the grant and | Marc G. Fournier | |
| revoke statements. From: James Hughes <jamesh@interpath.com> | |||
| 1998-01-25 | Patch against src/backend/nodes/outfuncs.c.orig fixes backend crashes | Marc G. Fournier | |
| when creating unique indexes. From: James Hughes <jamesh@interpath.com> | |||
| 1998-01-25 | This patch fixes one of two problems with grant/revoke statements on the | Marc G. Fournier | |
| Linux platform. From: James Hughes <jamesh@interpath.com> | |||
| 1998-01-24 | Fix prototypes so they don't look like function definitions. | Bruce Momjian | |
| 1998-01-24 | More up to date scan.c | Marc G. Fournier | |
| 1998-01-23 | Fix a variety of locking problems like newer lock waiters getting | Bruce Momjian | |
| lock before older waiters, and having readlock people not share locks if a writer is waiting for a lock, and waiting writers not getting priority over waiting readers. | |||
| 1998-01-23 | LOCK_LEVEL is defined in an i386_solaris system file, causing the compile | Marc G. Fournier | |
| to break. renaming to PG_LOCK_LEVEL | |||
| 1998-01-23 | From: James Hughes <jamesh@interpath.com> | Marc G. Fournier | |
| This is a patch to fix crashes in psql when executing queries from an external file. The code also adds error checking to verify that memory for "query" was allocated. The conditional for the block of code was changed from "query == NULL" to "query_alloced == false". The conditional, "query == NULL", was never true. This prevented the memory being allocated for "query". A few lines later, an attempt to write to an un-allocated memory area generated a SIGSEGV causing the frontend to crash. | |||
| 1998-01-23 | From: Andrew Martin <martin@biochemistry.ucl.ac.uk> | Marc G. Fournier | |
| psql .psqlrc file startup(Andrew) | |||
| 1998-01-23 | Minor cleanups for i386_solaris port | Marc G. Fournier | |
| 1998-01-23 | A dummy file so that configure under solaris works | Marc G. Fournier | |
| 1998-01-23 | Cleanup deadlock message. | Bruce Momjian | |
| 1998-01-23 | Fixes a free() problem under FreeBSD | Marc G. Fournier | |
| Fixed pointed out by: jwieck@debis.com (Jan Wieck) | |||
| 1998-01-22 | Add LOCK command as DELETE FROM ... WHERE false. | Bruce Momjian | |
| 1998-01-22 | Allow \z to show sequences. | Bruce Momjian | |
| 1998-01-21 | Small varlena cleanup. | Bruce Momjian | |
| 1998-01-21 | Make subqueries rewrite properly. | Bruce Momjian | |
| 1998-01-20 | FIx for regression-test found bug. | Bruce Momjian | |
| 1998-01-20 | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian | |
| 1998-01-20 | Parser cleanup. | Bruce Momjian | |
| Add lock to i386 asm. | |||
| 1998-01-20 | Start an openbsd port | Marc G. Fournier | |
| 1998-01-19 | Fix problem with nodes handling. | Bruce Momjian | |
| 1998-01-19 | Added code so SubLinks make it to optimizer. | Bruce Momjian | |
| 1998-01-19 | Create SubLink nodes in parser for Vadim. | Bruce Momjian | |
| 1998-01-19 | Fix for SELECT INTO TABLE for varchar(). | Bruce Momjian | |
| 1998-01-17 | From: "Michael J. Maravillo" <mmj@philonline.com> | Marc G. Fournier | |
| This patch makes it possible to do a "real" make distclean (back to its fresh state) on the distribution after compilation, regression testing, etc. | |||
| 1998-01-17 | From: "Michael J. Maravillo" <mmj@philonline.com> | Marc G. Fournier | |
| Also, I think the existence of pgsql/src/bin/initlocation/initlocation isn't necessary as it's generated by Makefile from initlocation.sh. | |||
| 1998-01-17 | Must commit configure changes after patch to configure.in | Marc G. Fournier | |
| 1998-01-17 | From: "Billy G. Allie" <Bill.Allie@mug.org> | Marc G. Fournier | |
| The attached patches will allow postgreSQL to compile successfully on SCO UNIXWARE 2.1.x. The patches fix the following problems: 1. Configure did not properly recognize the UNIXWARE system as needing the univel port. It used the sys4 port. 2. Configure did not properly process the CC flag in the template file. 3. There was no working test and set locking implementation for the native UNIXWARE compiler. 4. The test and set locking used for Intel X86 that was selected by defining NEED_I386_TAS_ASM could fail in a multi-processor environment. 5. The makefiles for libpq and libpgtcl did not make a shared library for the univel port. | |||
| 1998-01-17 | From: Jan Wilhelm <Jan_Wilhelm@Physik.TU-Muenchen.DE> | Marc G. Fournier | |
| a) psql dumps core when using -a password and PGUSER is set but PGPASSWORD not set. | |||
| 1998-01-17 | Gram.y cleanup. | Bruce Momjian | |
| 1998-01-17 | Creates the SubLink structure, and the Query->hasSubLink field, | Bruce Momjian | |
| with supporting code. Creates SubLink node in gram.y. psql.c patch for newatttypmod field. | |||
| 1998-01-16 | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | |
| varchar length. Cleans up code so attlen is always length. Removed varchar() hack added earlier. Will fix bug in selecting varchar() fields, and varchar() can be variable length. | |||
| 1998-01-16 | Temporary varchar patch. | Bruce Momjian | |
| 1998-01-15 | Fix for aggreg problem and fmgr.c compile problems. | Bruce Momjian | |
| 1998-01-15 | Fix: | Marc G. Fournier | |
| nodeAgg.c: WARN -> NOTICE for elog parse_oper.c: was created after patch for fmgr_info, so function call wrong scan.c: regenerated for i386_solaris using flex 2.5.4 gethostname.c: required prototype for gethostname() function config.h.in: create prototype for isinfo() function isinf.c: "fake" isinf() under i386_solaris using fpclass() call... | |||
| 1998-01-15 | Thank god for searchable mail archives. | PostgreSQL Daemon | |
| Patch by: wieck@sapserv.debis.de (Jan Wieck) One of the design rules of PostgreSQL is extensibility. And to follow this rule means (at least for me) that there should not only be a builtin PL. Instead I would prefer a defined interface for PL implemetations. | |||
| 1998-01-15 | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian | |
| Pass List* of Aggregs into executor, and create needed array there. No longer need to double-processs Aggregs with second copy in Query. Fix crash when doing: select sum(x+1) from test where 1 > 0; | |||
| 1998-01-14 | Function cleanupo for List* when it should be Node *. | Bruce Momjian | |
| 1998-01-14 | Cleanup of prototypes. FIx for PQtrace start/stop several times. | Bruce Momjian | |
