]> granicus.if.org Git - postgresql/history - src/backend/commands
Increase the default value of default_statistics_target from 10 to 100,
[postgresql] / src / backend / commands /
2008-12-13 Tom LaneIncrease the default value of default_statistics_target...
2008-12-13 Tom LaneRemove pg_plan_queries()'s now-useless needSnapshot...
2008-12-13 Tom LaneFix failure to ensure that a snapshot is available...
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-12-06 Bruce MomjianAllow CREATE OR REPLACE VIEW to add columns to the...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-12-04 Heikki LinnakangasUtilize the visibility map in autovacuum, too. There...
2008-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-12-01 Tom LaneEnsure that the contents of a holdable cursor don't...
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-11-30 Tom LaneAdd a "LIKE = typename" clause to CREATE TYPE for base...
2008-11-26 Tom LaneMake DISCARD ALL discard advisory locks, too. Marko...
2008-11-24 Peter EisentrautCLUSTER VERBOSE and corresponding clusterdb --verbose...
2008-11-21 Magnus HaganderFix a few more format argument warnings.
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-19 Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-11-14 Tom LaneIn CREATE AGGREGATE, allow the transition datatype...
2008-11-14 Tom LaneMake CREATE CONVERSION verify that a putative encoding...
2008-11-14 Alvaro HerreraReplace the usage of heap_addheader to create pg_attrib...
2008-11-10 Tom LaneMake relhasrules and relhastriggers work like relhasind...
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-07 Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-11-06 Tom LaneImprove bulk-insert performance by keeping the current...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-24 Tom LaneReduce the memory footprint of large pending-trigger...
2008-10-21 Peter EisentrautUse format_type_be() instead of TypeNameToString()...
2008-10-14 Alvaro HerreraEnsure that CLUSTER leaves the toast table and index...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-09 Heikki LinnakangasForce a checkpoint in CREATE DATABASE before starting...
2008-10-07 Heikki LinnakangasWhen a relation is moved to another tablespace, we...
2008-10-06 Tom LaneFix up ruleutils.c for CTE features. The main problem...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-25 Tom LaneEstablish the rule that array types should have the...
2008-09-23 Heikki LinnakangasTighten the check in initdb and CREATE DATABASE that...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-11 Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-19 Tom LaneCause the output from debug_print_parse, debug_print_re...
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-08-13 Alvaro HerreraHave autovacuum consider processing TOAST tables separa...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-08-07 Tom LaneSupport hashing for duplicate-elimination in INTERSECT...
2008-08-04 Tom LaneImprove CREATE/DROP/RENAME DATABASE so that when failin...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-07-31 Tom LaneRequire superuser privilege to create base types (but...
2008-07-30 Tom LaneFlip the default typispreferred setting from true to...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-07-21 Tom LaneAdd comment about the two different query strings that...
2008-07-18 Tom LaneAdjust things so that the query_string of a cached...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneFix previous patch so that it actually works --- consid...
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Bruce MomjianAllow TRUNCATE foo, foo to succeed, per report from...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-07-12 Peter EisentrautMore replacements of binary compatible to binary coercible.
2008-07-11 Peter EisentrautAllow binary-coercible types for cast function argument...
2008-07-01 Heikki LinnakangasExtend VacAttrStats to allow typanalyze functions to...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-15 Tom LaneMake DROP INDEX lock the parent table before locking...
2008-06-15 Tom LaneRearrange ALTER TABLE syntax processing as per my recen...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-06-08 Alvaro HerreraMove BufferGetPageSize and BufferGetPage from bufpage...
2008-06-08 Tom LaneALTER AGGREGATE OWNER seems to have been missed by...
2008-06-05 Alvaro HerreraModify vacuum() to accept a single relation OID instead...
2008-05-19 Tom LaneCoercion sanity check in ri_HashCompareOp failed to...
2008-05-17 Tom LaneAllow ALTER SEQUENCE START WITH to change the recorded...
2008-05-16 Tom LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-14 Tom LaneMove the "instr_time" typedef and associated macros...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraPut back bufmgr.h in bufpage.h -- it is needed by some...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-04-29 Alvaro HerreraFix REASSIGN OWNED so that it works on procedural langu...
2008-04-24 Tom LaneFix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-04-18 Tom LaneFix rmtree() so that it keeps going after failure to...
2008-04-18 Heikki LinnakangasFix two race conditions between the pending unlink...
2008-04-18 Tom LaneCause EXPLAIN's VERBOSE option to print the target...
2008-04-17 Tom LaneAdd some code to EXPLAIN to show the targetlist (ie...
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-04-03 Tom LaneTeach ANALYZE to distinguish dead and in-doubt tuples...
2008-04-02 Tom LaneRevert my bad decision of about a year ago to make...
2008-03-31 Tom LaneFix my brain fade in TRUNCATE triggers patch: can't...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
next