]> granicus.if.org Git - postgresql/history - src/backend/commands
Revise the planner's handling of "pseudoconstant" WHERE clauses, that is
[postgresql] / src / backend / commands /
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-27 Bruce MomjianRevert patch, doesn't do what it should:
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-27 Bruce MomjianDisallow changing/dropping default expression of a...
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-06-21 Tom LaneEliminate a gratuitously different wording of the ...
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-06-16 Tom LaneFix a couple of obvious problems in DROP IF EXISTS...
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-06-07 Bruce MomjianHave REINDEX use NOTICE, so it can be suppressed.
2006-06-07 Bruce MomjianUse INFO-level for reindex messages, rather than NOTICE.
2006-05-30 Bruce MomjianMake EXPLAIN sampling smarter, to avoid excessive sampl...
2006-05-26 Tom LaneFurther hacking on performance of COPY OUT. It seems...
2006-05-25 Tom LaneReduce per-character overhead in COPY OUT by combining...
2006-05-21 Tom LaneChange the backend to reject strings containing invalid...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-05-03 Tom LaneCreate a syscache for pg_database-indexed-by-oid, and...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-05-02 Tom LaneFix grammar of new error message.
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-04-30 Bruce MomjianRevert patch pending more discussion:
2006-04-29 Bruce MomjianDisallow changing DEFAULT expression of a SERIAL column.
2006-04-27 Bruce MomjianUse schema search path to find the first matching contr...
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-15 Tom LaneSupport the syntax
2006-04-08 Tom LaneFix EXPLAIN so that it can drill down through multiple...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-29 Tom LaneTablespaceCreateDbspace should function normally even...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-23 Tom LaneAdd error location info to ResTarget parse nodes. ...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Tom LanePrevent lazy_space_alloc from making requests that...
2006-03-03 Tom LaneMake the COPY command return a command tag that include...
2006-03-03 Tom LaneDept. of second thoughts: rejigger the TRUNCATE .....
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2006-03-01 Neil ConwayAttached is a patch that replaces a bunch of places...
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-02-12 Tom LaneFix bug that allowed any logged-in user to SET ROLE...
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2006-02-11 Bruce MomjianRevert based on Tom's recommendation:
2006-02-11 Bruce MomjianAllow VACUUM to complete faster by avoiding scanning...
2006-02-10 Tom LaneChange search for default operator classes so that...
2006-02-05 Tom LaneImprove my initial, rather hacky implementation of...
2006-02-04 Andrew DunstanDROP IF EXISTS for ROLE/USER/GROUP
2006-02-03 Bruce MomjianUpdate random() usage so ranges are inclusive/exclusive...
2006-02-03 Bruce MomjianPrevent COPY from using newline or carriage return...
2006-01-30 Tom LaneFix ALTER COLUMN TYPE bug: it sometimes tried to drop...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-19 Tom LaneIt turns out that TablespaceCreateDbspace fails badly...
2006-01-18 Tom LaneModify pgstats code to reduce performance penalties...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-13 Tom LaneDocument that CREATE OPERATOR CLASS amounts to granting...
2006-01-13 Tom LaneRequire the issuer of CREATE TYPE to own the functions...
2006-01-12 Tom LaneRepair "Halloween problem" in EvalPlanQual: a tuple...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-04 Tom LaneFix another case in which autovacuum would fail while...
2005-12-28 Bruce MomjianAdd regression tests for CSV and \., and add automatic...
2005-12-27 Bruce MomjianOur code had:
2005-12-23 Peter EisentrautAllow CREATE/ALTER ROLE PASSWORD NULL to allow restorin...
2005-12-14 Tom LaneDefend against crash while processing Describe Statemen...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-11-29 Tom LaneFix EXPLAIN and EXECUTE commands to pass portal paramet...
2005-11-26 Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-22 Andrew Dunstan DROP DATABASE IF EXISTS variant
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-20 Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-11-19 Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-11-04 Tom LaneDisregard superuserness when checking to see if a role...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-29 Peter EisentrautMessage corrections
2005-10-21 Tom LaneFix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: althou...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-10 Tom LaneUse a safer order of operations in dropdb(): rollbackab...
2005-10-06 Neil ConwayMinor API cleanup for async notifications: we can only...
2005-10-03 Tom LaneCOPY's test for read-only transaction was backward...
2005-10-03 Tom LaneSeparate out the VacRUsage stuff as an independent...
2005-10-03 Tom LanePreserve tuple OIDs during ATRewriteTable. Per gripe...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
next