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-05-04
Fix crash of filter(tsvector)
Teodor Sigaev
2016-05-04
Fix transient mdsync() errors of truncated relations due to 72a98a6395.
Andres Freund
2016-05-03
Fix more things to be parallel-safe.
Robert Haas
2016-05-03
Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas
2016-05-03
Note that max_worker_processes requires restart.
Robert Haas
2016-05-02
Fix thinko in comment
Alvaro Herrera
2016-05-02
Fix code comments regarding logical decoding
Alvaro Herrera
2016-05-02
Fix parallel safety markings for pg_start_backup.
Robert Haas
2016-05-02
Again update typedefs.list file in preparation for pgindent run
Robert Haas
2016-05-01
Add a --non-master-only option to git_changelog.
Tom Lane
2016-04-30
Small improvements to OPTIMIZER_DEBUG code.
Tom Lane
2016-04-30
Fix planner crash from pfree'ing a partial path that a GatherPath uses.
Tom Lane
2016-04-30
Remove warning about num_sync being too large in synchronous_standby_names.
Tom Lane
2016-04-30
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
Add a few entries to the tail of time mapping, to see old values.
Kevin Grittner
2016-04-29
Fix comment whitespace in VS2105 patch
Andrew Dunstan
2016-04-29
Fix typo
Magnus Hagander
2016-04-29
Fix typo in VS2015 patch
Andrew Dunstan
2016-04-29
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-29
Remember asking for feedback during walsender shutdown.
Andres Freund
2016-04-28
Adjust DatumGetBool macro, this time for sure.
Tom Lane
2016-04-28
Prevent to use magic constants
Teodor Sigaev
2016-04-28
Prevent multiple cleanup process for pending list in GIN.
Teodor Sigaev
2016-04-27
Use memmove() not memcpy() to slide some pointers down.
Tom Lane
2016-04-27
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
Fix wrong word.
Robert Haas
2016-04-27
Change postgresql.conf.sample to say that fsync=off will corrupt data.
Robert Haas
2016-04-27
Tighten up sanity checks for parallel aggregate in execQual.c.
Robert Haas
2016-04-27
Remove inadvertently commited vim swapfile.
Robert Haas
2016-04-27
Update typedefs.list file in preparation for pgindent run
Robert Haas
2016-04-27
Clean up a few parallelism-related things that pgindent wants to mangle.
Robert Haas
2016-04-27
Remove mergeHyperLogLog.
Robert Haas
2016-04-27
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-27
Don't open formally non-existent segments in _mdfd_getseg().
Andres Freund
2016-04-27
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-27
Fix pg_get_functiondef to dump parallel-safety markings.
Robert Haas
2016-04-27
Impose a full barrier in generic-xlc.h atomics functions.
Noah Misch
2016-04-27
pg_dump: Message style improvements
Peter Eisentraut
2016-04-26
Add a --brief option to git_changelog.
Tom Lane
2016-04-26
Fix order of shutdown cleanup operations in PostgresNode.pm.
Tom Lane
2016-04-26
Yet more portability hacking for degree-based trig functions.
Tom Lane
2016-04-26
Enable parallel query by default.
Robert Haas
2016-04-26
Fix typo in comment
Magnus Hagander
2016-04-25
pg_dump: Message style improvements
Peter Eisentraut
2016-04-25
Fix C comment typo and redundant test
Kevin Grittner
2016-04-25
New method for preventing compile-time calculation of degree constants.
Tom Lane
2016-04-25
Try harder to detect a port conflict in PostgresNode.pm.
Tom Lane
2016-04-25
Update GETTEXT_FILES after config and controldata refactoring
Peter Eisentraut
2016-04-24
Improve PostgresNode.pm's logic for detecting already-in-use ports.
Tom Lane
2016-04-24
Fix documentation & config inconsistencies around 428b1d6b2.
Andres Freund
[next]