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
/
test
Age
Commit message (
Expand
)
Author
2011-02-08
Per-column collation support
Peter Eisentraut
2011-02-08
Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
Simon Riggs
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-31
Enable building with the Mingw64 compiler.
Andrew Dunstan
2011-01-27
Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.
Robert Haas
2011-01-26
Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Robert Haas
2011-01-25
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
2011-01-24
sepgsql, an SE-Linux integration for PostgreSQL
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-13
Don't run regression tests in SQL_ASCII encoding by default
Peter Eisentraut
2011-01-12
Unbreak regression tests, apparently broken by commit 4c8e20f
Andrew Dunstan
2011-01-08
Fix GIN to support null keys, empty and null items, and full index scans.
Tom Lane
2011-01-07
New system view pg_stat_replication displays activity of wal sender processes.
Itagaki Takahiro
2011-01-06
Update sequence_1.out for recent changes in sequence regression test.
Tom Lane
2011-01-03
Add views and functions to monitor hot standby query conflicts
Magnus Hagander
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
Allow casting a table's row type to the table's supertype if it's a typed table
Peter Eisentraut
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-29
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-04
Make output width consistent for all ways of invoking a regression test
Peter Eisentraut
2010-12-04
KNNGIST, otherwise known as order-by-operator support for GIST.
Tom Lane
2010-12-01
Prevent inlining a SQL function with multiple OUT parameters.
Tom Lane
2010-11-26
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-24
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-23
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-22
Put back accidentally-deleted quote_literal() regression tests.
Robert Haas
2010-11-21
Add new SQL function, format(text).
Robert Haas
2010-11-20
Assorted further cleanup for integer-conversion patch.
Tom Lane
2010-11-20
Expose quote_literal_cstr() from core.
Robert Haas
2010-11-20
Update int8-exp-three-digits.out to match new contents of int8.out.
Robert Haas
2010-11-20
Attempt to fix breakage caused by signed integer conversion patch.
Robert Haas
2010-11-20
Speed up conversion of signed integers to C strings.
Robert Haas
2010-11-17
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2010-11-17
Require VALUE keyword when extending an enum type. Based on a patch from Alva...
Andrew Dunstan
2010-11-15
Add new buffers_backend_fsync field to pg_stat_bgwriter.
Robert Haas
2010-11-15
Remove outdated comments from the regression test files.
Robert Haas
2010-11-12
Improved parallel make support
Peter Eisentraut
2010-11-07
Prevent invoking I/O conversion casts via functional/attribute notation.
Tom Lane
2010-11-06
Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.
Tom Lane
2010-11-04
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-03
Reduce recursion depth in recently-added regression test.
Tom Lane
2010-10-28
Fix plpgsql's handling of "simple" expression evaluation.
Tom Lane
2010-10-26
Fix dumb typo in SECURITY LABEL error message.
Robert Haas
2010-10-26
Add missing newlines at end of files
Peter Eisentraut
2010-10-25
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-21
Improve handling of domains over arrays.
Tom Lane
[next]