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
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-12
Use the right memory context for partkey's FmgrInfo
Alvaro Herrera
2018-04-08
Remove overzeleous assertions in pg_atomic_flag code.
Andres Freund
2018-04-07
Fix and improve pg_atomic_flag fallback implementation.
Andres Freund
2018-04-04
Also fix the descriptions in pg_config.h.win32.
Heikki Linnakangas
2018-04-04
Fix incorrect description of USE_SLICING_BY_8_CRC32C.
Heikki Linnakangas
2018-03-30
Fix bogus provolatile/proparallel markings on a few built-in functions.
Tom Lane
2018-03-22
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-20
Prevent query-lifespan memory leakage of SP-GiST traversal values.
Tom Lane
2018-03-19
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-17
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-15
logical replication: fix OID type mapping mechanism
Alvaro Herrera
2018-03-14
Log when a BRIN autosummarization request fails
Alvaro Herrera
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-05
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-04
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-02-27
Fix up ecpg's configuration so it handles "long long int" in MSVC builds.
Tom Lane
2018-02-26
Stamp 10.3.
REL_10_3
Tom Lane
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-24
Fix filtering of unsupported relations in logical replication
Peter Eisentraut
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-22
Backport: Mark assorted GUC variables as PGDLLIMPORT.
Andres Freund
2018-02-05
Stamp 10.2.
REL_10_2
Tom Lane
2018-02-02
Fix application of identity values in some cases
Peter Eisentraut
2018-01-30
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-29
Prevent growth of simplehash tables when they're "too empty".
Andres Freund
2018-01-29
Backport: Add inline murmurhash32(uint32) function.
Andres Freund
2018-01-23
Report an ERROR if a parallel worker fails to start properly.
Robert Haas
2018-01-05
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2017-12-15
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-05
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-27
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-26
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-20
Add support for Motorola 88K to s_lock.h.
Tom Lane
2017-11-16
Fix broken cleanup interlock for GIN pending list.
Robert Haas
2017-11-14
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-14
Rearrange c.h to create a "compiler characteristics" section.
Tom Lane
2017-11-06
Stamp 10.1.
Tom Lane
2017-11-06
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-10-29
Fix problems with the "role" GUC and parallel query.
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-25
Add a utility function to extract variadic function arguments
Andrew Dunstan
2017-10-16
Repair breakage of aggregate FILTER option.
Tom Lane
2017-10-12
Fix AggGetAggref() so it won't lie to aggregate final functions.
Tom Lane
2017-10-11
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
[next]