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
/
backend
Age
Commit message (
Expand
)
Author
2016-05-24
Fetch XIDs atomically during vac_truncate_clog().
Tom Lane
2016-05-24
Avoid consuming an XID during vac_truncate_clog().
Tom Lane
2016-05-24
Fix range check for effective_io_concurrency
Alvaro Herrera
2016-05-23
Fix BTREE_BUILD_STATS build.
Tom Lane
2016-05-23
Support IndexElem in raw_expression_tree_walker().
Tom Lane
2016-05-23
Add support for more extensive testing of raw_expression_tree_walker().
Tom Lane
2016-05-23
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-17
Allocate all page images at once in generic wal interface
Teodor Sigaev
2016-05-16
Correctly align page's images in generic wal API
Teodor Sigaev
2016-05-14
sql_features: Fix typos
Peter Eisentraut
2016-05-12
Fix bogus comments
Alvaro Herrera
2016-05-12
Fix obsolete comment
Alvaro Herrera
2016-05-11
Fix infer_arbiter_indexes() to not barf on system columns.
Tom Lane
2016-05-11
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2016-05-10
Fix autovacuum for shared relations
Alvaro Herrera
2016-05-09
Translation updates
Peter Eisentraut
2016-05-08
Fix poorly-worded log message.
Tom Lane
2016-05-07
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-07
Mitigate "snapshot too old" performance regression on NUMA
Kevin Grittner
2016-05-06
Minimal fix for crash bug in quals_match_foreign_key.
Robert Haas
2016-05-06
Limit maximum parallel degree to 1024.
Robert Haas
2016-05-06
Use mul_size when multiplying by the number of parallel workers.
Robert Haas
2016-05-06
Remove various special checks around default roles
Stephen Frost
2016-05-06
Fix possible read past end of string in to_timestamp().
Tom Lane
2016-05-06
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-05-05
Rename tsvector delete() to ts_delete(), and filter() to ts_filter().
Tom Lane
2016-05-05
Fix corner-case loss of precision in numeric pow() calculation
Dean Rasheed
2016-05-04
Revert timeline following in replication slots
Alvaro Herrera
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 code comments regarding logical decoding
Alvaro Herrera
2016-05-02
Fix parallel safety markings for pg_start_backup.
Robert Haas
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
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-29
Remember asking for feedback during walsender shutdown.
Andres Freund
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
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
Clean up a few parallelism-related things that pgindent wants to mangle.
Robert Haas
[next]