]> granicus.if.org Git - postgresql/history - src/backend/commands
Reduce hash size for compute_array_stats, compute_tsvector_stats.
[postgresql] / src / backend / commands /
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-04-18 Robert HaasAfter PageSetAllVisible, use MarkBufferDirty.
2012-04-13 Peter EisentrautConsistently quote encoding and locale names in messages
2012-04-13 Robert HaasFix typo in comment.
2012-04-13 Robert HaasUpdate lazy_scan_heap header comment.
2012-04-06 Tom LaneDept of second thoughts: improve the API for AnalyzeFor...
2012-04-06 Tom LaneAllow statistics to be collected for foreign tables.
2012-04-06 Simon RiggsAdd DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpda...
2012-04-03 Peter EisentrautAdd support for renaming domain constraints
2012-03-27 Robert HaasNew GUC, track_iotiming, to track I/O timings.
2012-03-26 Peter EisentrautRemove dead assignment
2012-03-26 Robert HaasCode cleanup for heap_freeze_tuple.
2012-03-26 Tom LaneFix COPY FROM for null marker strings that correspond...
2012-03-26 Tom LaneReplace empty locale name with implied value in CREATE...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-03-14 Peter EisentrautCOPY: Add an assertion
2012-03-10 Peter EisentrautAdd support for renaming constraints
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-03-08 Tom LaneFix some issues with temp/transient tables in extension...
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-02-27 Alvaro HerreraALTER TABLE: skip FK validation when it's safe to do so
2012-02-26 Peter EisentrautRemove useless const qualifier
2012-02-24 Peter EisentrautAdd some enumeration commas, for consistency
2012-02-23 Tom LaneRequire execute permission on the trigger function...
2012-02-23 Peter EisentrautRemove inappropriate quotes
2012-02-23 Robert HaasMake EXPLAIN (BUFFERS) track blocks dirtied, as well...
2012-02-23 Robert HaasFix typo in comment.
2012-02-22 Alvaro HerreraREASSIGN OWNED: Support foreign data wrappers and servers
2012-02-15 Tom LaneRun a portal's cleanup hook immediately when pushing...
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2012-02-07 Robert HaasAdd TIMING option to EXPLAIN, to allow eliminating...
2012-02-06 Tom LaneAvoid throwing ERROR during WAL replay of DROP TABLESPACE.
2012-02-05 Tom LaneFix transient clobbering of shared buffers during WAL...
2012-02-03 Andrew DunstanAdd array_to_json and row_to_json functions.
2012-01-31 Robert HaasBuilt-in JSON data type.
2012-01-30 Heikki LinnakangasAccept a non-existent value in "ALTER USER/DATABASE...
2012-01-27 Peter EisentrautDisallow ALTER DOMAIN on non-domain type everywhere
2012-01-26 Robert HaasBe more clear when a new column name collides with...
2012-01-26 Robert HaasClassify DROP operations by whether or not they are...
2012-01-26 Robert HaasDamage control for yesterday's CheckIndexCompatible...
2012-01-26 Robert HaasInstrument index-only scans to count heap fetches perfo...
2012-01-25 Robert HaasMake CheckIndexCompatible simpler and more bullet-proof.
2012-01-25 Alvaro HerreraAdd pg_trigger_depth() function
2012-01-23 Simon RiggsALTER <thing> [IF EXISTS] ... allows silent DDL if...
2012-01-18 Magnus HaganderFix warning about unused variable
2012-01-16 Alvaro HerreraDisallow merging ONLY constraints in children tables
2012-01-16 Robert HaasPrevent adding relations to a concurrently dropped...
2012-01-14 Heikki LinnakangasMake superuser imply replication privilege. The idea...
2012-01-13 Robert HaasFix broken logic in lazy_vacuum_heap.
2012-01-12 Tom LaneFix CLUSTER/VACUUM FULL for toast values owned by recen...
2012-01-07 Robert HaasFix backwards logic in previous commit.
2012-01-07 Robert HaasImprove behavior of concurrent ALTER TABLE, and do...
2012-01-05 Peter EisentrautImprove ALTER DOMAIN / DROP CONSTRAINT with nonexistent...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-12-22 Peter EisentrautAdd ALTER DOMAIN ... RENAME
2011-12-21 Tom LaneUpdate per-column ACLs, not only per-table ACL, when...
2011-12-21 Robert HaasImprove behavior of concurrent CLUSTER.
2011-12-21 Robert HaasTake fewer snapshots.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-12-16 Robert HaasImprove behavior of concurrent ALTER <relation> .....
2011-12-16 Robert HaasImprove behavior of concurrent rename statements.
2011-12-09 Peter EisentrautAdd ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVE...
2011-12-07 Magnus HaganderRemove spclocation field from pg_tablespace
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-12-06 Robert HaasTypo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26...
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-29 Tom LaneDisallow deletion of CurrentExtensionObject while runni...
2011-11-25 Alvaro HerreraImprove logging of autovacuum I/O activity
2011-11-25 Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-11-23 Tom LaneCreator of a range type must have permission to call...
2011-11-23 Tom LaneRemove user-selectable ANALYZE option for range types.
2011-11-23 Tom LaneRemove zero- and one-argument range constructor functions.
2011-11-21 Tom LaneMore code review for rangetypes patch.
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-11-17 Robert HaasRemove ancient downcasing code from procedural language...
2011-11-15 Tom LaneFix alignment and toasting bugs in range types.
2011-11-14 Bruce MomjianRerun pgindent with updated typedef list.
2011-11-14 Bruce MomjianRun pgindent on range type files, per request from...
2011-11-09 Robert HaasFix compiler warning.
2011-11-09 Heikki LinnakangasIn COPY, insert tuples to the heap in batches.
2011-11-08 Robert HaasRewrite comment for slightly greater accuracy.
2011-11-08 Robert HaasMake VACUUM avoid waiting for a cleanup lock, where...
2011-11-03 Heikki LinnakangasSupport range data types.
2011-11-01 Simon RiggsComment changes to show bgwriter no longer performs...
2011-10-26 Tom LaneChange FK trigger naming convention to fix self-referen...
2011-10-26 Tom LaneChange FK trigger creation order to better support...
2011-10-21 Tom LaneMore cleanup after failed reduced-lock-levels-for-DDL...
2011-10-21 Robert HaasFix DROP OPERATOR FAMILY IF EXISTS.
2011-10-20 Robert HaasAdd "skipping" to the NOTICE produced by DROP OPERATOR...
2011-10-20 Robert HaasConsolidate DROP handling for some object types.
2011-10-19 Tom LaneSuppress -Wunused-result warnings about write() and...
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-10-10 Robert HaasFix ALTER TABLE ONLY .. DROP CONSTRAINT.
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-10-06 Tom LaneImprove and simplify CREATE EXTENSION's management...
next