]> granicus.if.org Git - postgresql/history - src/backend/catalog
Support unlogged tables.
[postgresql] / src / backend / catalog /
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-23 Robert HaasCentralize some ALTER <whatever> .. SET SCHEMA checks.
2010-11-18 Alvaro HerreraAdd pg_describe_object function
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-11-12 Heikki LinnakangasAdd missing support for removing foreign data wrapper...
2010-11-02 Tom LaneEnsure an index that uses a whole-row Var still depends...
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-25 Tom LaneWork around rounding misbehavior exposed by buildfarm.
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-20 Tom LaneRemove obsolete comment, per Josh Kupershmidt.
2010-10-19 Robert HaasUnbreak comments on composite type attributes.
2010-10-10 Tom LaneSupport triggers on views.
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-09-05 Tom LaneGROUP BY can only infer functional dependency from...
2010-09-02 Robert HaasFix typo. Pointed out by Kevin Grittner.
2010-08-27 Robert HaasInsert additional compiler placation into objectaddress.c.
2010-08-27 Robert HaasRewrite comment code for better modularity, and add...
2010-08-26 Alvaro HerreraImprove wording for privilege description on certain...
2010-08-21 Magnus HaganderAdd vacuum and analyze counters to pg_stat_*_tables...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-13 Tom LaneFix Assert failure in PushOverrideSearchPath when tryin...
2010-08-08 Tom LaneAdd stats functions and views to provide access to...
2010-08-07 Tom LaneRecognize functional dependency on primary keys. This...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-28 Simon RiggsReduce lock levels of CREATE TRIGGER and some ALTER...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-07-20 Bruce MomjianCVS test: please ignore
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-03 Robert HaasAllow REASSIGNED OWNED to handle opclasses and opfamilies.
2010-06-13 Robert HaasFix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT...
2010-06-09 Robert HaasRemove stray word from comment.
2010-05-13 Peter EisentrautFix vpath installation from distribution tarball (bug...
2010-05-11 Itagaki TakahiroSet per-function GUC settings during validating the...
2010-04-28 Tom LaneModify information_schema._pg_keysequal() to avoid...
2010-04-26 Bruce MomjianReorder pg_stat_activity columns to be more consistent...
2010-04-20 Tom LaneArrange for client authentication to occur before we...
2010-04-15 Peter EisentrautUpdate XML features list
2010-04-05 Tom LaneArrange to remove pg_default_acl entries completely...
2010-04-05 Tom LaneFix updateAclDependencies() to not assume that ACL...
2010-03-25 Alvaro HerreraPrevent ALTER USER f RESET ALL from removing the settin...
2010-03-19 Tom LaneModify error context callback functions to not assume...
2010-03-06 Tom LaneFix warning messages in restrict_and_check_grant()...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-08 Heikki LinnakangasRemove obsolete comment about 'fsm' argument, which...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-07 Tom LaneWork around deadlock problems with VACUUM FULL/CLUSTER...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-03 Tom LaneAssorted cleanups in preparation for using a map file...
2010-02-02 Robert HaasFold FindConversion() into FindConversionByName() and...
2010-02-01 Robert HaasTighten integrity checks on ALTER TABLE ... ALTER COLUM...
2010-01-28 Peter EisentrautType table feature
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-12 Bruce MomjianPlease tablespace directories in their own subdirectory...
2010-01-07 Robert HaasImprove a couple of comments relating to large object...
2010-01-06 Tom LaneMake error messages for bad --set-version argument...
2010-01-06 Tom LaneMake the makefile pass $MAJORVERSION to genbki.pl,...
2010-01-06 Bruce Momjianbinary upgrade:
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-06 Bruce MomjianRemove tabs in SGML.
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-05 Tom LaneFix genbki.pl and Gen_fmgrtab.pl to use PID-specific...
2010-01-05 Tom LaneFurther code review for genbki.pl. Improve comments...
2010-01-05 Tom LaneRemove too-smart-for-its-own-good optimization of not...
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Peter EisentrautUpdate SQL features supported list
2009-12-31 Peter EisentrautUpdate SQL features list for aggregate ORDER BY support
2009-12-31 Peter EisentrautAdd information_schema.triggered_update_columns
2009-12-30 Peter EisentrautFill in information schema column for trigger WHEN...
2009-12-30 Peter EisentrautUpdate SQL conformance: search conditions on triggers...
2009-12-29 Tom LaneAdd an index on pg_inherits.inhparent, and use it to...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-28 Bruce MomjianRemove PGDLLIMPORT used for binary upgrade; must be...
2009-12-28 Bruce MomjianAdd PGDLLIMPORT for binary_upgrade global variables...
2009-12-27 Bruce MomjianAdd backend and pg_dump code to allow preservation...
2009-12-24 Bruce MomjianRename EnumValuesCreate() single-letter variable names...
2009-12-24 Bruce MomjianBinary upgrade:
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-21 Robert HaasMore cleanups for the recent large object permissions...
2009-12-19 Bruce Momjianbinary migration: pg_migrator
2009-12-14 Tom LaneFix a bug introduced when set-returning SQL functions...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-12-05 Peter EisentrautSpeed up information schema privilege views
2009-11-29 Tom LaneMake pg_stat_activity.application_name visible to all...
next