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
2017-09-21
Quieten warnings about unused variables
Andrew Dunstan
2017-09-21
Associate partitioning information with each RelOptInfo.
Robert Haas
2017-09-20
Improve dubious memory management in pg_newlocale_from_collation().
Tom Lane
2017-09-20
Fix instability in subscription regression test.
Tom Lane
2017-09-20
Fix erroneous documentation about noise word GROUP.
Tom Lane
2017-09-20
Fix create_lateral_join_info to handle dead relations properly.
Robert Haas
2017-09-20
Fix typo.
Robert Haas
2017-09-20
docs: re-add instructions on setting wal_level for rsync use
Bruce Momjian
2017-09-20
Fix compiler warning
Peter Eisentraut
2017-09-20
Sync process names between ps and pg_stat_activity
Peter Eisentraut
2017-09-20
Mention need for --no-inc-recursive in rsync command
Magnus Hagander
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-20
Accept that server might not be able to send error in crash recovery test.
Andres Freund
2017-09-20
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-20
Allow no-op GiST support functions to be omitted.
Tom Lane
2017-09-19
s/NULL byte/NUL byte/ in comment refering to C string terminator.
Andres Freund
2017-09-19
Add basic TAP test setup for pg_upgrade
Peter Eisentraut
2017-09-19
Avoid use of non-portable strnlen() in pgstat_clip_activity().
Andres Freund
2017-09-19
Speedup pgstat_report_activity by moving mb-aware truncation to read side.
Andres Freund
2017-09-19
Disable multi-byte citext tests
Andrew Dunstan
2017-09-19
Cache datatype-output-function lookup info across calls of concat().
Tom Lane
2017-09-19
Set client encoding to UTF8 for the citext regression script
Andrew Dunstan
2017-09-19
Make new crash restart test a bit more robust.
Andres Freund
2017-09-19
doc: add example of % substitution for connection URIs
Bruce Momjian
2017-09-19
Add citext_pattern_ops for citext contrib module
Andrew Dunstan
2017-09-19
Rearm statement_timeout after each executed query.
Andres Freund
2017-09-19
Fix uninitialized variable in dshash.c.
Andres Freund
2017-09-19
Add test for postmaster crash restarts.
Andres Freund
2017-09-19
Fix crash restart bug introduced in 8356753c212.
Andres Freund
2017-09-18
Minor code-cleanliness improvements for btree.
Tom Lane
2017-09-18
Make ExplainOpenGroup and ExplainCloseGroup public.
Tom Lane
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
Fix, or at least ameliorate, bugs in logicalrep_worker_launch().
Tom Lane
2017-09-18
Update some dead external links in the documentation
Peter Eisentraut
2017-09-18
Remove dead external links from documentation
Peter Eisentraut
2017-09-18
Fix DROP SUBSCRIPTION hang
Peter Eisentraut
2017-09-17
Doc: update v10 release notes through today.
Tom Lane
2017-09-17
Allow rel_is_distinct_for() to look through RelabelType below OpExpr.
Tom Lane
2017-09-17
Fix possible dangling pointer dereference in trigger.c.
Tom Lane
2017-09-17
Ensure that BEFORE STATEMENT triggers fire the right number of times.
Tom Lane
2017-09-17
Fix bogus size calculation introduced by commit cc5f81366.
Tom Lane
2017-09-16
Doc: add example of transition table use in a trigger.
Tom Lane
2017-09-16
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
docs: clarify pg_upgrade docs regarding standbys and rsync
Bruce Momjian
2017-09-16
After a MINVALUE/MAXVALUE bound, allow only more of the same.
Robert Haas
2017-09-15
src/test/ldap: Fix test function in Linux port
Alvaro Herrera
2017-09-15
Apply pg_get_serial_sequence() to identity column sequences as well
Peter Eisentraut
2017-09-15
Add LDAP authentication test suite
Peter Eisentraut
2017-09-15
Get rid of shared_record_typmod_registry_worker_detach; it doesn't work.
Tom Lane
2017-09-15
Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER.
Robert Haas
[next]