summaryrefslogtreecommitdiff
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-30Move item:Bruce Momjian
2002-07-30Update FAQ.Bruce Momjian
2002-07-30Fix a bug about automatic client_encoding setting.Hiroshi Inoue
2002-07-29Update FAQ.Bruce Momjian
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 from Neil Conway:Bruce Momjian
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-28Structure reference pages consistently. Document that structure.Peter Eisentraut
2002-07-28Clean documentation subtree during make clean.Peter Eisentraut
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-24Done:Bruce Momjian
2002-07-24Add Japanese README explaining how to add new conversion.Tatsuo Ishii
2002-07-24Add pg_conversion system catalog. Update description for multibyte support.Tatsuo Ishii
2002-07-23Done:Bruce Momjian
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-22Fix typo.Tatsuo Ishii
2002-07-22Add CREATE CONVERSION/DROP CONVERSOION reference manualTatsuo Ishii
2002-07-21Fixed some minor typos.Michael Meskes
2002-07-21Re-Committed old file.Michael Meskes
2002-07-21Schema TODO.detail file not needed anymore.Bruce Momjian
2002-07-20Tweak CreateTrigger() so that the OID used in the name of anTom Lane
2002-07-20Mark items as done:Bruce Momjian
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