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
/
contrib
Age
Commit message (
Expand
)
Author
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-14
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-14
Further fix pg_trgm's extraction of trigrams from regular expressions.
Tom Lane
2017-04-14
Remove useless trailing spaces in queries in C strings
Peter Eisentraut
2017-04-13
Fix regexport.c to behave sanely with lookaround constraints.
Tom Lane
2017-04-12
Fix pgstattuple's handling of unused hash pages.
Robert Haas
2017-04-11
Simplify handling of remote-qual pass-forward in postgres_fdw.
Tom Lane
2017-04-11
Handle restriction clause lists more uniformly in postgres_fdw.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
Fix whitespace
Peter Eisentraut
2017-04-09
Make sepgsql regression tests robust vs. collation differences
Joe Conway
2017-04-09
Add partitioned table support to sepgsql
Joe Conway
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-06
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
Silence uninitialized variable compiler warning in sepgsql
Joe Conway
2017-04-06
Silence compiler warning in sepgsql
Joe Conway
2017-04-06
Fix AclResult vs bool type mix-up
Peter Eisentraut
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
Fix pageinspect failures on hash indexes.
Robert Haas
2017-04-05
dblink: Small code rearrangement for clarity
Peter Eisentraut
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-05
pageinspect: Add bt_page_items function with bytea argument
Peter Eisentraut
2017-04-04
Force synchronous commit in new-ish test_decoding test.
Andres Freund
2017-04-04
Expand hash indexes more gradually.
Robert Haas
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-01
Try to fix breakage of sepgsql hooks by ENR patch.
Kevin Grittner
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.
Robert Haas
2017-03-30
Fix pgrowlocks minor coding oversight
Simon Riggs
2017-03-30
Default monitoring roles
Simon Riggs
2017-03-30
Remove support for version-0 calling conventions.
Andres Freund
2017-03-30
Move contrib/seg to only use V1 calling conventions.
Andres Freund
2017-03-28
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
dblink: Fix error reporting
Peter Eisentraut
2017-03-28
Show ignored constants as "$N" rather than "?" in pg_stat_statements.
Tom Lane
2017-03-27
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-26
Blindly attempt to fix sepgsql tests #2.
Andres Freund
2017-03-26
Blindly attempt to fix sepgsql tests.
Andres Freund
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-22
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-21
Add btree_gin support for enum types
Andrew Dunstan
2017-03-21
Add btree_gist support for enum types.
Andrew Dunstan
2017-03-21
Use CallerFInfoFunctionCall with btree_gist for varlena types
Andrew Dunstan
2017-03-21
Use CallerFInfoFunctionCall with btree_gist for numeric types
Andrew Dunstan
2017-03-17
pageinspect: Add page_checksum function
Peter Eisentraut
2017-03-17
pageinspect: Add test for page_header function
Peter Eisentraut
[next]