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
Age
Commit message (
Expand
)
Author
2016-01-22
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
Remove unused argument from ginInsertCleanup()
Fujii Masao
2016-01-21
Refactor headers to split out standby defs
Simon Riggs
2016-01-21
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
2016-01-21
psql: Add tab completion for COPY with query
Peter Eisentraut
2016-01-21
Refactor to create generic WAL page read callback
Simon Riggs
2016-01-20
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-20
PostgresNode: Add names to nodes
Alvaro Herrera
2016-01-20
Properly install dynloader.h on MSVC builds
Bruce Momjian
2016-01-20
Fix assorted inconsistencies in GIN opclass support function declarations.
Tom Lane
2016-01-19
Add two HyperLogLog functions
Alvaro Herrera
2016-01-19
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-19
Remove Cygwin-specific code from pg_ctl
Andrew Dunstan
2016-01-18
Add explicit cast to amcostestimate call.
Tom Lane
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-18
Re-pgindent a few files.
Tom Lane
2016-01-17
Remove dead code in pg_dump.
Tom Lane
2016-01-17
psql: Add completion support for DROP INDEX CONCURRENTLY
Peter Eisentraut
2016-01-15
Fix minor typo in comment
Magnus Hagander
2016-01-15
Fix spelling mistakes.
Robert Haas
2016-01-14
Fix build_grouping_chain() to not clobber its input lists.
Tom Lane
2016-01-14
Properly close token in sspi authentication
Magnus Hagander
2016-01-13
Handle extension members when first setting object dump flags in pg_dump.
Tom Lane
2016-01-13
Access pg_dump's options structs through Archive struct, not directly.
Tom Lane
2016-01-13
Run pgindent on src/bin/pg_dump/*
Tom Lane
2016-01-13
psql: Improve CREATE INDEX CONCURRENTLY tab completion
Peter Eisentraut
2016-01-13
psql: Fix CREATE INDEX tab completion
Peter Eisentraut
2016-01-13
psql: Update tab completion comment
Peter Eisentraut
2016-01-12
Add new user fn pg_current_xlog_flush_location()
Simon Riggs
2016-01-12
Maintain local LogwrtResult consistently
Simon Riggs
2016-01-12
Remove no-longer-needed old-style check for incompatible plpythons.
Tom Lane
2016-01-12
Avoid dump/reload problems when using both plpython2 and plpython3.
Tom Lane
2016-01-11
Remove obsolete comment.
Robert Haas
2016-01-09
Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.
Tom Lane
2016-01-09
Add some checks on "char"-type columns to type_sanity and opr_sanity.
Tom Lane
2016-01-09
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-09
Clean up code for widget_in() and widget_out().
Tom Lane
2016-01-09
Revoke change to rmgr desc of btree vacuum
Simon Riggs
2016-01-09
Add STRICT to some C functions created by the regression tests.
Tom Lane
2016-01-09
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-08
Revert "Blind attempt at a Cygwin fix"
Alvaro Herrera
2016-01-08
Fix typo in comment
Magnus Hagander
2016-01-08
Remove reundand include of TestLib
Magnus Hagander
2016-01-08
Marginal cleanup of GROUPING SETS code in grouping_planner().
Tom Lane
2016-01-08
Delay creation of subplan tlist until after create_plan().
Tom Lane
2016-01-07
Fix order of arguments to va_start()
Alvaro Herrera
2016-01-07
Fix unobvious interaction between -X switch and subdirectory creation.
Tom Lane
2016-01-07
Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.
Tom Lane
[next]