index
:
users/kgrittn/postgres.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
Release_1_0_3
WIN32_DEV
bghinter
bug6123
depth
ecpg_big_bison
flexlock
idle
master
repl
serializable
Kevin Grittner's development, especially fully serializable transactions (See http://wiki.postgresql.org/wiki/Serializable for more info)
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
Age
Commit message (
Expand
)
Author
2011-12-22
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-12-21
Improve behavior of concurrent CLUSTER.
Robert Haas
2011-12-16
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-09
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-11-18
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
Remove ancient downcasing code from procedural language operations.
Robert Haas
2011-11-03
Support range data types.
Heikki Linnakangas
2011-10-20
Consolidate DROP handling for some object types.
Robert Haas
2011-10-14
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-09-16
Redesign the plancache mechanism for more flexibility and efficiency.
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-02
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-23
Add missing include so include file compiles cleanly on its own.
Bruce Momjian
2011-07-20
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-18
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-09
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-06-30
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-05-30
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-04-21
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-07
Revise the API for GUC variable assign hooks.
Tom Lane
2011-03-12
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-02-22
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-20
Add contrib/file_fdw foreign-data wrapper for reading files via COPY.
Tom Lane
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-16
Export the external file reader used in COPY FROM as APIs.
Itagaki Takahiro
2011-02-12
DDL support for collations
Peter Eisentraut
2011-02-12
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
Tom Lane
2011-02-11
Tweak find_composite_type_dependencies API a bit more.
Robert Haas
2011-02-10
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Tom Lane
2011-02-10
Fix pg_upgrade to handle extensions.
Tom Lane
2011-02-09
Implement "ALTER EXTENSION ADD object".
Tom Lane
2011-02-08
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-02-07
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-06
Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
Robert Haas
2011-01-23
Code cleanup for assign_transaction_read_only.
Robert Haas
2011-01-21
Make ALTER TABLE revalidate uniqueness and exclusion constraints.
Robert Haas
2011-01-15
Move a couple of declarations to reflect where the routines really are.
Tom Lane
2011-01-04
Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
Robert Haas
2011-01-02
Implement remaining fields of information_schema.sequences view
Peter Eisentraut
2011-01-02
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-13
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-11-26
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-23
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-17
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2010-10-25
Allow new values to be added to an existing enum type.
Tom Lane
[next]