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
2014-11-25
Allow using connection URI in primary_conninfo.
Heikki Linnakangas
2014-11-25
Make Port->ssl_in_use available, even when built with !USE_SSL
Heikki Linnakangas
2014-11-24
Add infrastructure to save and restore GUC values.
Robert Haas
2014-11-24
Add a few paragraphs to B-tree README explaining L&Y algorithm.
Heikki Linnakangas
2014-11-24
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-23
Allow simplification of EXISTS() subqueries containing LIMIT.
Tom Lane
2014-11-22
Fix mishandling of system columns in FDW queries.
Tom Lane
2014-11-21
Rearrange CustomScan API.
Tom Lane
2014-11-21
Simplify API for initially hooking custom-path providers into the planner.
Tom Lane
2014-11-21
No need to call XLogEnsureRecordSpace when the relation is unlogged.
Heikki Linnakangas
2014-11-21
Fix bogus comments in XLogRecordAssemble
Heikki Linnakangas
2014-11-21
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
Tom Lane
2014-11-20
Initial code review for CustomScan patch.
Tom Lane
2014-11-20
Fix another oversight in CustomScan patch.
Tom Lane
2014-11-20
Fix another oversight in CustomScan patch.
Tom Lane
2014-11-20
Add missing case for CustomScan.
Tom Lane
2014-11-20
Silence compiler warning about variable being used uninitialized.
Heikki Linnakangas
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-18
Reduce btree scan overhead for < and > strategies
Simon Riggs
2014-11-17
Fix WAL-logging of B-tree "unlink halfdead page" operation.
Heikki Linnakangas
2014-11-17
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-17
Translation updates
Peter Eisentraut
2014-11-15
Emit msg re skipping ANALYZE for absent inh tree
Simon Riggs
2014-11-15
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-15
Sync unlogged relations to disk after they have been reset.
Andres Freund
2014-11-15
Ensure unlogged tables are reset even if crash recovery errors out.
Andres Freund
2014-11-14
Clean up includes from RLS patch
Stephen Frost
2014-11-14
Allow interrupting GetMultiXactIdMembers
Alvaro Herrera
2014-11-14
Move BufferGetBlockNumber() out of heap_page_is_all_visible()'s inner loop.
Andres Freund
2014-11-14
Improve logical decoding log messages
Peter Eisentraut
2014-11-13
Fix and improve cache invalidation logic for logical decoding.
Andres Freund
2014-11-13
Fix xmin/xmax horizon computation during logical decoding initialization.
Andres Freund
2014-11-13
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-13
Move the guts of our Levenshtein implementation into core.
Robert Haas
2014-11-13
Fix XLogReadBufferForRedoExtended to get cleanup lock when asked to do so.
Heikki Linnakangas
2014-11-13
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-12
Fix several weaknesses in slot and logical replication on-disk serialization.
Andres Freund
2014-11-12
Use just one database connection in the "tablespace" test.
Noah Misch
2014-11-12
Message improvements
Peter Eisentraut
2014-11-11
Remove incorrect comment.
Robert Haas
2014-11-11
Fix dependency searching for case where column is visited before table.
Tom Lane
2014-11-11
Add generate_series(numeric, numeric).
Fujii Masao
2014-11-11
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-10
BRIN: fix bug in xlog backup block counting
Alvaro Herrera
2014-11-10
Fix potential NULL-pointer dereference.
Robert Haas
2014-11-10
Ensure that RowExprs and whole-row Vars produce the expected column names.
Tom Lane
2014-11-10
Further code and wording tweaks in BRIN
Alvaro Herrera
2014-11-10
Fix compiler warning for non-assert builds.
Kevin Grittner
2014-11-08
Fix some coding issues in BRIN
Alvaro Herrera
[next]