index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Age
Commit message (
Expand
)
Author
2012-01-16
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-10
Support CREATE TABLE (LIKE ...) with foreign tables and views
Peter Eisentraut
2012-01-07
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-05
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-02
Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-22
Add a security_barrier option for views.
Robert Haas
2011-12-22
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-12-19
Add support for privileges on types
Peter Eisentraut
2011-12-09
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-11-30
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-28
Ensure that whole-row junk Vars are always of composite type.
Tom Lane
2011-11-25
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
Tom Lane
2011-11-21
Further code review for range types patch.
Tom Lane
2011-11-18
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
Extend the unknowns-are-same-as-known-inputs type resolution heuristic.
Tom Lane
2011-11-03
Support range data types.
Heikki Linnakangas
2011-11-01
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-10-22
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-08
Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.
Heikki Linnakangas
2011-10-01
Improve generated column names for cases involving sub-SELECTs.
Tom Lane
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-25
Add makefile rules to check for backtracking in backend and psql lexers.
Tom Lane
2011-08-16
Revise sinval code to remove no-longer-used tuple TID from inval messages.
Tom Lane
2011-08-05
Allow per-column foreign data wrapper options.
Robert Haas
2011-07-20
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-09
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-06
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-04
Message style tweaks
Peter Eisentraut
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-03
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-06-30
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-29
Fix outdated comment
Alvaro Herrera
2011-06-27
Allow callers to pass a missing_ok flag when opening a relation.
Robert Haas
2011-06-22
Add smallserial pseudotype.
Robert Haas
2011-06-22
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-21
Message style and spelling improvements
Peter Eisentraut
2011-06-15
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-14
Remove unused variable
Peter Eisentraut
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-08
Allow domains over arrays to match ANYARRAY parameters again.
Tom Lane
2011-06-04
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.
Tom Lane
2011-06-03
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-05-11
Clean up parsing of CREATE TRIGGER's argument list.
Tom Lane
2011-05-06
Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE.
Tom Lane
2011-04-25
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
2011-04-22
Make a code-cleanup pass over the collations patch.
Tom Lane
[next]