summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2012-01-16Prevent adding relations to a concurrently dropped schema.Robert Haas
2012-01-10Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut
2012-01-07Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut
2012-01-05Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut
2012-01-02Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-22Add a security_barrier option for views.Robert Haas
2011-12-22Add ALTER DOMAIN ... RENAMEPeter Eisentraut
2011-12-19Add support for privileges on typesPeter Eisentraut
2011-12-09Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut
2011-11-30Improve table locking behavior in the face of current DDL.Robert Haas
2011-11-28Ensure that whole-row junk Vars are always of composite type.Tom Lane
2011-11-25Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane
2011-11-21Further code review for range types patch.Tom Lane
2011-11-18Further consolidation of DROP statement handling.Robert Haas
2011-11-17Extend the unknowns-are-same-as-known-inputs type resolution heuristic.Tom Lane
2011-11-03Support range data types.Heikki Linnakangas
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut
2011-10-22Support synchronization of snapshots through an export/import procedure.Tom Lane
2011-10-08Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.Heikki Linnakangas
2011-10-01Improve generated column names for cases involving sub-SELECTs.Tom Lane
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-25Add makefile rules to check for backtracking in backend and psql lexers.Tom Lane
2011-08-16Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane
2011-08-05Allow per-column foreign data wrapper options.Robert Haas
2011-07-20Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas
2011-07-09Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-07-06Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane
2011-07-04Message style tweaksPeter Eisentraut
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-07-03Fix bugs in relpersistence handling during table creation.Robert Haas
2011-06-30Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera
2011-06-29Fix outdated commentAlvaro Herrera
2011-06-27Allow callers to pass a missing_ok flag when opening a relation.Robert Haas
2011-06-22Add smallserial pseudotype.Robert Haas
2011-06-22Add notion of a "transform function" that can simplify function calls.Robert Haas
2011-06-21Message style and spelling improvementsPeter Eisentraut
2011-06-15Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane
2011-06-14Remove unused variablePeter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-08Allow domains over arrays to match ANYARRAY parameters again.Tom Lane
2011-06-04Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.Tom Lane
2011-06-03Fix failure to check whether a rowtype's component types are sortable.Tom Lane
2011-05-11Clean up parsing of CREATE TRIGGER's argument list.Tom Lane
2011-05-06Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE.Tom Lane
2011-04-25Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas
2011-04-25Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas
2011-04-22Make a code-cleanup pass over the collations patch.Tom Lane