OSDN Git Service

Per-column collation support
[pg-rex/syncrep.git] / src / backend / parser /
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...
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-19 Tom LaneFix incorrect generation of whole-row variables in...
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2010-10-10 Tom LaneSupport triggers on views.
2010-10-03 Tom LaneBehave correctly if INSERT ... VALUES is decorated...
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-18 Tom LaneGive a suitable HINT when an INSERT's data source is...
2010-09-03 Tom LaneIn HEAD only, revert kluge solution for preventing...
2010-08-27 Peter EisentrautSmall refactoring of makeVar() from a TargetEntry
2010-08-20 Tom LaneAdd missing processing of OptTemp in CREATE IF NOT...
2010-08-19 Heikki LinnakangasRevert patch to coerce 'unknown' type parameters in...
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-08-18 Heikki LinnakangasCoerce 'unknown' type parameters to the right type...
2010-08-07 Tom LaneRecognize functional dependency on primary keys. This...
2010-08-05 Tom LaneAdd a very specific hint for the case that we're unable...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-08-05 Peter EisentrautAdd xmlexists function
2010-07-29 Tom LaneImproved version of patch to protect pg_get_expr()...
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 Robert HaasChange the default value of standard_conforming_strings...
2010-07-18 Tom LaneAllow ORDER BY/GROUP BY/etc items to match targetlist...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-30 Heikki LinnakangasstringToNode() and deparse_expression_pretty() crash...
2010-06-13 Robert HaasFix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT...
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-05-09 Tom LaneAdjust comments about avoiding use of printf's %.*s.
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
2010-04-28 Tom LaneFix stupid typo in refnameRangeTblEntry() --- mea maxim...
2010-03-17 Tom LanePass incompletely-transformed aggregate argument lists...
2010-03-04 Heikki LinnakangasFix IsBinaryCoercible to not confuse a cast using in...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-23 Tom LaneAdd an OR REPLACE option to CREATE LANGUAGE.
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-12 Tom LaneTweak the order of processing of WITH clauses so that...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-03 Tom LaneFix unwarranted assumption that a cached rowtype would...
2010-01-28 Peter EisentrautType table feature
2010-01-25 Tom LaneAdd get_bit/set_bit functions for bit strings, parallel...
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-16 Tom LaneFix unportable use of isxdigit() with char (rather...
2010-01-15 Tom LaneDo parse analysis of an EXPLAIN's contained statement...
2010-01-13 Tom LaneMake fixed_paramref_hook behave properly when there...
2010-01-06 Itagaki TakahiroSupport rewritten-based full vacuum as VACUUM FULL...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-05 Tom LaneFix a few places where we needed -I. in CPPFLAGS to...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneAdd an "argisrow" field to NullTest nodes, following...
2009-12-27 Tom LaneRemove a couple of unnecessary calls of CreateCacheMemo...
2009-12-26 Bruce MomjianZero-label enums:
2009-12-23 Tom LaneAllow the index name to be omitted in CREATE INDEX...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-22 Tom LaneDisallow comments on columns of relation types other...
2009-12-20 Tom LaneThere is no good reason for the CREATE TABLE LIKE INCLU...
2009-12-16 Tom LaneAvoid a premature coercion failure in transformSetOpera...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-11-13 Tom LaneClean up a couple of bizarre code formatting choices...
2009-11-13 Heikki LinnakangasA better fix for the "ARRAY[...]::domain" problem....
2009-11-13 Heikki LinnakangasWhen you do "ARRAY[...]::domain", where domain is a...
2009-11-12 Tom LaneRemove pg_parse_string_token() --- not needed anymore.
2009-11-12 Tom LaneRemove plpgsql's separate lexer (finally!), in favor...
2009-11-11 Alvaro HerreraChange "name" nonterminal in cursor-related productions...
2009-11-11 Alvaro HerreraSupport optional FROM/IN in FETCH and MOVE
2009-11-09 Tom LaneRe-refactor the core scanner's API, in order to get...
2009-11-09 Tom LaneFix WHERE CURRENT OF to work as designed within plpgsql...
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
next