summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Here are two patches. The guc_and_tablefunc patch addresses the twoBruce Momjian2002-07-303-5/+15
* This patch fixes one serious bug (runaway INSERT) and a few rare (andBruce Momjian2002-07-302-6/+18
* added tests for crossReferencesDave Cramer2002-07-301-6/+58
* changed test user back to testDave Cramer2002-07-301-2/+2
* Added DataSource code and tests submitted by Aaron MulderDave Cramer2002-07-3010-0/+1572
* changes for new DatasourceDave Cramer2002-07-302-10/+25
* Move alarm timers to proper location.Bruce Momjian2002-07-301-7/+7
* Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finallyTom Lane2002-07-301-119/+24
* Make statement_timeout apply to entire query string, not per statement.Bruce Momjian2002-07-301-7/+7
* --enable-syslog no longer required to use syslog.Bruce Momjian2002-07-301-1/+0
* Fix a bug about automatic client_encoding setting.Hiroshi Inoue2002-07-302-0/+2
* Centralize code for interpreting schema references, which had gottenTom Lane2002-07-296-223/+99
* Use aclcheck_error() in place of ad-hoc permissions complaints.Tom Lane2002-07-291-13/+25
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-2919-103/+1153
* Fix minor coding error: don't ReleaseSysCache until after last use ofTom Lane2002-07-291-3/+3
* Fix typo. Remove #ifdef MULTIBYTETatsuo Ishii2002-07-291-35/+25
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-2718-288/+77
* Fix a bug about the handling of CX parameter of the connection stringHiroshi Inoue2002-07-264-4/+6
* Fouth (and final) phase of restructuring to add jdbc3 support.Barry Lind2002-07-2614-154/+114
* Third phase of restructuring to add jdbc3 support.Barry Lind2002-07-2517-3123/+1873
* Remove extra comma.Peter Eisentraut2002-07-251-3/+3
* Implement DROP CONVERSIONTatsuo Ishii2002-07-2516-104/+852
* Second phase of restructuring to add jdbc3 support.Barry Lind2002-07-2413-1950/+1072
* Remove _deadcode.Peter Eisentraut2002-07-246-4535/+0
* Remove unused system table columns:Peter Eisentraut2002-07-2432-2650/+2321
* Add mention of copyright year update.Bruce Momjian2002-07-241-0/+2
* Add Japanese README explaining how to add new conversion.Tatsuo Ishii2002-07-241-0/+83
* Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind2002-07-2348-4522/+3033
* Add unique index on pg_cast.oid, and document pg_cast table.Peter Eisentraut2002-07-223-14/+21
* Fixed some minor typos.Michael Meskes2002-07-212-13/+2
* Re-Committed old file.Michael Meskes2002-07-211-226/+859
* Tweak CreateTrigger() so that the OID used in the name of anTom Lane2002-07-201-3/+21
* Code review for SHOW output changes; fix horology expected files forTom Lane2002-07-207-66/+103
* Synced parser yet again.Michael Meskes2002-07-205-880/+272
* Fix regression tests for new SHOW output.Bruce Momjian2002-07-201-5/+25
* Fix problems caused by code drift of API for without-oids.Bruce Momjian2002-07-202-5/+5
* The attached patch fixes 2 trivial warnings generated by bison 1.35,Bruce Momjian2002-07-201-1/+3
* I can't remember who said they were working on schema related psqlBruce Momjian2002-07-201-8/+11
* > 2. This patch includes the same Table Function API fixes that IBruce Momjian2002-07-207-115/+302
* Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian2002-07-208-9/+44
* Add new configure files for missing-oid patch.Bruce Momjian2002-07-202-0/+73
* Patch problems caused by code drift since OID patch creation.Bruce Momjian2002-07-201-3/+3
* Manually apply part of oid patch that didn't apply cleanly.Bruce Momjian2002-07-201-2/+2
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-2054-195/+409
* The attached patch fixes a build problem with GEQO when using theBruce Momjian2002-07-205-34/+29
* Add new vacuum regression test files.Bruce Momjian2002-07-202-0/+101
* This patch fixes a regression caused by my recent changes to heapBruce Momjian2002-07-204-16/+47
* Small performance improvement --- use indexscan not heapscan to findTom Lane2002-07-191-8/+13
* Complete TODO item:Bruce Momjian2002-07-194-10/+223
* Another "$@" cleanup with new syntax, ${1+"$@"}.Bruce Momjian2002-07-193-5/+5