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-11-12
libpq: Notice errors a backend may have sent just before dying.
Robert Haas
2015-11-12
Make idle backends exit if the postmaster dies.
Robert Haas
2015-11-12
Provide readfuncs support for custom scans.
Robert Haas
2015-11-11
Be more noisy about "wrong number of nailed relations" initfile problems.
Tom Lane
2015-11-11
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-11
Make sequential scans parallel-aware.
Robert Haas
2015-11-11
Add outfuncs.c support for GatherPath.
Robert Haas
2015-11-10
Add missing "static" qualifier.
Tom Lane
2015-11-09
Comment update.
Robert Haas
2015-11-09
Fix rebasing mistake in nodeGather.c
Robert Haas
2015-11-09
Add a dummy return statement to TupleQueueRemap.
Robert Haas
2015-11-08
Set replication origin when decoding commit records.
Andres Freund
2015-11-08
Don't connect() to a wildcard address in test_postmaster_connection().
Noah Misch
2015-11-08
Remove set-but-not-used variables.
Robert Haas
2015-11-07
Add "xid <> xid" and "xid <> int4" operators.
Tom Lane
2015-11-07
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
Tom Lane
2015-11-07
Fix enforcement of restrictions inside regexp lookaround constraints.
Tom Lane
2015-11-07
Try to convince gcc that TupleQueueRemap never falls off the end.
Robert Haas
2015-11-07
When completing ALTER INDEX .. SET, add an equals sign also.
Robert Haas
2015-11-06
Modify tqueue infrastructure to support transient record types.
Robert Haas
2015-11-06
Remove unnecessary cast in previous commit.
Robert Haas
2015-11-06
Add sort support routine for the UUID data type.
Robert Haas
2015-11-06
Set include_realm=1 default in parse_hba_line
Stephen Frost
2015-11-06
pg_size_pretty: Format negative values similar to positive ones.
Robert Haas
2015-11-05
Fix erroneous hash calculations in gin_extract_jsonb_path().
Tom Lane
2015-11-05
Fix memory leaks in PL/Python.
Tom Lane
2015-11-05
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-11-05
Improve implementation of GEQO's init_tour() function.
Tom Lane
2015-11-05
Update spelling of COPY options
Peter Eisentraut
2015-11-03
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-11-03
Improve comments about abbreviation abort.
Robert Haas
2015-11-03
Code + docs review for unicode linestyle patch.
Tom Lane
2015-11-03
shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive.
Robert Haas
2015-11-03
Correct tiny inaccuracy in strxfrm cache comment.
Robert Haas
2015-11-03
Remove some more dead Alpha-specific code.
Tom Lane
2015-11-02
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-10-31
Fix serialization anomalies due to race conditions on INSERT.
Kevin Grittner
2015-10-30
Implement lookbehind constraints in our regular-expression engine.
Tom Lane
2015-10-30
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-30
Fix typo in bgworker.c
Robert Haas
2015-10-29
Remove some remains from Alpha support removal
Peter Eisentraut
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-28
Add missing serial comma, for consistency.
Robert Haas
2015-10-28
Fix incorrect message in ATWrongRelkindError.
Robert Haas
2015-10-28
Fix secondary expected output for commit_ts test
Alvaro Herrera
2015-10-27
Make Gather node projection-capable.
Robert Haas
2015-10-27
Fix BRIN free space computations
Alvaro Herrera
2015-10-27
Cleanup commit timestamp module activaction, again
Alvaro Herrera
2015-10-27
Measure string lengths only once
Alvaro Herrera
2015-10-23
shm_mq: Repair breakage from previous commit.
Robert Haas
[next]