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
/
include
/
commands
Age
Commit message (
Expand
)
Author
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
2010-10-10
Support triggers on views.
Tom Lane
2010-09-28
Add a SECURITY LABEL command.
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-18
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-05
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-08-05
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-01
Fix ANALYZE's ancient deficiency of not trying to collect stats for expression
Tom Lane
2010-07-29
Add explicit regression tests for ALTER TABLE lock levels.
Simon Riggs
2010-07-28
Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.
Simon Riggs
2010-07-03
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Robert Haas
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-16
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
Add query text to auto_explain output.
Andrew Dunstan
2010-02-09
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-08
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-07
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-04
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-01
Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.
Robert Haas
2010-01-17
Improve the handling of SET CONSTRAINTS commands by having them search
Tom Lane
2010-01-07
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2010-01-07
Further fixes for per-tablespace options patch.
Robert Haas
2010-01-06
Support rewritten-based full vacuum as VACUUM FULL. Traditional
Itagaki Takahiro
2010-01-05
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
[next]