index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-19
Fix possible core dump in parallel restore when using a TOC list.
Tom Lane
2017-08-19
Fix creation of ICU comments for keyword variants
Peter Eisentraut
2017-08-18
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-17
Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.
Tom Lane
2017-08-17
Don't lock tables in RelationGetPartitionDispatchInfo.
Robert Haas
2017-08-17
Refactor validation of new partitions a little bit.
Robert Haas
2017-08-17
Attempt to clarify comments related to force_parallel_mode.
Robert Haas
2017-08-17
Fix ExecReScanGatherMerge.
Tom Lane
2017-08-17
Further tweaks to compiler flags for PL/Perl on Windows.
Tom Lane
2017-08-17
Add missing "static" marker.
Tom Lane
2017-08-16
pg_dump: Support using synchronized snapshots on standbys
Peter Eisentraut
2017-08-16
Fix pg_atomic_u64 initialization.
Heikki Linnakangas
2017-08-16
Make the planner assume that the entries in a VALUES list are distinct.
Tom Lane
2017-08-16
Fix shm_toc.c to always return buffer-aligned memory.
Heikki Linnakangas
2017-08-16
Correct representation of foreign tables in information schema
Peter Eisentraut
2017-08-16
Use atomic ops to hand out pages to scan in parallel scan.
Heikki Linnakangas
2017-08-16
Remove dedicated B-tree root-split record types.
Heikki Linnakangas
2017-08-16
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-16
Initialize replication_slot_catalog_xmin in procarray
Peter Eisentraut
2017-08-16
pg_receivewal: Improve verbose mode
Peter Eisentraut
2017-08-15
Include foreign tables in information_schema.table_privileges
Peter Eisentraut
2017-08-15
psql: Add tab completion for \pset pager
Peter Eisentraut
2017-08-15
Simplify autovacuum work-item implementation
Alvaro Herrera
2017-08-15
Make simpler-simple-expressions code cope with a Gather plan.
Tom Lane
2017-08-15
Fix logical replication protocol comparison logic
Peter Eisentraut
2017-08-15
Simplify some code in logical replication launcher
Peter Eisentraut
2017-08-15
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-15
Fix error handling path in autovacuum launcher
Alvaro Herrera
2017-08-15
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-15
Simplify plpgsql's check for simple expressions.
Tom Lane
2017-08-15
Allow continuation lines in ecpg cppline parsing.
Michael Meskes
2017-08-15
Distinguish wait-for-connection from wait-for-write-ready on Windows.
Tom Lane
2017-08-15
Teach adjust_appendrel_attrs(_multilevel) to do multiple translations.
Robert Haas
2017-08-15
Avoid unnecessary single-child Append nodes.
Robert Haas
2017-08-15
Add missing call to ExecReScanGatherMerge.
Robert Haas
2017-08-15
pg_dump: Add a --load-via-partition-root option.
Robert Haas
2017-08-14
Expand coverage of parallel gather merge a bit.
Andres Freund
2017-08-14
Stamp HEAD as 11devel.
Tom Lane
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-08-14
Fix typo
Peter Eisentraut
2017-08-14
Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.
Tom Lane
2017-08-14
Changed ecpg parser to allow RETURNING clauses without attached C variables.
Michael Meskes
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-08-13
Reword comment for clarity
Alvaro Herrera
2017-08-12
Simplify fetch-slot-xmins logic in recovery TAP tests.
Tom Lane
2017-08-11
Be more thorough about cleaning out gcov litter.
Tom Lane
2017-08-11
Add regression tests exercising more code paths in nodeLimit.c.
Tom Lane
2017-08-11
Add regression tests exercising the non-hashed code paths in nodeSetop.c.
Tom Lane
[next]