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-01-18
Re-pgindent a few files.
Tom Lane
2016-01-15
Fix spelling mistakes.
Robert Haas
2016-01-14
Fix build_grouping_chain() to not clobber its input lists.
Tom Lane
2016-01-14
Properly close token in sspi authentication
Magnus Hagander
2016-01-12
Add new user fn pg_current_xlog_flush_location()
Simon Riggs
2016-01-12
Maintain local LogwrtResult consistently
Simon Riggs
2016-01-11
Remove obsolete comment.
Robert Haas
2016-01-09
Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.
Tom Lane
2016-01-09
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-09
Revoke change to rmgr desc of btree vacuum
Simon Riggs
2016-01-09
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-08
Marginal cleanup of GROUPING SETS code in grouping_planner().
Tom Lane
2016-01-08
Delay creation of subplan tlist until after create_plan().
Tom Lane
2016-01-07
pgstat: add WAL receiver status view & SRF
Alvaro Herrera
2016-01-07
Remove vestigial CHECK_FOR_INTERRUPTS call.
Tom Lane
2016-01-07
Provide more detail in postmaster log for password authentication failures.
Tom Lane
2016-01-07
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-06
Comment typo fix.
Tom Lane
2016-01-05
Add scale(numeric)
Alvaro Herrera
2016-01-05
Remove some ancient and unmaintained encoding-conversion test cruft.
Tom Lane
2016-01-05
Make the to_reg*() functions accept text not cstring.
Tom Lane
2016-01-05
Make pg_shseclabel available in early backend startup
Alvaro Herrera
2016-01-04
Adjust behavior of row_security GUC to match the docs.
Tom Lane
2016-01-04
Fix regrole and regnamespace output functions to do quoting, too.
Tom Lane
2016-01-04
Fix regrole and regnamespace types to honor quoting like other reg* types.
Tom Lane
2016-01-04
Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.
Tom Lane
2016-01-03
Guard against null arguments in binary_upgrade_create_empty_extension().
Tom Lane
2016-01-03
Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.
Tom Lane
2016-01-02
Fix overly-strict assertions in spgtextproc.c.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2016-01-02
Cover heap_page_prune_opt()'s cleanup lock tactic in README.
Noah Misch
2016-01-01
Teach flatten_reloptions() to quote option values safely.
Tom Lane
2016-01-01
Add some more defenses against silly estimates to gincostestimate().
Tom Lane
2016-01-01
Fix comments about WAL rule "write xlog before data" versus pg_multixact.
Noah Misch
2015-12-31
Fix ALTER OPERATOR to update dependencies properly.
Tom Lane
2015-12-30
Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages.
Tom Lane
2015-12-30
Avoid useless truncation attempts during VACUUM.
Tom Lane
2015-12-29
Add some comments about division of labor between rewriter and planner.
Tom Lane
2015-12-29
Put back one copyObject() in rewriteTargetView().
Tom Lane
2015-12-28
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-26
Include typmod when complaining about inherited column type mismatches.
Tom Lane
2015-12-26
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-23
Read from the same worker repeatedly until it returns no tuple.
Robert Haas
2015-12-23
Change Gather not to use a physical tlist.
Robert Haas
2015-12-23
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-23
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
Comment improvements for abbreviated keys.
Robert Haas
2015-12-22
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-12-21
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-18
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
[next]