projects
/
postgresql
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql
2017-09-03
Tom Lane
Fix macro-redefinition warning on MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-02
Peter Eisentraut
doc: Fix typos and other minor issues
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Tom Lane
Improve division of labor between execParallel.c and...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Peter Eisentraut
Add memory info to getrusage output
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Robert Haas
Tighten up some code in RelationBuildPartitionDesc.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Tom Lane
Make [U]INT64CONST safe for use in #if conditions.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Peter Eisentraut
doc: Remove mentions of server-side CRL and CA file...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Tom Lane
Ensure SIZE_MAX can be used throughout our code.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Robert Haas
pg_dumpall: Add a -E flag to set the encoding, like...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Simon Riggs
Provisional list of Major Features
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Robert Haas
Use group updates when setting transaction status in...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Alvaro Herrera
Fix two-phase commit test for recovery mode
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Alvaro Herrera
Restore behavior for replication origin drop
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Simon Riggs
Avoid race condition in logical replication test
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Alvaro Herrera
Add a WAIT option to DROP_REPLICATION_SLOT
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Simon Riggs
Add note about diskspace usage of pg_commit_ts
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Robert Haas
Fix assorted carelessness about Datum vs. int64 vs...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Robert Haas
Try to repair poorly-considered code in previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Robert Haas
Introduce 64-bit hash functions with a 64-bit seed.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-31
Tom Lane
Avoid memory leaks when a GatherMerge node is rescanned.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-31
Robert Haas
Expand partitioned tables in PartDesc order.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-31
Tom Lane
Clean up shm_mq cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-31
Tom Lane
Improve code coverage of select_parallel test.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-31
Peter Eisentraut
Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Tom Lane
Code review for nodeGatherMerge.c.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Tom Lane
Separate reinitialization of shared parallel-scan state...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Tom Lane
Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Tom Lane
Force rescanning of parallel-aware scan nodes below...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-29
Peter Eisentraut
doc: Avoid sidebar element
commit
|
commitdiff
|
tree
|
snapshot
2017-08-29
Tom Lane
Doc: document libpq's restriction to INT_MAX rows in...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-29
Tom Lane
Teach libpq to detect integer overflow in the row count...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-29
Robert Haas
Propagate sort instrumentation from workers back to...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-29
Robert Haas
Push tuple limits through Gather and Gather Merge.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-29
Tom Lane
Improve docs about numeric formatting patterns (to_char...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-28
Tom Lane
Doc: adjust release-note credit for parallel pg_restore...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-28
Tom Lane
Fix over-aggressive sanity check in misc_sanity.sql.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-28
Peter Eisentraut
Clarify documentation
commit
|
commitdiff
|
tree
|
snapshot
2017-08-27
Tom Lane
Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-26
Tom Lane
Doc: update v10 release notes through today.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-26
Tom Lane
First-draft release notes for 9.6.5.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-26
Michael Meskes
Changed order of statements and added an additiona...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-26
Peter Eisentraut
pg_test_timing: Some NLS fixes
commit
|
commitdiff
|
tree
|
snapshot
2017-08-26
Michael Meskes
Make setlocale in ECPG test cases thread aware on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-25
Robert Haas
Improve low-level backup documentation.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-25
Tom Lane
Fix locale dependency in new ecpg test case.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-25
Peter Eisentraut
pg_upgrade: Remove more dead code
commit
|
commitdiff
|
tree
|
snapshot
2017-08-25
Peter Eisentraut
Message translatability fixes
commit
|
commitdiff
|
tree
|
snapshot
2017-08-25
Michael Meskes
Implement DO CONTINUE action for ECPG WHENEVER statement.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-25
Tom Lane
Code review for pushing LIMIT through subqueries.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-25
Andres Freund
Add minimal regression test for blessed record type...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-25
Andres Freund
Consolidate the function pointer types used by dshash.c.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-24
Andres Freund
Fix unlikely shared memory leak after failure in dshash...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-24
Andres Freund
Fix harmless thinko in dsa.c.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-24
Stephen Frost
psql: Fix \gx when FETCH_COUNT is used
commit
|
commitdiff
|
tree
|
snapshot
2017-08-24
Peter Eisentraut
pg_upgrade: Remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2017-08-24
Peter Eisentraut
Increase SCRAM salt length
commit
|
commitdiff
|
tree
|
snapshot
2017-08-24
Tom Lane
Make new regression test case parallel-safe, and improv...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-24
Peter Eisentraut
Fix up secondary expected files
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Peter Eisentraut
Update code comment for temporary replication slots
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Peter Eisentraut
Fix outdated comment
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Peter Eisentraut
Improve plural handling in error message
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Peter Eisentraut
Tweak some SCRAM error messages and code comments
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Peter Eisentraut
Fix translation marker
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Andres Freund
Hash tables backed by DSA shared memory.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Peter Eisentraut
pg_upgrade: Message translatability and style fixes
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Peter Eisentraut
doc: Mention identity column feature in section on...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Andres Freund
Refactor typcache.c's record typmod hash table.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Andres Freund
Add a hash_combine function for mixing hash values.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-21
Peter Eisentraut
Don't install ICU collation keyword variants
commit
|
commitdiff
|
tree
|
snapshot
2017-08-21
Peter Eisentraut
Expand set of predefined ICU locales
commit
|
commitdiff
|
tree
|
snapshot
2017-08-21
Robert Haas
Push limit through subqueries to underlying sort, where...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-21
Robert Haas
pg_prewarm: Add automatic prewarm feature.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-21
Noah Misch
Inject $(ICU_LIBS) regardless of platform.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-20
Andres Freund
Partially flatten struct tupleDesc so that it can be...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-20
Andres Freund
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-19
Tom Lane
Fix possible core dump in parallel restore when using...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-19
Peter Eisentraut
Fix creation of ICU comments for keyword variants
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Robert Haas
Fix interaction of triggers, partitioning, and EXPLAIN...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Tom Lane
Temporarily revert test case from a2b70c89ca1a5fcf6181d...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Robert Haas
Don't lock tables in RelationGetPartitionDispatchInfo.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Robert Haas
Refactor validation of new partitions a little bit.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Robert Haas
Attempt to clarify comments related to force_parallel_mode.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Tom Lane
Fix ExecReScanGatherMerge.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Tom Lane
Further tweaks to compiler flags for PL/Perl on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Peter Eisentraut
doc: Update RFC URLs
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Robert Haas
Remove bogus line from comment.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Tom Lane
Add missing "static" marker.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Peter Eisentraut
doc: Fix table column count
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Peter Eisentraut
pg_dump: Support using synchronized snapshots on standbys
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Heikki Linnakangas
Fix pg_atomic_u64 initialization.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Tom Lane
Extend the default rules file for contrib/unaccent...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Tom Lane
Make the planner assume that the entries in a VALUES...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Heikki Linnakangas
Fix shm_toc.c to always return buffer-aligned memory.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Peter Eisentraut
doc: Update URL of DocBook XSL stylesheets
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Peter Eisentraut
doc: Add logical replication to comparison matrix
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Peter Eisentraut
Correct representation of foreign tables in information...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Heikki Linnakangas
Use atomic ops to hand out pages to scan in parallel...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Heikki Linnakangas
Remove dedicated B-tree root-split record types.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Peter Eisentraut
Fix up some misusage of appendStringInfo() and friends
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Peter Eisentraut
Initialize replication_slot_catalog_xmin in procarray
commit
|
commitdiff
|
tree
|
snapshot
next