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
Age
Commit message (
Expand
)
Author
2015-05-08
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-08
Remove reference to src/tools/backend/index.html
Stephen Frost
2015-05-08
Remove dependency on ordering in logical decoding upsert test.
Andres Freund
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-07
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-07
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-07
Fix incorrect math in DetermineSafeOldestOffset.
Robert Haas
2015-05-07
Makefile: Add comment that doc uninstall clears man directories
Bruce Momjian
2015-05-07
Properly send SCM status updates when shutting down service on Windows
Magnus Hagander
2015-05-07
Fix indentation that could mask a future bug
Magnus Hagander
2015-05-07
Fix minor resource leak in pg_dump
Magnus Hagander
2015-05-06
Avoid using a C++ keyword as a structure member name.
Robert Haas
2015-05-05
citext's regexp_matches() functions weren't documented, either.
Tom Lane
2015-05-05
Fix incorrect declaration of citext's regexp_matches() functions.
Tom Lane
2015-05-05
doc: Update installation instructions for new shared libperl/libpython handling
Peter Eisentraut
2015-05-05
Add geometry/range functions to support BRIN inclusion
Alvaro Herrera
2015-05-05
Fix some problems with patch to fsync the data directory.
Robert Haas
2015-05-05
hstore_plpython: Support tests on Python 2.3
Peter Eisentraut
2015-05-05
Fix typos
Peter Eisentraut
2015-05-04
Use outerPlanState macro instead of referring to leffttree.
Robert Haas
2015-05-04
Improve procost estimates for some text search functions.
Tom Lane
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
Fix the same-rel optimization when creating WAL records.
Heikki Linnakangas
2015-05-04
Fix two small bugs in json's populate_record_worker
Andrew Dunstan
2015-05-04
Second try at fixing warnings caused by commit 9b43d73b3f9bef27.
Tom Lane
2015-05-03
Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.
Tom Lane
2015-05-03
fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37...
Andrew Dunstan
2015-05-03
Enable transforms modules to build and run with Mingw builds.
Andrew Dunstan
2015-05-03
Fix python_includespec on Windows at configure time
Andrew Dunstan
2015-05-02
Combine initdb tests that successfully create a data directory.
Noah Misch
2015-05-02
Fix one more TAP test to use standard command-line argument ordering.
Noah Misch
2015-05-02
Rename coerce_type() local variable.
Noah Misch
2015-05-02
Windows also needs an override of the shared libpython detection
Peter Eisentraut
2015-05-02
hstore_plperl: Move port-specific parts to later in the makefile
Peter Eisentraut
2015-05-02
Fix shared libpython detection on OS X
Peter Eisentraut
2015-05-02
Make hstore_plperl's build even more like plperl's
Peter Eisentraut
2015-05-02
Move interpreter shared library detection to configure
Peter Eisentraut
2015-05-01
Make hstore_plperl's build more like plperl's
Andrew Dunstan
2015-05-01
Mark views created from tables as replication identity 'nothing'
Bruce Momjian
2015-05-01
Deparse named arguments to use the new => operator instead of :=
Robert Haas
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
Copy editing of the replication origins patch.
Andres Freund
2015-05-01
Fix unaligned memory access in xlog parsing due to replication origin patch.
Andres Freund
2015-05-01
Fix pg_rewind regression failure after "fast promotion"
Heikki Linnakangas
2015-04-30
Fix up some loose ends for CURRENT_USER as RoleSpec
Alvaro Herrera
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
Fix pg_upgrade's multixact handling (again)
Alvaro Herrera
2015-04-30
Fix typo
Magnus Hagander
2015-04-30
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2015-04-29
Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.
Andres Freund
[next]