1997-04-02 |
Vadim B. Mikheev | CREATE/DROP SEQUENCE ... |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Vadim B. Mikheev | Can't COPY TO sequence relation. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Vadim B. Mikheev | Sequence numbers generators code. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Vadim B. Mikheev | vc_getrels(p, VacRelP) returns NIL for special relation... |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Vadim B. Mikheev | Hack for heap_creat to enable relkind to be 'S' for... |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Vadim B. Mikheev | CloseSequences () at xact commit/abort. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Vadim B. Mikheev | New node T_CreateSeqStmt. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Vadim B. Mikheev | New relkind ('S') for sequence relations. |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Vadim B. Mikheev | Prototypes for sequence.c |
commit | commitdiff | tree | snapshot |
1997-04-02 |
Marc G. Fournier | Use $(CC), not gcc, to compile |
commit | commitdiff | tree | snapshot |
1997-04-01 |
Marc G. Fournier | Misc port related issues |
commit | commitdiff | tree | snapshot |
1997-03-28 |
Marc G. Fournier | Slight Linux related bug pointed out by Gabriel Akos... |
commit | commitdiff | tree | snapshot |
1997-03-28 |
Marc G. Fournier | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> |
commit | commitdiff | tree | snapshot |
1997-03-28 |
Marc G. Fournier | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> |
commit | commitdiff | tree | snapshot |
1997-03-28 |
Marc G. Fournier | From: Dan McGuirk <mcguirk@indirect.com> |
commit | commitdiff | tree | snapshot |
1997-03-28 |
Marc G. Fournier | From: "D'Arcy J.M. Cain" <darcy@druid.net> |
commit | commitdiff | tree | snapshot |
1997-03-28 |
Marc G. Fournier | From: "D'Arcy J.M. Cain" <darcy@druid.net> |
commit | commitdiff | tree | snapshot |
1997-03-28 |
Marc G. Fournier | On some systems limits.h is needed to define DBL_MIN. |
commit | commitdiff | tree | snapshot |
1997-03-27 |
Vadim B. Mikheev | Added call to heap_endscan in IndexIsUniqueNoCache... |
commit | commitdiff | tree | snapshot |
1997-03-27 |
Marc G. Fournier | turn GEQO code on by default |
commit | commitdiff | tree | snapshot |
1997-03-26 |
Marc G. Fournier | Remove customize in favor of 'build' |
commit | commitdiff | tree | snapshot |
1997-03-26 |
Marc G. Fournier | Add ability to change installation directory in build... |
commit | commitdiff | tree | snapshot |
1997-03-26 |
Marc G. Fournier | Add string.h for strerror() prototype |
commit | commitdiff | tree | snapshot |
1997-03-26 |
Marc G. Fournier | include float.h *after* postgres.h :( |
commit | commitdiff | tree | snapshot |
1997-03-26 |
Vadim B. Mikheev | Disallow to create multi-column indices using non-btree. |
commit | commitdiff | tree | snapshot |
1997-03-26 |
Marc G. Fournier | need float.h under FreeBSD for DBL_MIN |
commit | commitdiff | tree | snapshot |
1997-03-26 |
Vadim B. Mikheev | '\h create index' shows that multi-column indices are... |
commit | commitdiff | tree | snapshot |
1997-03-26 |
Vadim B. Mikheev | Added syntax for multi-column indices. |
commit | commitdiff | tree | snapshot |
1997-03-26 |
Vadim B. Mikheev | Someone forgot about 'case sizeof(int32)' for |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | Add checs for float.h |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | Add float.h for DBL_{MIN,MAX} under FreeBSD |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | another one missed |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | MIssed adding a file to the repository |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | From: "D'Arcy J.M. Cain" <darcy@druid.net> |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | Various patches for shared libraries under i386-solaris by: |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | Here's two more diffs... |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | Rather than make this a Linux test, we should just... |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | Use $(LD_ADD) from Makefile.global instead of $(LDADD... |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | MOre univel port patches/files from: |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | Start of a univel port by "Michael P. Snyder" <msnyder... |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Vadim B. Mikheev | Free memory allocated by command in the BlankPortal... |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | - Renamed the variable names to something shorter... |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | Add in alpha port |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | I don't know whether this breaks what the previous... |
commit | commitdiff | tree | snapshot |
1997-03-25 |
Marc G. Fournier | Needs USE_POSIX_SIGNALS |
commit | commitdiff | tree | snapshot |
1997-03-24 |
Vadim B. Mikheev | + NULLs handling |
commit | commitdiff | tree | snapshot |
1997-03-24 |
Vadim B. Mikheev | New func _bt_checkkeys() added to let caller know numbe... |
commit | commitdiff | tree | snapshot |
1997-03-24 |
Vadim B. Mikheev | Setting index' attributes attcacheoff to -1 in index_cr... |
commit | commitdiff | tree | snapshot |
1997-03-24 |
Vadim B. Mikheev | Added #define NullValueRegProcedure and #define NonNull... |
commit | commitdiff | tree | snapshot |
1997-03-21 |
Marc G. Fournier | Forgot to add an AC_SUBST(STRERROR) to configure.in... |
commit | commitdiff | tree | snapshot |
1997-03-21 |
Marc G. Fournier | From: "D'Arcy J.M. Cain" <darcy@druid.net> |
commit | commitdiff | tree | snapshot |
1997-03-20 |
Marc G. Fournier | change strtok(0.. to strtok(NULL.. |
commit | commitdiff | tree | snapshot |
1997-03-20 |
Marc G. Fournier | From: "D'Arcy J.M. Cain" <darcy@druid.net> |
commit | commitdiff | tree | snapshot |
1997-03-20 |
Marc G. Fournier | Check for and set HAVE_CRYPT_H if <crypt.h> exists |
commit | commitdiff | tree | snapshot |
1997-03-20 |
Marc G. Fournier | use autoconf 2.12 instead of 2.10 to gernate configure... |
commit | commitdiff | tree | snapshot |
1997-03-19 |
Vadim B. Mikheev | Fix call to index_create in DefineIndex. |
commit | commitdiff | tree | snapshot |
1997-03-19 |
Vadim B. Mikheev | Fix index_create for multi-column indices |
commit | commitdiff | tree | snapshot |
1997-03-19 |
Vadim B. Mikheev | Fix index_create for multi-column indices |
commit | commitdiff | tree | snapshot |
1997-03-19 |
Marc G. Fournier | remove a double declaration/prototype |
commit | commitdiff | tree | snapshot |
1997-03-19 |
Marc G. Fournier | Remove port.c since it is redundant (well, empty, at... |
commit | commitdiff | tree | snapshot |
1997-03-19 |
Marc G. Fournier | Add a check for strerr, and add in D'Arcy's strerror... |
commit | commitdiff | tree | snapshot |
1997-03-19 |
Marc G. Fournier | there, that's fixed |
commit | commitdiff | tree | snapshot |
1997-03-19 |
Marc G. Fournier | Fixing a screw up |
commit | commitdiff | tree | snapshot |
1997-03-18 |
Marc G. Fournier | From: Jun Kuwamura <juk@rccm.co.jp> |
commit | commitdiff | tree | snapshot |
1997-03-18 |
Marc G. Fournier | Replace strsep() by strtok() |
commit | commitdiff | tree | snapshot |
1997-03-18 |
Marc G. Fournier | This is an attempt to get rid of some cruft... |
commit | commitdiff | tree | snapshot |
1997-03-18 |
Marc G. Fournier | Patch from Sven Verdoolaege <skimo@breughel.ufsia.ac... |
commit | commitdiff | tree | snapshot |
1997-03-18 |
Marc G. Fournier | - Move most of the I/O in both libpq and the backend... |
commit | commitdiff | tree | snapshot |
1997-03-18 |
Marc G. Fournier | Patches for Vadim's multikey indexing... |
commit | commitdiff | tree | snapshot |
1997-03-18 |
Marc G. Fournier | Add in Vadim's multikey functions/examples as part... |
commit | commitdiff | tree | snapshot |
1997-03-18 |
Marc G. Fournier | Resync the source tree, commit some things that were... |
commit | commitdiff | tree | snapshot |
1997-03-17 |
Marc G. Fournier | Fixes for libpgtcl from Massimo |
commit | commitdiff | tree | snapshot |
1997-03-17 |
Marc G. Fournier | Add in a check for libcrypt.a |
commit | commitdiff | tree | snapshot |
1997-03-16 |
Marc G. Fournier | oracle_compat.c fixed for function overloading... |
commit | commitdiff | tree | snapshot |
1997-03-16 |
Marc G. Fournier | Don't forget the fe-connect.h include file |
commit | commitdiff | tree | snapshot |
1997-03-16 |
Marc G. Fournier | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> |
commit | commitdiff | tree | snapshot |
1997-03-16 |
Marc G. Fournier | om: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> |
commit | commitdiff | tree | snapshot |
1997-03-16 |
Marc G. Fournier | Header file fixes for MINDOUBLE |
commit | commitdiff | tree | snapshot |
1997-03-16 |
Marc G. Fournier | Add a conditional for <values.h> vs <limits.h> |
commit | commitdiff | tree | snapshot |
1997-03-16 |
Marc G. Fournier | Remove extra functions temporarily while a proper fix... |
commit | commitdiff | tree | snapshot |
1997-03-16 |
Marc G. Fournier | Remove overloaded functions until we can figure out... |
commit | commitdiff | tree | snapshot |
1997-03-15 |
Marc G. Fournier | NetBSD Shared Library Patch from Martin J. Laubach |
commit | commitdiff | tree | snapshot |
1997-03-15 |
Marc G. Fournier | Re-oid the oracle_compat functions |
commit | commitdiff | tree | snapshot |
1997-03-15 |
Marc G. Fournier | A couple of development scripts by Dan to detect unused... |
commit | commitdiff | tree | snapshot |
1997-03-15 |
Marc G. Fournier | Update oracle_compat.c |
commit | commitdiff | tree | snapshot |
1997-03-15 |
Marc G. Fournier | From: Massimo Dal Zotto <dz@cs.unitn.it> |
commit | commitdiff | tree | snapshot |
1997-03-15 |
Marc G. Fournier | From: Andrew Martin <martin@biochemistry.ucl.ac.uk> |
commit | commitdiff | tree | snapshot |
1997-03-14 |
Marc G. Fournier | Date/Time updates from Thomas... |
commit | commitdiff | tree | snapshot |
1997-03-14 |
Marc G. Fournier | Date/Time updates from Thomas... |
commit | commitdiff | tree | snapshot |
1997-03-14 |
Marc G. Fournier | > There are some minor fixes to the GEQO. |
commit | commitdiff | tree | snapshot |
1997-03-14 |
Marc G. Fournier | Last of Dan's hidden tar balls :) |
commit | commitdiff | tree | snapshot |
1997-03-14 |
Marc G. Fournier | Missed another tar file... :( |
commit | commitdiff | tree | snapshot |
1997-03-14 |
Marc G. Fournier | Missing bits from Dan's patches...sorry :( |
commit | commitdiff | tree | snapshot |
1997-03-12 |
Marc G. Fournier | From: Dan McGuirk <mcguirk@indirect.com> |
commit | commitdiff | tree | snapshot |
1997-03-12 |
Marc G. Fournier | From: Dan McGuirk <mcguirk@indirect.com> |
commit | commitdiff | tree | snapshot |
1997-03-12 |
Marc G. Fournier | From: Dan McGuirk <mcguirk@indirect.com> |
commit | commitdiff | tree | snapshot |
1997-03-12 |
Marc G. Fournier | From: Dan McGuirk <mcguirk@indirect.com> |
commit | commitdiff | tree | snapshot |
1997-03-12 |
Marc G. Fournier | From: Dan McGuirk <mcguirk@indirect.com> |
commit | commitdiff | tree | snapshot |
1997-03-12 |
Marc G. Fournier | From: Dan McGuirk <mcguirk@indirect.com> |
commit | commitdiff | tree | snapshot |
next |