]> granicus.if.org Git - postgresql/history - src/backend/commands
Pgindent run for 8.0.
[postgresql] / src / backend / commands /
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneRearrange order of operations in heap_drop_with_catalog...
2004-08-23 Tom LaneRearrange pg_subtrans handling as per recent discussion...
2004-08-22 Tom LaneCode review for ALTER INDEX patch.
2004-08-15 Tom LaneDept. of further reflection: I looked around to see...
2004-08-13 Tom LaneChange order of operations in ALTER TABLE SET TABLESPAC...
2004-08-11 Tom LaneAvoid crashing when restoring a saved GUC session_autho...
2004-08-08 Bruce MomjianFixups for Win32 symlinks.
2004-08-06 Bruce MomjianRename vacuum_cost_naptime to vacuum_cost_delay, with...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-04 Tom LaneFix silly thinko in ALTER COLUMN TYPE. Check for findi...
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-08-01 Tom LaneCause ALTER OWNER commands to update the object's ACL...
2004-08-01 Bruce MomjianAdd docs for initdb --auth.
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-07-20 Bruce MomjianFix unused variable when Assert() not used.
2004-07-19 Tom LaneXLOG file archiving and point-in-time recovery. There...
2004-07-17 Tom LaneWhen renaming a column that participates in a foreign...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-12 Tom LaneRemove TABLESPACE option of CREATE SEQUENCE; sequences...
2004-07-11 Tom LaneALTER TABLE SET TABLESPACE. Gavin Sherry, some rework...
2004-07-11 Tom LaneMove TablespaceCreateDbspace() call into smgrcreate...
2004-07-02 Joe ConwayAndreas Pflug wrote:
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-06-21 Tom LaneRename the built-in tablespaces to pg_default and pg_gl...
2004-06-21 Bruce MomjianRename pg_tablespaces directory to pg_tblspc, so it...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-11 Tom LaneWhen using extended-query protocol, postpone planning...
2004-06-10 Bruce MomjianAttached is a patch that takes care of the PATHSEP...
2004-06-10 Tom LaneMake ALTER TABLE ADD SERIAL work reasonably in inherita...
2004-06-10 Tom LaneFix oversight in recent ALTER TABLE improvements. ...
2004-06-10 Tom LaneClean up generation of default names for constraints...
2004-06-08 Bruce Momjianvacuum.c refactoring
2004-06-06 Tom LaneAllow use of table rowtypes directly as column types...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2004-06-02 Bruce MomjianOK, here's the final version of ALTER TABLE ... SET...
2004-05-31 Tom LaneMinor code rationalization: FlushRelationBuffers just...
2004-05-26 Bruce MomjianThis patch implement the TODO [ALTER DATABASE foo OWNER...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-23 Tom LaneAvoid calling select_default_timezone() when backing...
2004-05-23 Tom LaneNew two-stage sampling method for ANALYZE, as per discu...
2004-05-23 Tom LaneHandle impending sinval queue overflow by means of...
2004-05-22 Tom LaneFor multi-table ANALYZE, use per-table transactions...
2004-05-22 Tom LaneReduce pg_listener lock taken by NOTIFY et al from...
2004-05-21 Tom LanePut back #include <sys/time.h> in files that seem to...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-14 Tom LaneTighten parsing of boolean options to CREATE TYPE and...
2004-05-08 Tom LaneFix a couple of oversights in new ALTER TABLE code...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-05-08 Tom LaneGet rid of cluster.c's apparatus for rebuilding a relat...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-06 Bruce MomjianErase MD5 user passwords when a user is renamed because...
2004-05-06 Tom LaneMake ALTER COLUMN TYPE preserve clustered status for...
2004-05-05 Tom LaneFix get_rels_with_domain to not do the wrong thing...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-04-25 Neil ConwayTiny assorted fixes: correct a typo in a comment in...
2004-04-22 Bruce MomjianThis patch makes the EXECUTE command's completion tag...
2004-04-21 Bruce MomjianChange COPY CSV keyword to be:
2004-04-19 Bruce MomjianPrevent doubling of escapes when not in quote mode...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-19 Bruce MomjianComplete TODO item:
2004-04-15 Bruce MomjianModify COPY for() loop to use attnum as a variable...
2004-04-06 Tom LaneALTER SEQUENCE RESTART did the wrong thing if sequence...
2004-04-06 Bruce MomjianThe attached applied patch throws an error if the delim...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-16 Bruce MomjianRemove double-rename used by Win32 on busy files. ...
2004-03-13 Tom LaneGenerate a WARNING when the column types in a foreign...
2004-03-11 Tatsuo IshiiAdd NOWAIT option to LOCK command
2004-03-08 Bruce MomjianAdd comment about why ON COMMENT in non-current databas...
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-21 Tom LaneImplement a solution to the 'Turkish locale downcases...
2004-02-15 Tom LaneFirst steps towards statistics on expressional (nee...
2004-02-13 Tom LaneAfter further thought about support for gathering stats...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-02-12 Tom LaneCheck only live tuples for OID validity, to avoid issue...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-02-06 Jan WieckCost based vacuum delay feature.
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-02-02 Bruce Momjian> src/backend/commands/user.c file has some parse error...
2004-02-02 Bruce MomjianAdjustments for Win32-specific rename code, and add...
2004-02-02 Bruce MomjianAdjust rename on Win32 to only link to temp name while...
2004-01-31 Neil ConwayMicro-opt: replace calls like
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-27 Bruce MomjianHere's the latest win32 signals code, this time in...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-23 Neil ConwayFix a minor bug introduced by the recent CREATE TABLE...
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2004-01-18 Tom LaneDon't use %s-with-precision format spec to truncate...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
next