summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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-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 9.5.10.REL9_5_10Tom 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-25Add a utility function to extract variadic function argumentsAndrew Dunstan
2017-10-11Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane
2017-10-06Fix crash when logical decoding is invoked from a PL function.Tom Lane
2017-10-06Fix traversal of half-frozen update chainsAlvaro Herrera
2017-09-25Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane
2017-09-01Make [U]INT64CONST safe for use in #if conditions.Tom Lane
2017-09-01Ensure SIZE_MAX can be used throughout our code.Tom Lane
2017-08-28Stamp 9.5.9.REL9_5_9Tom Lane
2017-08-22Backpatch introduction of TupleDescAttr(tupdesc, i).Andres Freund
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-07Stamp 9.5.8.REL9_5_8Tom Lane
2017-07-31Fix comment.Tatsuo Ishii
2017-06-19Fix leaking of small spilled subtransactions during logical decoding.Andres Freund
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-08Stamp 9.5.7.REL9_5_7Tom Lane
2017-05-08Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2017-05-05Give nicer error message when connecting to a v10 server requiring SCRAM.Heikki Linnakangas
2017-04-27Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund
2017-04-27Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-06Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas
2017-04-06Fix integer-overflow problems in interval comparison.Tom Lane
2017-04-01Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas
2017-03-14Fix failure to mark init buffers as BM_PERMANENT.Robert Haas
2017-02-15Formatting and docs corrections for logical decoding output plugins.Tom Lane
2017-02-06Stamp 9.5.6.REL9_5_6Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-27Orthography fixes for new castNode() macro.Tom Lane
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2017-01-18Change some test macros to return true booleansAlvaro Herrera
2017-01-09Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera
2017-01-04Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.Tom Lane
2016-12-22Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane
2016-12-06Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera
2016-12-02Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera