projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2017-08-29
Robert Haas
Propagate sort instrumentation from workers back to...
commit
|
commitdiff
|
tree
2017-08-29
Robert Haas
Push tuple limits through Gather and Gather Merge.
commit
|
commitdiff
|
tree
2017-08-29
Tom Lane
Improve docs about numeric formatting patterns (to_char...
commit
|
commitdiff
|
tree
2017-08-28
Tom Lane
Doc: adjust release-note credit for parallel pg_restore...
commit
|
commitdiff
|
tree
2017-08-28
Tom Lane
Fix over-aggressive sanity check in misc_sanity.sql.
commit
|
commitdiff
|
tree
2017-08-28
Peter Eisentraut
Clarify documentation
commit
|
commitdiff
|
tree
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
2017-08-26
Tom Lane
Doc: update v10 release notes through today.
commit
|
commitdiff
|
tree
2017-08-26
Tom Lane
First-draft release notes for 9.6.5.
commit
|
commitdiff
|
tree
2017-08-26
Michael Meskes
Changed order of statements and added an additiona...
commit
|
commitdiff
|
tree
2017-08-26
Peter Eisentraut
pg_test_timing: Some NLS fixes
commit
|
commitdiff
|
tree
2017-08-26
Michael Meskes
Make setlocale in ECPG test cases thread aware on Windows.
commit
|
commitdiff
|
tree
2017-08-25
Robert Haas
Improve low-level backup documentation.
commit
|
commitdiff
|
tree
2017-08-25
Tom Lane
Fix locale dependency in new ecpg test case.
commit
|
commitdiff
|
tree
2017-08-25
Peter Eisentraut
pg_upgrade: Remove more dead code
commit
|
commitdiff
|
tree
2017-08-25
Peter Eisentraut
Message translatability fixes
commit
|
commitdiff
|
tree
2017-08-25
Michael Meskes
Implement DO CONTINUE action for ECPG WHENEVER statement.
commit
|
commitdiff
|
tree
2017-08-25
Tom Lane
Code review for pushing LIMIT through subqueries.
commit
|
commitdiff
|
tree
2017-08-25
Andres Freund
Add minimal regression test for blessed record type...
commit
|
commitdiff
|
tree
2017-08-25
Andres Freund
Consolidate the function pointer types used by dshash.c.
commit
|
commitdiff
|
tree
2017-08-24
Andres Freund
Fix unlikely shared memory leak after failure in dshash...
commit
|
commitdiff
|
tree
2017-08-24
Andres Freund
Fix harmless thinko in dsa.c.
commit
|
commitdiff
|
tree
2017-08-24
Stephen Frost
psql: Fix \gx when FETCH_COUNT is used
commit
|
commitdiff
|
tree
2017-08-24
Peter Eisentraut
pg_upgrade: Remove dead code
commit
|
commitdiff
|
tree
2017-08-24
Peter Eisentraut
Increase SCRAM salt length
commit
|
commitdiff
|
tree
2017-08-24
Tom Lane
Make new regression test case parallel-safe, and improv...
commit
|
commitdiff
|
tree
2017-08-24
Peter Eisentraut
Fix up secondary expected files
commit
|
commitdiff
|
tree
2017-08-23
Peter Eisentraut
Update code comment for temporary replication slots
commit
|
commitdiff
|
tree
2017-08-23
Peter Eisentraut
Fix outdated comment
commit
|
commitdiff
|
tree
2017-08-23
Peter Eisentraut
Improve plural handling in error message
commit
|
commitdiff
|
tree
2017-08-23
Peter Eisentraut
Tweak some SCRAM error messages and code comments
commit
|
commitdiff
|
tree
2017-08-23
Peter Eisentraut
Fix translation marker
commit
|
commitdiff
|
tree
2017-08-23
Andres Freund
Hash tables backed by DSA shared memory.
commit
|
commitdiff
|
tree
2017-08-23
Peter Eisentraut
pg_upgrade: Message translatability and style fixes
commit
|
commitdiff
|
tree
2017-08-22
Peter Eisentraut
doc: Mention identity column feature in section on...
commit
|
commitdiff
|
tree
2017-08-22
Andres Freund
Refactor typcache.c's record typmod hash table.
commit
|
commitdiff
|
tree
2017-08-22
Andres Freund
Add a hash_combine function for mixing hash values.
commit
|
commitdiff
|
tree
2017-08-21
Peter Eisentraut
Don't install ICU collation keyword variants
commit
|
commitdiff
|
tree
2017-08-21
Peter Eisentraut
Expand set of predefined ICU locales
commit
|
commitdiff
|
tree
2017-08-21
Robert Haas
Push limit through subqueries to underlying sort, where...
commit
|
commitdiff
|
tree
2017-08-21
Robert Haas
pg_prewarm: Add automatic prewarm feature.
commit
|
commitdiff
|
tree
2017-08-21
Noah Misch
Inject $(ICU_LIBS) regardless of platform.
commit
|
commitdiff
|
tree
2017-08-20
Andres Freund
Partially flatten struct tupleDesc so that it can be...
commit
|
commitdiff
|
tree
2017-08-20
Andres Freund
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc...
commit
|
commitdiff
|
tree
2017-08-19
Tom Lane
Fix possible core dump in parallel restore when using...
commit
|
commitdiff
|
tree
2017-08-19
Peter Eisentraut
Fix creation of ICU comments for keyword variants
commit
|
commitdiff
|
tree
2017-08-18
Robert Haas
Fix interaction of triggers, partitioning, and EXPLAIN...
commit
|
commitdiff
|
tree
2017-08-17
Tom Lane
Temporarily revert test case from a2b70c89ca1a5fcf6181d...
commit
|
commitdiff
|
tree
2017-08-17
Robert Haas
Don't lock tables in RelationGetPartitionDispatchInfo.
commit
|
commitdiff
|
tree
2017-08-17
Robert Haas
Refactor validation of new partitions a little bit.
commit
|
commitdiff
|
tree
2017-08-17
Robert Haas
Attempt to clarify comments related to force_parallel_mode.
commit
|
commitdiff
|
tree
2017-08-17
Tom Lane
Fix ExecReScanGatherMerge.
commit
|
commitdiff
|
tree
2017-08-17
Tom Lane
Further tweaks to compiler flags for PL/Perl on Windows.
commit
|
commitdiff
|
tree
2017-08-17
Peter Eisentraut
doc: Update RFC URLs
commit
|
commitdiff
|
tree
2017-08-17
Robert Haas
Remove bogus line from comment.
commit
|
commitdiff
|
tree
2017-08-17
Tom Lane
Add missing "static" marker.
commit
|
commitdiff
|
tree
2017-08-17
Peter Eisentraut
doc: Fix table column count
commit
|
commitdiff
|
tree
2017-08-16
Peter Eisentraut
pg_dump: Support using synchronized snapshots on standbys
commit
|
commitdiff
|
tree
2017-08-16
Heikki Linnakangas
Fix pg_atomic_u64 initialization.
commit
|
commitdiff
|
tree
2017-08-16
Tom Lane
Extend the default rules file for contrib/unaccent...
commit
|
commitdiff
|
tree
2017-08-16
Tom Lane
Make the planner assume that the entries in a VALUES...
commit
|
commitdiff
|
tree
2017-08-16
Heikki Linnakangas
Fix shm_toc.c to always return buffer-aligned memory.
commit
|
commitdiff
|
tree
2017-08-16
Peter Eisentraut
doc: Update URL of DocBook XSL stylesheets
commit
|
commitdiff
|
tree
2017-08-16
Peter Eisentraut
doc: Add logical replication to comparison matrix
commit
|
commitdiff
|
tree
2017-08-16
Peter Eisentraut
Correct representation of foreign tables in information...
commit
|
commitdiff
|
tree
2017-08-16
Heikki Linnakangas
Use atomic ops to hand out pages to scan in parallel...
commit
|
commitdiff
|
tree
2017-08-16
Heikki Linnakangas
Remove dedicated B-tree root-split record types.
commit
|
commitdiff
|
tree
2017-08-16
Peter Eisentraut
Fix up some misusage of appendStringInfo() and friends
commit
|
commitdiff
|
tree
2017-08-16
Peter Eisentraut
Initialize replication_slot_catalog_xmin in procarray
commit
|
commitdiff
|
tree
2017-08-16
Peter Eisentraut
doc: Document pg_receivewal exit behavior and status
commit
|
commitdiff
|
tree
2017-08-16
Peter Eisentraut
pg_receivewal: Improve verbose mode
commit
|
commitdiff
|
tree
2017-08-15
Peter Eisentraut
Include foreign tables in information_schema.table_priv...
commit
|
commitdiff
|
tree
2017-08-15
Peter Eisentraut
psql: Add tab completion for \pset pager
commit
|
commitdiff
|
tree
2017-08-15
Alvaro Herrera
Simplify autovacuum work-item implementation
commit
|
commitdiff
|
tree
2017-08-15
Tom Lane
Make simpler-simple-expressions code cope with a Gather...
commit
|
commitdiff
|
tree
2017-08-15
Peter Eisentraut
Fix logical replication protocol comparison logic
commit
|
commitdiff
|
tree
2017-08-15
Peter Eisentraut
doc: Add missing logical replication protocol message
commit
|
commitdiff
|
tree
2017-08-15
Peter Eisentraut
Simplify some code in logical replication launcher
commit
|
commitdiff
|
tree
2017-08-15
Peter Eisentraut
doc: Improve PDF bookmarks
commit
|
commitdiff
|
tree
2017-08-15
Tom Lane
Avoid out-of-memory in a hash join with many duplicate...
commit
|
commitdiff
|
tree
2017-08-15
Alvaro Herrera
Fix error handling path in autovacuum launcher
commit
|
commitdiff
|
tree
2017-08-15
Robert Haas
Assorted preparatory refactoring for partition-wise...
commit
|
commitdiff
|
tree
2017-08-15
Tom Lane
Simplify plpgsql's check for simple expressions.
commit
|
commitdiff
|
tree
2017-08-15
Michael Meskes
Allow continuation lines in ecpg cppline parsing.
commit
|
commitdiff
|
tree
2017-08-15
Tom Lane
Distinguish wait-for-connection from wait-for-write...
commit
|
commitdiff
|
tree
2017-08-15
Robert Haas
Teach adjust_appendrel_attrs(_multilevel) to do multipl...
commit
|
commitdiff
|
tree
2017-08-15
Robert Haas
Avoid unnecessary single-child Append nodes.
commit
|
commitdiff
|
tree
2017-08-15
Robert Haas
Add missing call to ExecReScanGatherMerge.
commit
|
commitdiff
|
tree
2017-08-15
Robert Haas
pg_dump: Add a --load-via-partition-root option.
commit
|
commitdiff
|
tree
2017-08-14
Andres Freund
Expand coverage of parallel gather merge a bit.
commit
|
commitdiff
|
tree
2017-08-14
Tom Lane
Stamp HEAD as 11devel.
commit
|
commitdiff
|
tree
2017-08-14
Tom Lane
Final pgindent + perltidy run for v10.
commit
|
commitdiff
|
tree
2017-08-14
Tom Lane
Handle elog(FATAL) during ROLLBACK more robustly.
commit
|
commitdiff
|
tree
2017-08-14
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2017-08-14
Peter Eisentraut
doc: Fix logical replication protocol doc detail
commit
|
commitdiff
|
tree
2017-08-14
Tom Lane
Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.
commit
|
commitdiff
|
tree
2017-08-14
Michael Meskes
Changed ecpg parser to allow RETURNING clauses without...
commit
|
commitdiff
|
tree
2017-08-13
Tom Lane
Remove AtEOXact_CatCache().
commit
|
commitdiff
|
tree
2017-08-13
Alvaro Herrera
Reword comment for clarity
commit
|
commitdiff
|
tree
2017-08-13
Noah Misch
Fix vertical spanning in table "wait_event Description".
commit
|
commitdiff
|
tree
next