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
2017-01-23
Fix example plan in optimizer/README.
Tom Lane
2017-01-22
Relocate static function declarations to be after typedefs in jsonfuncs.c.
Tom Lane
2017-01-22
Remove no-longer-needed loop in ExecGather().
Tom Lane
2017-01-22
Add missing break
Peter Eisentraut
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
Avoid useless respawining the autovacuum launcher at high speed.
Robert Haas
2017-01-20
Fix comparison logic in partition_bounds_equal for non-finite bounds.
Robert Haas
2017-01-20
Record dependencies on owners for logical replication objects
Alvaro Herrera
2017-01-20
Try to fix non-MSVC Windows builds in the wake of logical replication.
Tom Lane
2017-01-20
Logical replication
Peter Eisentraut
2017-01-20
Avoid core dump for empty prepared statement in an aborted transaction.
Tom Lane
2017-01-19
Fix Assert failure induced by commit 215b43cdc.
Tom Lane
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-19
Avoid some code duplication in map_partition_varattnos().
Robert Haas
2017-01-19
Fix some problems in check_new_partition_bound().
Robert Haas
2017-01-19
Fix RETURNING to work correctly with partition tuple routing.
Robert Haas
2017-01-19
Fix failure to enforce partitioning contraint for internal partitions.
Robert Haas
2017-01-19
Allow negative years in make_date to represent BC years
Alvaro Herrera
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
Improve comment in hashsearch.c.
Robert Haas
2017-01-18
Implement array version of jsonb_delete and operator
Magnus Hagander
2017-01-18
Disable transforms that replaced AT TIME ZONE with RelabelType.
Tom Lane
2017-01-18
Update information_schema queries and system views for new relkind.
Robert Haas
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
Factor out logic for computing number of parallel workers.
Robert Haas
2017-01-18
Avoid conflicts with collation aliases generated by stripping.
Tom Lane
2017-01-18
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
Add function to import operating system collations
Peter Eisentraut
2017-01-17
Remove dead code in bootstrap
Alvaro Herrera
2017-01-17
Fix typo
Alvaro Herrera
2017-01-17
Fix typo
Alvaro Herrera
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
Rename C symbols for backend lo_ functions
Peter Eisentraut
2017-01-17
Remove unnecessary include
Peter Eisentraut
2017-01-17
Fix an assertion failure related to an exclusive backup.
Fujii Masao
2017-01-16
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-16
Fix NULL pointer dereference in tuplesort.c.
Tom Lane
2017-01-16
Fix typos in comments.
Fujii Masao
2017-01-15
Fix matching of boolean index columns to sort ordering.
Tom Lane
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.
Tom Lane
2017-01-14
Change default values for backup and replication parameters
Magnus Hagander
2017-01-13
Fix a bug in how we generate partition constraints.
Robert Haas
2017-01-13
Fix cardinality estimates for parallel joins.
Robert Haas
2017-01-12
Fix incorrect function name in comment.
Robert Haas
2017-01-11
Fix some typos in comments
Magnus Hagander
2017-01-10
Fix overflow check in StringInfo; add missing casts
Alvaro Herrera
2017-01-10
Improve coding in _hash_addovflpage.
Robert Haas
2017-01-09
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
[next]