aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-14
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane2017-11-27
* Pad XLogReaderState's main_data buffer more aggressively.Tom Lane2017-11-26
* Add support for Motorola 88K to s_lock.h.Tom Lane2017-11-20
* Fix broken cleanup interlock for GIN pending list.Robert Haas2017-11-16
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-14
* Rearrange c.h to create a "compiler characteristics" section.Tom Lane2017-11-14
* Stamp 10.1.Tom Lane2017-11-06
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Fix problems with the "role" GUC and parallel query.Robert Haas2017-10-29
* Move new structure member to the end.Robert Haas2017-10-27
* Fix mistaken failure to allow parallelism in corner case.Robert Haas2017-10-27
* Add a utility function to extract variadic function argumentsAndrew Dunstan2017-10-25
* Repair breakage of aggregate FILTER option.Tom Lane2017-10-16
* Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane2017-10-12
* Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane2017-10-11
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-06
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Fix race condition with unprotected use of a latch pointer variable.Tom Lane2017-10-03
* Stamp 10.0.REL_10_0Tom Lane2017-10-02
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27
* Use a blacklist to distinguish original from add-on enum values.Tom Lane2017-09-26
* Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane2017-09-25
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* Stamp 10rc1.REL_10_RC1Tom Lane2017-09-18
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* Fix ordering in pg_dump of GRANTsStephen Frost2017-09-13
* Message style fixesPeter Eisentraut2017-09-11
* Even if some partitions are foreign, allow tuple routing.Robert Haas2017-09-07
* Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane2017-09-06
* Improve division of labor between execParallel.c and nodeGather[Merge].c.Tom Lane2017-09-01
* Make [U]INT64CONST safe for use in #if conditions.Tom Lane2017-09-01
* Ensure SIZE_MAX can be used throughout our code.Tom Lane2017-09-01
* Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera2017-09-01
* Avoid memory leaks when a GatherMerge node is rescanned.Tom Lane2017-08-31
* Clean up shm_mq cleanup.Tom Lane2017-08-31
* Code review for nodeGatherMerge.c.Tom Lane2017-08-30
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane2017-08-30
* Stamp 10beta4.REL_10_BETA4Tom Lane2017-08-28
* Increase SCRAM salt lengthPeter Eisentraut2017-08-24
* Update code comment for temporary replication slotsPeter Eisentraut2017-08-23
* Backpatch introduction of TupleDescAttr(tupdesc, i).Andres Freund2017-08-22
* Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas2017-08-18
* Don't lock tables in RelationGetPartitionDispatchInfo.Robert Haas2017-08-17
* Distinguish wait-for-connection from wait-for-write-ready on Windows.Tom Lane2017-08-15
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14