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