]> granicus.if.org Git - postgresql/history - src/backend/commands
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / backend / commands /
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-02-27 Tom LaneClean up BeginCommand and related routines. BeginComma...
2002-02-27 Tatsuo IshiiFix bug in COPY FROM when DELIMITER is not in ASCII...
2002-02-26 Tom LaneRestructure command-completion-report code so that...
2002-02-24 Tom LaneAdd OWNER option to CREATE DATABASE, so superusers...
2002-02-24 Bruce Momjianpgindent copy.c. Patch wasn't in proper format.
2002-02-24 Bruce MomjianFree files on dir open failure in COPY.
2002-02-23 Bruce MomjianAdd fstat / S_ISDIR checks to make sure we're not tryin...
2002-02-23 Tom LaneGuard against createdb --location=PGDATA foo; without...
2002-02-23 Peter EisentrautSave source of GUC settings, allowing different sources...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2002-02-18 Tom LaneReplace number-of-distinct-values estimator equation...
2002-02-14 Tom LaneEnsure that a cursor is scanned under the same scanComm...
2002-02-12 Tom LaneModify COPY TO to emit carriage returns and newlines...
2002-01-15 Tom LaneFix typo that caused equalTriggerDescs() to return...
2002-01-11 Tom LaneFix sequence creation to set the t_xmin of a sequence...
2002-01-06 Tom LaneAdd CHECK_FOR_INTERRUPTS() in various strategic spots...
2002-01-03 Tom LaneRequire ownership permission for CREATE INDEX, per...
2001-12-09 Thomas G. LockhartHonor the typmod field for time zone intervals.
2001-12-04 Tom LaneEnforce restriction that COPY DELIMITERS string must...
2001-12-04 Tom LaneReplace pq_getbytes(&ch, 1) calls with pq_getbyte(...
2001-12-04 Tom LaneRemove now-dead code for processing CONSTR_UNIQUE nodes in
2001-11-21 Thomas G. LockhartAllow 'PostgreSQL' as a date/time formatting style...
2001-11-20 Tom LaneSome minor tweaks of REINDEX processing: grab exclusive... REL7_2_BETA3
2001-11-16 Tom LaneRemove 'triggered data change violation' error check...
2001-11-12 Bruce MomjianIndent new rename.c for Tom Lane.
2001-11-12 Tom LaneMake ALTER TABLE RENAME update foreign-key trigger...
2001-11-12 Tom LaneClean up a bunch of ScanKeyEntryInitialize calls that...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-04 Tom LaneMerge three existing ways of signaling postmaster from...
2001-11-02 Tom LaneFix pg_pwd caching mechanism, which was broken by chang...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-11-01 Tom LaneReject tabs and linefeeds in usernames and passwords...
2001-10-31 Bruce MomjianAdd ALTER TABLE ADD UNIQUE regression tests from Christ...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Tom LaneFix a couple of places where lack of parenthesization...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-24 Hiroshi InoueAllow concurrent index creation for the same table.
2001-10-23 Tom LaneFix foreign keys on system columns.
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-13 Bruce MomjianMention createlang when language not installed, per...
2001-10-12 Tom LaneBreak transformCreateStmt() into multiple routines...
2001-10-08 Tom LaneMake ALTER TABLE RENAME COLUMN update column names...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-10-04 Tom LaneConsider interpreting a function call as a trivial...
2001-10-03 Tom LaneDROP AGGREGATE and COMMENT ON AGGREGATE now accept...
2001-10-02 Tom LaneAdd CREATE OR REPLACE FUNCTION syntax to allow replacin...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-21 Tom LaneGive VACUUM its own GUC parameter for memory usage...
2001-09-19 Peter EisentrautAvoid unnecessary strcasecmp -- replace by strcmp....
2001-09-19 Peter EisentrautReplace useless strcasecmp's by strcmp's.
2001-09-18 Tom LaneEXPLAIN ANALYZE feature to measure and show actual...
2001-09-08 Peter EisentrautMake the world somewhat safe for (not from) DELETE...
2001-09-08 Tom LaneClean up some confusion about where and how to set...
2001-09-07 Bruce MomjianHere is my much-promised patch to let people add UNIQUE...
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-09-06 Tom LaneFix handling of pg_type.typdefault per bug report from...
2001-09-04 Tom LaneFix comment, add Assert.
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-17 Bruce MomjianAdd 4-byte MD5 salt.
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-15 Bruce MomjianMove md5.h contents to crypt.h.
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-08-12 Tom LaneMake ALTER TABLE RENAME on a view rename the view's...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-10 Bruce MomjianPatch to LOCK multiple tables in one LOCK command.
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-08-06 Tom LaneModify partial-index-predicate applicability tester...
2001-08-04 Bruce MomjianBack out LOCK A,B,C patch at Tom's suggestion.
2001-08-04 Bruce MomjianAdd LOCK A,B,C functionality as LOCK A;LOCK B;LOCK...
2001-08-04 Tom LaneFix handling of SIGCHLD, per recent pghackers discussio...
2001-08-03 Tom LaneFor some reason, CREATE TYPE has only accepted alignmen...
2001-08-02 Tom LaneFix some poor decisions about sizing of trigger-related...
2001-07-18 Tom LaneNew-style vacuum neglected to update pg_class statistic...
2001-07-17 Tom LaneDisallow non-cachable functions in functional indexes...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-07-13 Tom LaneInitial implementation of concurrent VACUUM. Ifdef...
2001-07-12 Bruce Momjianindicies to indexes from Neil Conway
2001-07-12 Tom LaneRemove grammar restrictions on order of optional clause...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-07-11 Bruce MomjianDisable COPY TO/FROM on views.
2001-07-11 Tom LaneRemove direct calls of index_insert(), instead use...
2001-07-10 Tom LaneChanges from Vince Vielhaber to allow the optional...
2001-07-05 Tom LaneDon't assume that max offset number stays fixed on...
2001-07-02 Tom LaneFirst non-stub implementation of shared free space...
2001-06-30 Peter EisentrautAllow default transaction isolation level (a.k.a. set...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-29 Tom LaneFix VACUUM so that it can use pages as move targets...
2001-06-29 Tom LaneFix longstanding error in VACUUM: sometimes would exami...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-25 Tom LaneOptimizer can now estimate selectivity of IS NULL,...
2001-06-23 Bruce MomjianAdd TEMPORARY sequences and have SERIAL on a temp table...
2001-06-22 Bruce MomjianAttached is documentation describing plperlu difference...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-21 Bruce MomjianFix strangely formatted comment.
next