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
Age
Commit message (
Expand
)
Author
2016-02-21
Fix incorrect decision about which lock to take.
Robert Haas
2016-02-21
Cosmetic improvements to group locking.
Robert Haas
2016-02-20
Further fixing to make pg_size_bytes() portable.
Dean Rasheed
2016-02-20
Fix pg_size_bytes() to be more portable.
Dean Rasheed
2016-02-20
Add pg_size_bytes() to parse human-readable size strings.
Dean Rasheed
2016-02-20
Call xlc __isync() after, not before, associated compare-and-swap.
Noah Misch
2016-02-19
Correct StartupSUBTRANS for page wraparound
Simon Riggs
2016-02-19
pg_dump: Fix inconsistent sscanf() conversions
Peter Eisentraut
2016-02-19
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-18
pg_upgrade: suppress creation of delete script
Bruce Momjian
2016-02-18
Improve error message about active replication slot
Peter Eisentraut
2016-02-17
Revert inadvertant change in pg_config behavior
Joe Conway
2016-02-17
Add new system view, pg_config
Joe Conway
2016-02-17
Reuse abbreviated keys in ordered [set] aggregates.
Robert Haas
2016-02-17
Make plpython cope with funny characters in function names.
Tom Lane
2016-02-16
Changed expected result to list IPv6 local interface too.
Michael Meskes
2016-02-16
Change ecpg lexer to accept comments with line breaks in CPP lines.
Michael Meskes
2016-02-16
Move DATA entry to correct position
Joe Conway
2016-02-15
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-15
pgbench: avoid FD_ISSET on an invalid file descriptor
Alvaro Herrera
2016-02-15
Suppress compiler warnings about useless comparison of unsigned to zero.
Tom Lane
2016-02-15
Allow SetHintBits() to succeed if the buffer's LSN is new enough.
Andres Freund
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
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
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
[next]