]> granicus.if.org Git - postgresql/shortlog
postgresql
1997-04-24 Marc G. FournierVarious patches not commited, plus a linux/sparc patch...
1997-04-23 Marc G. FournierChange HAVE_RUSAGE to HAVE_GETRUSAGE, which is the...
1997-04-23 Vadim B. MikheevVacuum help changed (ANALYZE).
1997-04-23 Vadim B. MikheevAnalyze data only if specified and specified attrs...
1997-04-23 Vadim B. Mikheev1. SHOW/RESET var fixed.
1997-04-23 Vadim B. Mikheev1. SHOW/RESET var fixed.
1997-04-23 Vadim B. Mikheev1. VariableShowStmt and VariableResetStmt added.
1997-04-23 Vadim B. MikheevThere were too many comments.
1997-04-23 Marc G. FournierTo: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-22 Marc G. FournierFrom: System Administrator <igor@sba.miami.edu>
1997-04-22 Marc G. FournierAdd fcvt() as a check to configure so that we can get...
1997-04-22 Marc G. FournierFrom: adrian@waltham.harvard.net
1997-04-22 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-22 Marc G. FournierMajor patch from Thomas Lockhart <Thomas.G.Lockhart...
1997-04-22 Vadim B. MikheevFix for Hash and arrays
1997-04-21 Marc G. FournierDocument --enable-cassert/--disable-cassert configure...
1997-04-21 Vadim B. MikheevFix for text_lt/text_le to avoid warnings if not def...
1997-04-21 Vadim B. Mikheev#include <string.h>
1997-04-21 Vadim B. MikheevFix for -Wno-error
1997-04-20 Marc G. FournierHere is the Mismatched input/output patch for tinterval...
1997-04-18 Marc G. FournierAdd a --with-compiler switch that allows someone to...
1997-04-18 Marc G. FournierFrom: adrian@waltham.harvard.net
1997-04-18 Vadim B. MikheevFix for -Wno-error
1997-04-18 Vadim B. MikheevCommitInfoNeedsSave[buffer - 1] = 0
1997-04-18 Vadim B. Mikheev#ifdef BTREE_BUILD_STATS enables to get executor stats...
1997-04-18 Vadim B. Mikheev1. Declaration
1997-04-18 Vadim B. MikheevDeclaration
1997-04-18 Vadim B. MikheevPrintBufferUsage() changed to report about shared,...
1997-04-18 Vadim B. MikheevFix bttextcmp() to use unsigned char*.
1997-04-17 Marc G. FournierFrom: Raymond Toy <toy@rtp.ericsson.se>
1997-04-17 Marc G. FournierFrom: Raymond Toy <toy@rtp.ericsson.se>
1997-04-17 Marc G. FournierFrom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
1997-04-17 Marc G. FournierSome slight changes to the Wisconsin Benchmark tests...
1997-04-17 Vadim B. MikheevThe patch fixes a rare bug that may occur when one...
1997-04-16 Marc G. FournierFix a problem with Linux where yacc is *really* bison -y
1997-04-16 Vadim B. MikheevconnectDB(): setsockopt (..., TCP_NODELAY, ...) added.
1997-04-16 Vadim B. MikheevStreamConnection(): setsockopt (..., TCP_NODELAY, ...
1997-04-16 Vadim B. Mikheev1. BTREE_VERSION_1: using bti_itup->t_tid as unique...
1997-04-16 Vadim B. MikheevBTREE_VERSION_1: using bti_itup->t_tid as unique identi...
1997-04-15 Marc G. FournierA couple of cleanups from Scott Harrison <Scott_Harriso...
1997-04-15 Marc G. FournierOops, don't forget to remove the CASSERT=true line
1997-04-15 Marc G. FournierHave CASSERT enabled/disabled via configure, and passed...
1997-04-15 Marc G. FournierPatch for Solaris 2.5 from: adrian@waltham.harvard.net
1997-04-15 Marc G. FournierVarious minor HP related patches from:
1997-04-15 Marc G. FournierA small fix, where default: condition in case had not...
1997-04-15 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-15 Marc G. Fournier2. The file /usr/local/pgsql/src/backend/lipq/pgcomprim...
1997-04-15 Marc G. FournierFix up the -Wno-error problem for non-gcc compilers
1997-04-13 Marc G. FournierAdd ccsym to tools to determine OS/compiler specific...
1997-04-12 Marc G. FournierFixes for [] escaping pointed out by Adrian
1997-04-12 Marc G. Fournierscripts required by configure to bypass its inabilty...
1997-04-12 Marc G. FournierMake sure that Makefile.${PORTNAME} is link'd and that...
1997-04-12 Marc G. FournierRemove port specific Makefile 'targets' (ie. shared...
1997-04-12 Marc G. FournierMore more of the include files under the include directory
1997-04-12 Marc G. Fournierremove the port related .h files from the top level...
1997-04-12 Marc G. FournierFix detection of install vs installbsd
1997-04-12 Marc G. FournierMake sure postgres.h is included before we start checki...
1997-04-12 Marc G. FournierGet rid of the .sql files out of the Makefile
1997-04-12 Marc G. FournierMajor cleanup of Install instructions
1997-04-12 Marc G. Fourniermodifications to pg_dump towards supporting dumping...
1997-04-11 Marc G. FournierChange BACKEND to CFLAGS
1997-04-10 Marc G. FournierFinish removing the TEST_MAIN stuff, which was mean...
1997-04-10 Marc G. FournierFix #include "cash.h" to be #include <utils/cash.h>
1997-04-10 Marc G. FournierUpdate man page, listing new \z value
1997-04-10 Marc G. FournierAdd a \z command to psql that lists off grant/revoke...
1997-04-10 Vadim B. MikheevCopy indexkeys in _copyIndexPath.
1997-04-09 Marc G. FournierMuch improved configure that integrates the build scrip...
1997-04-09 Marc G. Fournierremove the old regression test files. have copies...
1997-04-09 Marc G. FournierAdd in D'Arcy's cash code
1997-04-09 Marc G. FournierFrom: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>
1997-04-09 Marc G. FournierGNUmakefile.in - remove backend/utils/Gen_fmgrtab.sh...
1997-04-09 Vadim B. MikheevNow we have #define _CPU_INDEX_PAGE_WEIGHT_ 0.033 ...
1997-04-09 Vadim B. Mikheevgetattnvals(): if attnvals in pg_attribute is 0 then use
1997-04-09 Vadim B. Mikheev1. Enable to have different _CPU_PAGE_WEIGHT_ for heap...
1997-04-09 Vadim B. MikheevFix (hack) IndexSelectivity():
1997-04-08 Marc G. FournierSlight mods to explain (or try to) the new regression...
1997-04-07 Vadim B. MikheevFix btabstimecmp ().
1997-04-06 Marc G. FournierGet rid of queries.source...its all in the sql directory.
1997-04-06 Marc G. FournierMore splits and cleanups...
1997-04-06 Marc G. FournierMore splits and cleanups...
1997-04-06 Marc G. FournierAdd in support so that build will at least guess which...
1997-04-05 Marc G. Fournierremove create.{source,sql} as they are now down in...
1997-04-05 Marc G. FournierChange Postgres95 to PostgreSQL
1997-04-05 Marc G. FournierMore splits of the regression tests in order to make...
1997-04-05 Marc G. FournierPurge out tests/expected that are now in sql/expected...
1997-04-05 Marc G. FournierAgain, add more tests
1997-04-05 Marc G. FournierAdd more expected.out results
1997-04-05 Marc G. FournierThere are the broken out 'sql' queries from queries...
1997-04-05 Marc G. FournierThese are the broken down 'expected.output' files creat...
1997-04-05 Vadim B. MikheevPrint 'Group' as name of Group plan.
1997-04-05 Vadim B. MikheevChanges for GROUP BY func_results:
1997-04-05 Vadim B. MikheevChanges for GROUP BY func_results.
1997-04-05 Vadim B. MikheevNow we can GROUP BY func_results.
1997-04-05 Vadim B. MikheevFix for 'SET var_name TO var_value': var_name already...
1997-04-05 Vadim B. MikheevPut resdom into GroupClause (GROUP BY func_results)
1997-04-05 Vadim B. MikheevCheck for attributeList is NULL in ConstructTupleDescri...
1997-04-05 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-04 Marc G. FournierMove YACC and YFLAGS into the template files
1997-04-04 Marc G. FournierThis commit represents a clean compile with the new...
1997-04-04 Marc G. FournierGot AROPT setting backwards...correct it
next