aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* Fix minor syntax error.Tom Lane2002-03-21
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Remove -mips2 flag, which breaks the build on some MIPS systems.Peter Eisentraut2002-03-21
* Added typedef patches and a new option '-c' to automatically create C typedef...Michael Meskes2002-03-21
* Remove long-dead 'fix for SELECT NULL' to stop current coredump.Tom Lane2002-03-21
* Fix pg_dump help option alignment.Bruce Momjian2002-03-21
* Two versions of QueryExecutor, currently only version 2 works 100%Dave Cramer2002-03-21
* modifications to the way the protocol is handled to be consistent withDave Cramer2002-03-21
* Part of Anders Bengtsson's patch to clean up Connection.javaDave Cramer2002-03-21
* Applied Anders patch to move the startup code out of Connection into StartupP...Dave Cramer2002-03-21
* Just one more test case.Michael Meskes2002-03-20
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Tweak behavior of array slicing operations: seems like it ought to beTom Lane2002-03-20
* PyGreSQL causes a segfault when used with a Python executable that wasD'Arcy J.M. Cain2002-03-20
* Make CREATE DOMAIN emit CREATE DOMAIN on completion, per Peter E.Bruce Momjian2002-03-19
* Bump version number to match tree.D'Arcy J.M. Cain2002-03-19
* Fix name in comments and add info about this module's place in PyGreSQL.D'Arcy J.M. Cain2002-03-19
* Just adds a regressions test suite for the ALTER TABLE/ADD PRIMARY KEYBruce Momjian2002-03-19
* Add missing trailing semicolons to ecpg rules.Bruce Momjian2002-03-19
* Fix DOMAIN breakage.Bruce Momjian2002-03-19
* psql \? cleanups by Ian BarwickBruce Momjian2002-03-19
* The attached patch cleans up the implementation of the TRUNCATE command;Bruce Momjian2002-03-19
* Fix for trigger handling:Bruce Momjian2002-03-19
* >Added ServerEncodingBruce Momjian2002-03-19
* > I am backing out this patch. Please resubmit with this corrected. Thanks.Bruce Momjian2002-03-19
* Add psql \dD listing of domains, from Jonathan Eisler.Bruce Momjian2002-03-19
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* applied patch from Liam StewartDave Cramer2002-03-19
* Comment patch:Bruce Momjian2002-03-19
* Update for 7.2.1.Bruce Momjian2002-03-18
* Fixes bug where query hangs if there is an error in the query, went back toDave Cramer2002-03-18
* Try to make array_in's behavior a tad less bizarre. Leading whitespaceTom Lane2002-03-16
* fixed QueryExecuter to deal with multiple errorsDave Cramer2002-03-16
* Manually clean up indenting of ecpg lex/yacc files, OK'ed by MichaelBruce Momjian2002-03-15
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-15
* patch from Alexey SlynkoDave Cramer2002-03-15
* The attached patch changes ALTER TABLE OWNER to also change theBruce Momjian2002-03-14
* 1) Internal improvements to handle updatable cursors(1st cut).Hiroshi Inoue2002-03-14
* MovePeter Eisentraut2002-03-13
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* More pgsql \? cleanup for Peter E.Bruce Momjian2002-03-11
* Correct optional args in psql \? as pointed out by Ian Barwick.Bruce Momjian2002-03-11
* Inlined a patch to add the libpq setNoticeProcessor capability toBruce Momjian2002-03-11
* Changed the version numbers, but did not commit the Makefiles.Michael Meskes2002-03-11
* Bug fixes for the 2002-03-08 change.Hiroshi Inoue2002-03-11
* Fixed two bugs in define command in pgc.lMichael Meskes2002-03-10
* Add DEFAULT_INDEX_TYPE == "btree", for clarity.Bruce Momjian2002-03-10
* Disable brackets in multi-statement rules, as discussed.Bruce Momjian2002-03-10