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