summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-07-30Make statement_timeout apply to entire query string, not per statement.Bruce Momjian
2002-07-30--enable-syslog no longer required to use syslog.Bruce Momjian
2002-07-30Fix a bug about automatic client_encoding setting.Hiroshi Inoue
2002-07-29Centralize code for interpreting schema references, which had gottenTom Lane
2002-07-29Use aclcheck_error() in place of ad-hoc permissions complaints.Tom Lane
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane
2002-07-29Fix minor coding error: don't ReleaseSysCache until after last use ofTom Lane
2002-07-29Fix typo. Remove #ifdef MULTIBYTETatsuo Ishii
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-26Fix a bug about the handling of CX parameter of the connection stringHiroshi Inoue
2002-07-26Fouth (and final) phase of restructuring to add jdbc3 support.Barry Lind
2002-07-25Third phase of restructuring to add jdbc3 support.Barry Lind
2002-07-25Remove extra comma.Peter Eisentraut
2002-07-25Implement DROP CONVERSIONTatsuo Ishii
2002-07-24Second phase of restructuring to add jdbc3 support.Barry Lind
2002-07-24Remove _deadcode.Peter Eisentraut
2002-07-24Remove unused system table columns:Peter Eisentraut
2002-07-24Add mention of copyright year update.Bruce Momjian
2002-07-24Add Japanese README explaining how to add new conversion.Tatsuo Ishii
2002-07-23Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind
2002-07-22Add unique index on pg_cast.oid, and document pg_cast table.Peter Eisentraut
2002-07-21Fixed some minor typos.Michael Meskes
2002-07-21Re-Committed old file.Michael Meskes
2002-07-20Tweak CreateTrigger() so that the OID used in the name of anTom Lane
2002-07-20Code review for SHOW output changes; fix horology expected files forTom Lane
2002-07-20Synced parser yet again.Michael Meskes
2002-07-20Fix regression tests for new SHOW output.Bruce Momjian
2002-07-20Fix problems caused by code drift of API for without-oids.Bruce Momjian
2002-07-20The attached patch fixes 2 trivial warnings generated by bison 1.35,Bruce Momjian
2002-07-20I can't remember who said they were working on schema related psqlBruce Momjian
2002-07-20> 2. This patch includes the same Table Function API fixes that IBruce Momjian
2002-07-20Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian
2002-07-20Add new configure files for missing-oid patch.Bruce Momjian
2002-07-20Patch problems caused by code drift since OID patch creation.Bruce Momjian
2002-07-20Manually apply part of oid patch that didn't apply cleanly.Bruce Momjian
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-20The attached patch fixes a build problem with GEQO when using theBruce Momjian
2002-07-20Add new vacuum regression test files.Bruce Momjian
2002-07-20This patch fixes a regression caused by my recent changes to heapBruce Momjian
2002-07-19Small performance improvement --- use indexscan not heapscan to findTom Lane
2002-07-19Complete TODO item:Bruce Momjian
2002-07-19Another "$@" cleanup with new syntax, ${1+"$@"}.Bruce Momjian
2002-07-19Fix "$@" to ${1:+"$@"} for older shells.Bruce Momjian
2002-07-19Oops. Too much ifdef out.Tatsuo Ishii
2002-07-19Temporary ifdef out migrating functions to avoid compiler warnings.Tatsuo Ishii
2002-07-19Complete TODO item:Bruce Momjian
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-18Complete TODO item:Bruce Momjian
2002-07-18Create directory before installing files.Peter Eisentraut
2002-07-18New depend code doesn't need sequence drop.Bruce Momjian