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-07-28
Improve documentation about CREATE TABLE ... LIKE.
Tom Lane
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-19
Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.
Tom Lane
2016-07-16
Fix crash in close_ps() for NaN input coordinates.
Tom Lane
2016-07-16
Fix torn-page, unlogged xid and further risks from heap_update().
Andres Freund
2016-07-15
Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.
Andres Freund
2016-07-15
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-01
Be more paranoid in ruleutils.c's get_variable().
Tom Lane
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-24
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-22
Make "postgres -C guc" print "" not "(null)" for null-valued GUCs.
Tom Lane
2016-06-17
Finish up XLOG_HINT renaming
Alvaro Herrera
2016-06-16
Fix validation of overly-long IPv6 addresses.
Tom Lane
2016-06-16
Avoid crash in "postgres -C guc" for a GUC with a null string value.
Tom Lane
2016-06-13
Fix multiple minor infelicities in aclchk.c error reports.
Tom Lane
2016-06-06
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-05-31
Avoid useless closely-spaced writes of statistics files.
Tom Lane
2016-05-27
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-05-25
Avoid hot standby cancels from VAC FREEZE
Alvaro Herrera
2016-05-25
Ensure that backends see up-to-date statistics for shared catalogs.
Tom Lane
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-23
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-12
Fix obsolete comment
Alvaro Herrera
2016-05-10
Fix autovacuum for shared relations
Alvaro Herrera
2016-05-09
Translation updates
Peter Eisentraut
2016-05-07
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-05-07
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
Fix possible read past end of string in to_timestamp().
Tom Lane
2016-04-30
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-23
Rename strtoi() to strtoint().
Tom Lane
2016-04-22
Fix planner failure with full join in RHS of left join.
Tom Lane
2016-04-21
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-21
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-21
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-18
Fix --disable-spinlocks in 9.2 and 9.3 branches.
Tom Lane
2016-04-16
Fix missing "static".
Tom Lane
2016-04-16
Make fallback implementation of pg_memory_barrier() work in 9.2 and 9.3.
Tom Lane
2016-04-15
Remove trailing commas in enums.
Andres Freund
2016-04-08
Fix possible use of uninitialised value in ts_headline()
Teodor Sigaev
2016-04-04
Fix latent portability issue in pgwin32_dispatch_queued_signals().
Tom Lane
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-28
Translation updates
Peter Eisentraut
2016-03-19
Remove dependency on psed for MSVC builds.
Andrew Dunstan
2016-03-15
Fix typos in comments
Alvaro Herrera
2016-03-10
Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds
Magnus Hagander
2016-03-10
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-10
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
[next]