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
2015-08-07
Fix old oversight in join removal logic.
Tom Lane
2015-08-07
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
Fix incorrect calculation in shm_mq_receive.
Robert Haas
2015-08-06
Reduce ProcArrayLock contention by removing backends in batches.
Robert Haas
2015-08-06
Reconcile nodes/*funcs.c with recent work.
Noah Misch
2015-08-05
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.
Tom Lane
2015-08-05
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
Fix debug message output when connecting to a logical slot.
Andres Freund
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
Fix a PlaceHolderVar-related oversight in star-schema planning patch.
Tom Lane
2015-08-04
Cap wal_buffers to avoid a server crash when it's set very large.
Robert Haas
2015-08-04
Update comment to match behavior of latest code.
Robert Haas
2015-08-04
Share transition state between different aggregates when possible.
Heikki Linnakangas
2015-08-03
RLS: Keep deny policy when only restrictive exist
Stephen Frost
2015-08-03
Make recovery rename tablespace_map to *.old if backup_label is not present.
Fujii Masao
2015-08-03
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
Avoid calling memcpy() with a NULL source pointer and count == 0.
Tom Lane
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-08-02
Fix race condition that lead to WALInsertLock deadlock with commit_delay.
Heikki Linnakangas
2015-08-02
Micro optimize LWLockAttemptLock() a bit.
Andres Freund
2015-08-02
Fix issues around the "variable" support in the lwlock infrastructure.
Andres Freund
2015-08-02
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-08-01
Teach predtest.c that "foo" implies "foo IS NOT NULL".
Tom Lane
2015-07-31
Fix an oversight in checking whether a join with LATERAL refs is legal.
Tom Lane
2015-07-30
Fix broken assertion in BRIN code
Alvaro Herrera
2015-07-30
Use appropriate command type when retrieving relation's policies.
Joe Conway
2015-07-30
Avoid some zero-divide hazards in the planner.
Tom Lane
2015-07-30
Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
Andrew Dunstan
2015-07-29
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
Fix incorrect comment.
Robert Haas
2015-07-29
Add missing post create and alter hooks to policy objects.
Joe Conway
2015-07-29
Remove outdated comment in LWLockDequeueSelf's header.
Andres Freund
2015-07-29
Fix typo in comment.
Heikki Linnakangas
2015-07-28
Suppress "variable may be used uninitialized" warning.
Tom Lane
2015-07-28
Disallow converting a table to a view if row security is present.
Joe Conway
2015-07-28
Create a pg_shdepend entry for each role in TO clause of policies.
Joe Conway
2015-07-28
Only adjust negative indexes in json_get up to the length of the path.
Andrew Dunstan
2015-07-28
Reduce chatter from signaling of autovacuum workers.
Tom Lane
2015-07-28
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
Remove ssl renegotiation support.
Andres Freund
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
Another attempt at fixing memory leak in xlogreader.
Heikki Linnakangas
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 PageIsEmpty() returns true on an all-zeros page.
Heikki Linnakangas
2015-07-27
Fix memory leak in xlogreader facility.
Heikki Linnakangas
[next]