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
2017-10-24
In the planner, delete joinaliasvars lists after we're done with them.
Tom Lane
2017-10-23
Update time zone data files to tzdata release 2017c.
Tom Lane
2017-10-23
Sync our copy of the timezone library with IANA release tzcode2017c.
Tom Lane
2017-10-23
Fix some oversights in expression dependency recording.
Tom Lane
2017-10-22
Adjust psql \d query to avoid use of @> operator.
Tom Lane
2017-10-20
Fix typcache's failure to treat ranges as container types.
Tom Lane
2017-10-20
Fix misimplementation of typcache logic for extended hashing.
Tom Lane
2017-10-19
Add more tests for reloptions
Alvaro Herrera
2017-10-19
Fix typos
Magnus Hagander
2017-10-19
Fix typo
Magnus Hagander
2017-10-19
UCS_to_most.pl: Process encodings in sorted order
Peter Eisentraut
2017-10-16
Fix incorrect handling of CTEs and ENRs as DML target relations.
Tom Lane
2017-10-16
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-16
Treat aggregate direct arguments as per-agg data not per-trans data.
Tom Lane
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-16
Rework DefineIndex relkind check
Alvaro Herrera
2017-10-15
Restore nodeAgg.c's ability to check for improperly-nested aggregates.
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-14
Reinstate genhtml --prefix option for non-vpath builds
Peter Eisentraut
2017-10-13
Add missing options to pg_regress help() output
Joe Conway
2017-10-13
Improve sys/catcache performance.
Andres Freund
2017-10-13
Add pg_noinline macro to c.h.
Andres Freund
2017-10-13
Force "restrict" not to be used when compiling with xlc.
Andres Freund
2017-10-13
Fix possible crash with Parallel Bitmap Heap Scan.
Robert Haas
2017-10-13
Improve implementation of CRE-stack-flattening in map_variable_attnos().
Tom Lane
2017-10-13
Rely on sizeof(typename) rather than sizeof(variable) in pqformat.h.
Tom Lane
2017-10-13
Attempt to fix LDAP build
Peter Eisentraut
2017-10-13
Log diagnostic messages if errors occur during LDAP auth.
Peter Eisentraut
2017-10-13
Improve LDAP cleanup code in error paths.
Peter Eisentraut
2017-10-12
Use C99 restrict via pg_restrict, rather than restrict directly.
Andres Freund
2017-10-12
Avoid coercing a whole-row variable that is already coerced.
Robert Haas
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
Synchronize error messages.
Robert Haas
2017-10-12
Infer functional dependency past RelabelType
Alvaro Herrera
2017-10-12
Fix logical replication to fire BEFORE ROW DELETE triggers.
Robert Haas
2017-10-12
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-12
Prevent sharing transition states between ordered-set aggregates.
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
Use one stringbuffer for all rows printed in printtup.c.
Andres Freund
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
Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.
Tom Lane
2017-10-11
Prevent idle in transaction session timeout from sometimes being ignored.
Andres Freund
[next]