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
/
backend
Age
Commit message (
Expand
)
Author
2018-02-14
Silence assorted "variable may be used uninitialized" warnings.
Tom Lane
2018-02-13
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-13
Add procedure support to pg_get_functiondef
Peter Eisentraut
2018-02-13
Fix typo
Peter Eisentraut
2018-02-12
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-12
Fix parallel index builds for dynamic_shared_memory_type=none.
Robert Haas
2018-02-10
Avoid premature free of pass-by-reference CALL arguments.
Tom Lane
2018-02-10
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-09
Clear stmt_timeout_active if we disable_all_timeouts.
Robert Haas
2018-02-08
Fix incorrect method name in comment.
Robert Haas
2018-02-08
Avoid listing the same ResultRelInfo in more than one EState list.
Robert Haas
2018-02-08
Fix possible infinite loop with Parallel Append.
Robert Haas
2018-02-07
Add more information_schema columns
Peter Eisentraut
2018-02-07
Update out-of-date comment in StartupXLOG.
Robert Haas
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-06
Fix incorrect grammar.
Robert Haas
2018-02-06
Avoid valgrind complaint about write() of uninitalized bytes.
Robert Haas
2018-02-06
Doc: move info for btree opclass implementors into main documentation.
Tom Lane
2018-02-05
Fix possible crash in partition-wise join.
Robert Haas
2018-02-05
Fix RelationBuildPartitionKey's processing of partition key expressions.
Tom Lane
2018-02-05
Skip setting up shared instrumentation for Hash node if not needed.
Tom Lane
2018-02-02
Fix another instance of unsafe coding for shm_toc_lookup failure.
Tom Lane
2018-02-02
Be more wary about shm_toc_lookup failure.
Tom Lane
2018-02-02
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-02-02
Refactor code for partition bound searching
Robert Haas
2018-02-02
Add new function WaitForParallelWorkersToAttach.
Robert Haas
2018-02-01
Fix possible failure to mark hash metapage dirty.
Robert Haas
2018-01-31
Fix typo: colums -> columns.
Robert Haas
2018-01-31
Fix list partition constraints for partition keys of array type.
Robert Haas
2018-01-30
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-30
Add some noreturn attributes to help static analyzers
Peter Eisentraut
2018-01-30
Silence complaint about dead assignment
Peter Eisentraut
2018-01-29
Introduce ExecQualAndReset() helper.
Andres Freund
2018-01-29
Save a few bytes by removing useless last argument to SearchCatCacheList.
Tom Lane
2018-01-29
Initialize unused ExprEvalStep fields.
Andres Freund
2018-01-29
Improve bit perturbation in TupleHashTableHash.
Andres Freund
2018-01-28
Add stack-overflow guards in set-operation planning.
Tom Lane
2018-01-28
C includes: Reorder C includes in partition.c
Bruce Momjian
2018-01-27
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2018-01-26
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
Factor some code out of create_grouping_paths.
Robert Haas
2018-01-26
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
2018-01-26
Use abstracted SSL API in server connection log messages
Peter Eisentraut
2018-01-25
Add missing "static" markers.
Tom Lane
2018-01-25
Ignore partitioned indexes where appropriate
Alvaro Herrera
2018-01-25
Remove use of byte-masking macros in record_image_cmp
Peter Eisentraut
2018-01-24
Avoid referencing off the end of subplan_partition_offsets.
Robert Haas
2018-01-24
Improve implementation of pg_attribute_always_inline.
Tom Lane
2018-01-23
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
[next]