]> granicus.if.org Git - postgresql/history - src/backend/parser
Create a "sort support" interface API for faster sorting.
[postgresql] / src / backend / parser /
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-28 Tom LaneEnsure that whole-row junk Vars are always of composite...
2011-11-25 Tom LaneFix unsupported options in CREATE TABLE ... AS EXECUTE.
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-11-17 Tom LaneExtend the unknowns-are-same-as-known-inputs type resol...
2011-11-03 Heikki LinnakangasSupport range data types.
2011-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-10-08 Heikki LinnakangasDon't let transform_null_equals=on affect CASE foo...
2011-10-01 Tom LaneImprove generated column names for cases involving...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-25 Tom LaneAdd makefile rules to check for backtracking in backend...
2011-08-16 Tom LaneRevise sinval code to remove no-longer-used tuple TID...
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-07-20 Robert HaasSupport SECURITY LABEL on databases, tablespaces, and...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-06 Tom LaneRemove assumptions that not-equals operators cannot...
2011-07-04 Peter EisentrautMessage style tweaks
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-07-03 Robert HaasFix bugs in relpersistence handling during table creation.
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-29 Alvaro HerreraFix outdated comment
2011-06-27 Robert HaasAllow callers to pass a missing_ok flag when opening...
2011-06-22 Robert HaasAdd smallserial pseudotype.
2011-06-22 Robert HaasAdd notion of a "transform function" that can simplify...
2011-06-21 Peter EisentrautMessage style and spelling improvements
2011-06-15 Tom LaneRework parsing of ConstraintAttributeSpec to improve...
2011-06-14 Peter EisentrautRemove unused variable
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-08 Tom LaneAllow domains over arrays to match ANYARRAY parameters...
2011-06-04 Tom LaneExpose the "*VALUES*" alias that we generate for a...
2011-06-03 Tom LaneFix failure to check whether a rowtype's component...
2011-05-11 Tom LaneClean up parsing of CREATE TRIGGER's argument list.
2011-05-06 Tom LaneRemove precedence labeling of keywords TRUE, FALSE...
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-25 Robert HaasRemove partial and undocumented GRANT .. FOREIGN TABLE...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-21 Robert HaasAllow ALTER TABLE name {OF type | NOT OF}.
2011-04-18 Tom LaneFix handling of collations in multi-row VALUES constructs.
2011-04-18 Robert HaasOnly allow typed tables to hang off composite types...
2011-04-12 Tom LaneFix RI_Initial_Check to use a COLLATE clause when neede...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-09 Tom LaneAdjust collation determination rules as per discussion.
2011-04-08 Tom LaneAvoid an unnecessary syscache lookup in parse_coerce.c.
2011-04-07 Tom LaneFix collations when we call transformWhereClause from...
2011-04-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-03-26 Tom LaneMore collations cleanup, from trawling for missed colla...
2011-03-26 Tom LaneClean up a few failures to set collation fields in...
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-03-25 Tom LaneFix handling of collation in SQL-language functions.
2011-03-22 Simon RiggsMake FKs valid at creation when added as column constra...
2011-03-22 Tom LaneThrow error for indeterminate collation of an ORDER...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-16 Tom LaneImprove handling of unknown-type literals in UNION...
2011-03-15 Robert HaasRemove 13 keywords that are used only for ROLE options.
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-03-08 Tom LaneAdd missing keywords to gram.y's unreserved_keywords...
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-21 Itagaki TakahiroAdd ENCODING option to COPY TO/FROM and file_fdw.
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-18 Michael MeskesApplied a patch by Zoltán Böszörményi that makes ecpg...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-11 Alvaro HerreraFix comment recently obsoleted
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-10 Peter EisentrautUpdate comment
2011-02-10 Tom LaneFix pg_upgrade to handle extensions.
2011-02-09 Tom LaneImplement "ALTER EXTENSION ADD object".
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-25 Tom LaneReplace pg_class.relhasexclusion with pg_index.indisexc...
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-04 Robert HaasFix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Peter EisentrautAllow casting a table's row type to the table's superty...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
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-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-17 Andrew DunstanRequire VALUE keyword when extending an enum type....
2010-11-07 Tom LanePrevent invoking I/O conversion casts via functional...
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-22 Heikki LinnakangasAdd semicolon, missed in previous patch. And update...
2010-10-22 Heikki LinnakangasMake OFF keyword unreserved. It's not hard to imagine...
next