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
/
include
Age
Commit message (
Expand
)
Author
2017-11-02
Teach planner to account for HAVING quals in aggregation plan nodes.
Tom Lane
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-01
Allow bitmap scans to operate as index-only scans when possible.
Tom Lane
2017-11-01
Fix ALTER TABLE code to update domain constraints when needed.
Tom Lane
2017-10-29
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
Add hash_combine64.
Robert Haas
2017-10-27
Revert "Move new structure member to the end."
Robert Haas
2017-10-27
Move new structure member to the end.
Robert Haas
2017-10-27
Fix mistaken failure to allow parallelism in corner case.
Robert Haas
2017-10-26
Support domains over composite types.
Tom Lane
2017-10-25
Add a utility function to extract variadic function arguments
Andrew Dunstan
2017-10-16
Allow the built-in ordered-set aggregates to share transition state.
Tom Lane
2017-10-16
Repair breakage of aggregate FILTER option.
Tom Lane
2017-10-14
gcc's support for __attribute__((noinline)) hasn't been around forever.
Tom Lane
2017-10-14
Explicitly track whether aggregate final functions modify transition state.
Tom Lane
2017-10-13
Improve sys/catcache performance.
Andres Freund
2017-10-13
Add pg_noinline macro to c.h.
Andres Freund
2017-10-13
Rely on sizeof(typename) rather than sizeof(variable) in pqformat.h.
Tom Lane
2017-10-12
Use C99 restrict via pg_restrict, rather than restrict directly.
Andres Freund
2017-10-12
Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.
Robert Haas
2017-10-12
Fix AggGetAggref() so it won't lie to aggregate final functions.
Tom Lane
2017-10-12
Temporary attempt at a workaround for further MSVC restrict build failures.
Andres Freund
2017-10-12
Work around overly strict restrict checks by MSVC.
Andres Freund
2017-10-12
Improve performance of SendRowDescriptionMessage.
Andres Freund
2017-10-11
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-10-11
Add more efficient functions to pqformat API.
Andres Freund
2017-10-11
Allow to avoid NUL-byte management for stringinfos and use in format.c.
Andres Freund
2017-10-11
Add configure infrastructure to detect support for C99's restrict.
Andres Freund
2017-10-11
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-10-10
Rewrite strnlen replacement implementation from 8a241792f96.
Andres Freund
2017-10-09
Add pg_strnlen() a portable implementation of strlen.
Andres Freund
2017-10-08
Reduce memory usage of targetlist SRFs.
Andres Freund
2017-10-08
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
Tom Lane
2017-10-06
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-06
Copy information from the relcache instead of pointing to it.
Robert Haas
2017-10-06
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
Basic partition-wise join functionality.
Robert Haas
2017-10-04
Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.
Andres Freund
2017-10-04
Replace binary search in fmgr_isbuiltin with a lookup array.
Andres Freund
2017-10-03
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-03
Fix race condition with unprotected use of a latch pointer variable.
Tom Lane
2017-10-01
Remove redundant stdint.h include.
Andres Freund
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-30
Fix copy & pasto in 510b8cbff15f.
Andres Freund
2017-09-30
Fix typo.
Andres Freund
2017-09-30
Extend & revamp pg_bswap.h infrastructure.
Andres Freund
2017-09-29
Add background worker type
Peter Eisentraut
2017-09-29
Remove replacement selection sort.
Robert Haas
2017-09-27
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-26
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
[next]