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
2016-02-15
Correct Copyright year from 2015 to 2016
Joe Conway
2016-02-15
Make concurrent refresh check early that there is a unique index on matview.
Fujii Masao
2016-02-15
Fix typo
Magnus Hagander
2016-02-15
Replace broken link in comment.
Noah Misch
2016-02-13
Make GetLockStatusData's header comment resemble reality.
Tom Lane
2016-02-12
pg_upgrade: Add C comment about NextXID delimiter
Bruce Momjian
2016-02-12
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
Increase deadlock_timeout some more in the deadlock-hard isolation test.
Tom Lane
2016-02-12
Revert "isolationtester: don't repeat the is-it-waiting query when retrying a...
Tom Lane
2016-02-12
Revert "Still further tweaking of deadlock isolation tests."
Tom Lane
2016-02-12
pgbench: cleanup use of a "logfile" parameter
Alvaro Herrera
2016-02-12
pgbench: fix segfault with empty sql file
Alvaro Herrera
2016-02-12
Still further tweaking of deadlock isolation tests.
Tom Lane
2016-02-12
isolationtester: don't repeat the is-it-waiting query when retrying a step.
Tom Lane
2016-02-12
Re-pgindent isolationtester.c.
Tom Lane
2016-02-12
Fix whitespace
Peter Eisentraut
2016-02-12
Add missing "static" qualifier.
Tom Lane
2016-02-12
Introduce extensible node types.
Robert Haas
2016-02-12
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-12
Further tweaking of deadlock isolation tests.
Tom Lane
2016-02-11
Refactor check_functional_grouping() to use get_primary_key_attnos().
Tom Lane
2016-02-11
Remove GROUP BY columns that are functionally dependent on other columns.
Tom Lane
2016-02-11
Move pg_constraint.h function declarations to new file pg_constraint_fn.h.
Tom Lane
2016-02-11
Fix typo in comment.
Tom Lane
2016-02-11
Shift the responsibility for emitting "database system is shut down".
Tom Lane
2016-02-11
Use separate lwlock tranches for buffer, lock, and predicate lock managers.
Robert Haas
2016-02-11
Make new deadlock isolation test more reproducible.
Tom Lane
2016-02-11
Code review for isolationtester changes.
Tom Lane
2016-02-11
Improve error reporting in format()
Teodor Sigaev
2016-02-11
Rename PGPROC fields related to group XID clearing again.
Robert Haas
2016-02-11
Add some isolation tests for deadlock detection and resolution.
Robert Haas
2016-02-11
Modify the isolation tester so that multiple sessions can wait.
Robert Haas
2016-02-11
Specify permutations for isolation tests with "invalid" permutations.
Robert Haas
2016-02-11
In pg_rewind test suite, triple promote timeout to 90s.
Noah Misch
2016-02-11
Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.
Noah Misch
2016-02-11
Avoid use of sscanf() to parse ispell dictionary files.
Tom Lane
2016-02-10
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
Code cleanup in the wake of recent LWLock refactoring.
Robert Haas
2016-02-10
postgres_fdw: Remove unnecessary variable.
Robert Haas
2016-02-10
Add still more chattiness in server shutdown.
Tom Lane
2016-02-09
postgres_fdw: Remove unstable regression test.
Robert Haas
2016-02-09
postgres_fdw: Push down joins to remote servers.
Robert Haas
2016-02-09
Add more chattiness in server shutdown.
Tom Lane
2016-02-08
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
Re-pgindent varlena.c.
Tom Lane
2016-02-08
Rename typedef "string" to "VarString".
Tom Lane
2016-02-08
Use %u not %d to print OIDs.
Tom Lane
2016-02-08
Last-minute updates for release notes.
Tom Lane
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-08
Make GIN regression test stable.
Fujii Masao
[next]