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
/
include
Age
Commit message (
Expand
)
Author
2015-09-19
Glue layer to connect the executor to the shm_mq mechanism.
Robert Haas
2015-09-18
Fix low-probability memory leak in regex execution.
Tom Lane
2015-09-17
Add new function planstate_tree_walker.
Robert Haas
2015-09-17
Fix bug introduced by microvacuum for GiST
Teodor Sigaev
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
Sync regex code with Tcl 8.6.4.
Tom Lane
2015-09-16
Remove no-longer-used T_PrivGrantee node tag.
Tom Lane
2015-09-15
RLS refactoring
Stephen Frost
2015-09-15
Fix comment regarding the meaning of infinity for timeline history entry
Fujii Masao
2015-09-11
Install lwlocknames.h even in vpath builds.
Robert Haas
2015-09-11
Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.
Robert Haas
2015-09-11
When trace_lwlocks is used, identify individual lwlocks by name.
Robert Haas
2015-09-09
Microvacuum for GIST
Teodor Sigaev
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-08
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-06
Add ability to reserve WAL upon slot creation via replication protocol.
Andres Freund
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-03
Assorted code review for recent ProcArrayLock patch.
Robert Haas
2015-09-02
Allow usage of huge maintenance_work_mem for GIN build.
Teodor Sigaev
2015-08-31
Clean up icc + ia64 situation.
Tom Lane
2015-08-31
Allow icc to use the same atomics infrastructure as gcc.
Tom Lane
2015-08-31
Actually, it's not that hard to merge the Windows pqsignal code ...
Tom Lane
2015-08-31
Remove support for Unix systems without the POSIX signal APIs.
Tom Lane
2015-08-31
Remove long-dead support for platforms without sig_atomic_t.
Tom Lane
2015-08-29
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
Tom Lane
2015-08-25
Limit the verbosity of memory context statistics dumps.
Tom Lane
2015-08-23
Avoid use of float arithmetic in bipartite_match.c.
Tom Lane
2015-08-21
Remove ExecGetScanType function
Alvaro Herrera
2015-08-21
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-14
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-13
Run autoheader to add a few missing #defines to pg_config.h.in.
Heikki Linnakangas
2015-08-12
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-12
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-08-11
Don't include rel.h when relcache.h is sufficient
Alvaro Herrera
2015-08-11
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
Introduce macros determining if a replication slot is physical or logical.
Andres Freund
2015-08-10
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-08-10
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-07
Attempt to work around a 32bit xlc compiler bug from a different place.
Andres Freund
2015-08-07
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
Reduce ProcArrayLock contention by removing backends in batches.
Robert Haas
2015-08-06
Improve includes introduced in the replication origins patch.
Andres Freund
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
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
Fix comment atomics.h.
Andres Freund
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
Share transition state between different aggregates when possible.
Heikki Linnakangas
[next]