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
2017-09-05
Reformat psql's --help=variables output.
Tom Lane
2017-09-04
Be more careful about newline-chomping in pgbench.
Tom Lane
2017-09-04
Fix some subtle problems in pgbench transaction stats counting.
Tom Lane
2017-09-04
Adjust pgbench to allow non-ASCII characters in variable names.
Tom Lane
2017-09-04
Fix translatable string
Alvaro Herrera
2017-09-03
Suppress compiler warnings in dshash.c.
Tom Lane
2017-09-03
Fix macro-redefinition warning on MSVC.
Tom Lane
2017-09-01
Improve division of labor between execParallel.c and nodeGather[Merge].c.
Tom Lane
2017-09-01
Add memory info to getrusage output
Peter Eisentraut
2017-09-01
Tighten up some code in RelationBuildPartitionDesc.
Robert Haas
2017-09-01
Make [U]INT64CONST safe for use in #if conditions.
Tom Lane
2017-09-01
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-09-01
pg_dumpall: Add a -E flag to set the encoding, like pg_dump has.
Robert Haas
2017-09-01
Use group updates when setting transaction status in clog.
Robert Haas
2017-09-01
Fix two-phase commit test for recovery mode
Alvaro Herrera
2017-09-01
Restore behavior for replication origin drop
Alvaro Herrera
2017-09-01
Avoid race condition in logical replication test
Simon Riggs
2017-09-01
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-09-01
Fix assorted carelessness about Datum vs. int64 vs. uint64
Robert Haas
2017-09-01
Try to repair poorly-considered code in previous commit.
Robert Haas
2017-09-01
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
Avoid memory leaks when a GatherMerge node is rescanned.
Tom Lane
2017-08-31
Expand partitioned tables in PartDesc order.
Robert Haas
2017-08-31
Clean up shm_mq cleanup.
Tom Lane
2017-08-31
Improve code coverage of select_parallel test.
Tom Lane
2017-08-31
Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
Peter Eisentraut
2017-08-30
Code review for nodeGatherMerge.c.
Tom Lane
2017-08-30
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.
Tom Lane
2017-08-30
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-29
Teach libpq to detect integer overflow in the row count of a PGresult.
Tom Lane
2017-08-29
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-29
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-08-28
Fix over-aggressive sanity check in misc_sanity.sql.
Tom Lane
2017-08-26
Changed order of statements and added an additiona MSVC safeguard to make ecpg
Michael Meskes
2017-08-26
pg_test_timing: Some NLS fixes
Peter Eisentraut
2017-08-26
Make setlocale in ECPG test cases thread aware on Windows.
Michael Meskes
2017-08-25
Fix locale dependency in new ecpg test case.
Tom Lane
2017-08-25
pg_upgrade: Remove more dead code
Peter Eisentraut
2017-08-25
Message translatability fixes
Peter Eisentraut
2017-08-25
Implement DO CONTINUE action for ECPG WHENEVER statement.
Michael Meskes
2017-08-25
Code review for pushing LIMIT through subqueries.
Tom Lane
2017-08-25
Add minimal regression test for blessed record type transfer.
Andres Freund
2017-08-25
Consolidate the function pointer types used by dshash.c.
Andres Freund
2017-08-24
Fix unlikely shared memory leak after failure in dshash_create().
Andres Freund
2017-08-24
Fix harmless thinko in dsa.c.
Andres Freund
2017-08-24
psql: Fix \gx when FETCH_COUNT is used
Stephen Frost
2017-08-24
pg_upgrade: Remove dead code
Peter Eisentraut
2017-08-24
Increase SCRAM salt length
Peter Eisentraut
2017-08-24
Make new regression test case parallel-safe, and improve its output.
Tom Lane
[next]