]> granicus.if.org Git - postgresql/history - src/backend/parser
Reduce hash size for compute_array_stats, compute_tsvector_stats.
[postgresql] / src / backend / parser /
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
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 Tom LaneBend parse location rules for the convenience of pg_sta...
2012-03-27 Tom LaneAdd some infrastructure for contrib/pg_stat_statements.
2012-03-23 Tom LaneCode review for protransform patches.
2012-03-21 Peter EisentrautClean up compiler warnings from unused variables with...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-03-10 Peter EisentrautAdd support for renaming constraints
2012-03-03 Peter EisentrautAllow CREATE TABLE (LIKE ...) from composite type
2012-03-02 Peter EisentrautAdd COLLATION FOR expression
2012-02-27 Peter EisentrautCall check_keywords.pl in maintainer-check
2012-02-15 Robert HaasMake CREATE/ALTER FUNCTION support NOT LEAKPROOF.
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2012-02-09 Heikki LinnakangasAdd new keywords SNAPSHOT and TYPES to the keyword...
2012-02-08 Tom LaneCheck misplaced window functions before checking aggreg...
2012-01-23 Simon RiggsALTER <thing> [IF EXISTS] ... allows silent DDL if...
2012-01-16 Robert HaasPrevent adding relations to a concurrently dropped...
2012-01-10 Peter EisentrautSupport CREATE TABLE (LIKE ...) with foreign tables...
2012-01-07 Peter EisentrautRename the internal structures of the CREATE TABLE...
2012-01-05 Peter EisentrautImprove ALTER DOMAIN / DROP CONSTRAINT with nonexistent...
2012-01-02 Tom LaneFix coerce_to_target_type for coerce_type's klugy handl...
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-19 Peter EisentrautAdd support for privileges on types
2011-12-09 Peter EisentrautAdd ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVE...
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
next