summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-03-29Fox for old python PyMem_DEL, was PyMem_Del,Bruce Momjian
2002-03-29Fix '#' commant to be proper C comment.Bruce Momjian
2002-03-28[2002-03-28]Hiroshi Inoue
2002-03-27Reset parenthesis level counter upon \r.Peter Eisentraut
2002-03-27applied patch from Liam Stewart fixing a message in the properties fileBarry Lind
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-26applied patch submitted by Florian (mailing-list@urbanet.ch) for BigDecimal s...Barry Lind
2002-03-26Changed QueryExecutor.java to correctly read responses from the backend.Barry Lind
2002-03-26Update release list.Bruce Momjian
2002-03-26Update sgml version properly.Bruce Momjian
2002-03-26Further changes following discussion on INTERFACES mailing list:D'Arcy J.M. Cain
2002-03-25Re-allow CREATE AS (but not SELECT INTO) in EXECUTE.Tom Lane
2002-03-25Fix for ODBC compile warnings.Bruce Momjian
2002-03-24Indenting #if commands is not portable, is it?Tom Lane
2002-03-24Tweak labeling of plan qual conditions for more consistency.Tom Lane
2002-03-24EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane
2002-03-22Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane
2002-03-22Improve catalog commentary.Tom Lane
2002-03-22A little further progress on schemas: push down RangeVars intoTom Lane
2002-03-21Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane
2002-03-21Fix minor syntax error.Tom Lane
2002-03-21First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane
2002-03-21Remove -mips2 flag, which breaks the build on some MIPS systems.Peter Eisentraut
2002-03-21Added typedef patches and a new option '-c' to automatically create C typedef...Michael Meskes
2002-03-21Remove long-dead 'fix for SELECT NULL' to stop current coredump.Tom Lane
2002-03-21Fix pg_dump help option alignment.Bruce Momjian
2002-03-21Two versions of QueryExecutor, currently only version 2 works 100%Dave Cramer
2002-03-21modifications to the way the protocol is handled to be consistent withDave Cramer
2002-03-21Part of Anders Bengtsson's patch to clean up Connection.javaDave Cramer
2002-03-21Applied Anders patch to move the startup code out of Connection into StartupP...Dave Cramer
2002-03-20Just one more test case.Michael Meskes
2002-03-20Code review for DOMAIN patch.Tom Lane
2002-03-20Tweak behavior of array slicing operations: seems like it ought to beTom Lane
2002-03-20PyGreSQL causes a segfault when used with a Python executable that wasD'Arcy J.M. Cain
2002-03-19Make CREATE DOMAIN emit CREATE DOMAIN on completion, per Peter E.Bruce Momjian
2002-03-19Bump version number to match tree.D'Arcy J.M. Cain
2002-03-19Fix name in comments and add info about this module's place in PyGreSQL.D'Arcy J.M. Cain
2002-03-19Just adds a regressions test suite for the ALTER TABLE/ADD PRIMARY KEYBruce Momjian
2002-03-19Add missing trailing semicolons to ecpg rules.Bruce Momjian
2002-03-19Fix DOMAIN breakage.Bruce Momjian
2002-03-19psql \? cleanups by Ian BarwickBruce Momjian
2002-03-19The attached patch cleans up the implementation of the TRUNCATE command;Bruce Momjian
2002-03-19Fix for trigger handling:Bruce Momjian
2002-03-19>Added ServerEncodingBruce Momjian
2002-03-19> I am backing out this patch. Please resubmit with this corrected. Thanks.Bruce Momjian
2002-03-19Add psql \dD listing of domains, from Jonathan Eisler.Bruce Momjian
2002-03-19Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian
2002-03-19applied patch from Liam StewartDave Cramer
2002-03-19Comment patch:Bruce Momjian
2002-03-18Update for 7.2.1.Bruce Momjian