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
2015-07-28
Centralize decision-making about where to get a backend's PGPROC.
Robert Haas
2015-07-28
Remove an unsafe Assert, and explain join_clause_is_movable_into() better.
Tom Lane
2015-07-28
Fix bug in collecting total_latencies from all threads in pgbench.
Heikki Linnakangas
2015-07-28
Another attempt at fixing memory leak in xlogreader.
Heikki Linnakangas
2015-07-28
Fix pg_dump output of policies.
Joe Conway
2015-07-27
Improve RLS handling in copy.c
Stephen Frost
2015-07-27
Further code review for pg_stat_ssl patch.
Tom Lane
2015-07-27
Fix pointer-arithmetic thinko in pg_stat_ssl patch.
Tom Lane
2015-07-27
Don't assume that 'char' is signed.
Heikki Linnakangas
2015-07-27
Fix memory leaks in pg_rewind. Several PQclear() calls were missing.
Heikki Linnakangas
2015-07-27
Don't assume that PageIsEmpty() returns true on an all-zeros page.
Heikki Linnakangas
2015-07-27
Fix memory leak in xlogreader facility.
Heikki Linnakangas
2015-07-27
Reuse all-zero pages in GIN.
Heikki Linnakangas
2015-07-27
Fix handling of all-zero pages in SP-GiST vacuum.
Heikki Linnakangas
2015-07-27
Avoid calling PageGetSpecialPointer() on an all-zeros page.
Heikki Linnakangas
2015-07-27
Remove false comment about speculative insertion.
Heikki Linnakangas
2015-07-26
Fix oversight in flattening of subqueries with empty FROM.
Tom Lane
2015-07-26
Make entirely-dummy appendrels get marked as such in set_append_rel_size.
Tom Lane
2015-07-26
Check the relevant index element in ON CONFLICT unique index inference.
Andres Freund
2015-07-26
Fix flattening of nested grouping sets.
Andres Freund
2015-07-26
Allow to push down clauses from HAVING to WHERE when grouping sets are used.
Andres Freund
2015-07-26
Recognize GROUPING() as a aggregate expression.
Andres Freund
2015-07-26
Build column mapping for grouping sets in all required cases.
Andres Freund
2015-07-25
Dodge portability issue (apparent compiler bug) in new tablesample code.
Tom Lane
2015-07-25
Restore use of zlib default compression in pg_dump directory mode.
Andrew Dunstan
2015-07-25
In pg_ctl, report unexpected failure to stat() the postmaster.pid file.
Tom Lane
2015-07-25
Update oidjoins regression test for 9.5.
Tom Lane
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-24
Make RLS work with UPDATE ... WHERE CURRENT OF
Joe Conway
2015-07-24
Fix treatment of nulls in jsonb_agg and jsonb_object_agg
Andrew Dunstan
2015-07-24
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-07-23
Redirect install output of make check into a log file
Andrew Dunstan
2015-07-22
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-07-22
Fix add_rte_to_flat_rtable() for recent feature additions.
Tom Lane
2015-07-21
Fix some oversights in BRIN patch.
Tom Lane
2015-07-21
Fix location of output logs of pg_regress
Andrew Dunstan
2015-07-21
Fix omission of OCLASS_TRANSFORM in object_classes[]
Alvaro Herrera
2015-07-20
Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.
Heikki Linnakangas
2015-07-20
Don't handle PUBLIC/NONE separately
Alvaro Herrera
2015-07-20
Improve tab-completion for DROP POLICY
Alvaro Herrera
2015-07-20
Fix (some of) pltcl memory usage
Alvaro Herrera
2015-07-20
Improve BRIN documentation somewhat
Alvaro Herrera
2015-07-20
Fix mis-merge in previous commit
Alvaro Herrera
2015-07-20
Add some comments to test_ddl_deparse and a README
Alvaro Herrera
2015-07-20
Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.
Heikki Linnakangas
2015-07-19
Remove dead code.
Andrew Dunstan
2015-07-18
Make WaitLatchOrSocket's timeout detection more robust.
Tom Lane
2015-07-18
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-17
Repair mishandling of cached cast-expression trees in plpgsql.
Tom Lane
2015-07-17
Fix entirely broken permissions test in new alter_operator regression test.
Tom Lane
[next]