summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-08-02RemoveAttrDefaultById() neglected to obtain exclusive lock on theTom Lane
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-08-01* -Remove LockMethodTable.prio field, not used (Bruce)Bruce Momjian
2002-08-011) Improve the handling of the queries like (select ..) union (select ..)Hiroshi Inoue
2002-07-31Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane
2002-07-31Rename pid function to backend_pid().Bruce Momjian
2002-07-31Add function to access backend pid, pg_stat_get_backend_mypid.Bruce Momjian
2002-07-30Teach pg_dump to dump user-defined operator classes. For the moment,Tom Lane
2002-07-30If we're cleaning out _deadcode, might as well zap this one too.Tom Lane
2002-07-30Remove last recipe file.Bruce Momjian
2002-07-30Ensure that src/tutorial gets cleaned by top-level make clean.Tom Lane
2002-07-30The attached patch removes the last remnants of support forBruce Momjian
2002-07-30IMPROVED VERSION APPLIED:Bruce Momjian
2002-07-30Added support for schemas and quotes in tab-complete.c, as well asBruce Momjian
2002-07-30 This should fix a bug where a row that was updated orBruce Momjian
2002-07-30Since we're depending on %option noyywrap in the main scanner now,Tom Lane
2002-07-30Here are two patches. The guc_and_tablefunc patch addresses the twoBruce Momjian
2002-07-30This patch fixes one serious bug (runaway INSERT) and a few rare (andBruce Momjian
2002-07-30added tests for crossReferencesDave Cramer
2002-07-30changed test user back to testDave Cramer
2002-07-30Added DataSource code and tests submitted by Aaron MulderDave Cramer
2002-07-30changes for new DatasourceDave Cramer
2002-07-30Move alarm timers to proper location.Bruce Momjian
2002-07-30Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finallyTom Lane
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