aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane2017-09-22
* Provide a test for variable existence in psqlAndrew Dunstan2017-09-21
* Associate partitioning information with each RelOptInfo.Robert Haas2017-09-20
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Remove no-op GiST support functions in the core GiST opclasses.Tom Lane2017-09-19
* Avoid use of non-portable strnlen() in pgstat_clip_activity().Andres Freund2017-09-19
* Speedup pgstat_report_activity by moving mb-aware truncation to read side.Andres Freund2017-09-19
* Fix crash restart bug introduced in 8356753c212.Andres Freund2017-09-18
* Minor code-cleanliness improvements for btree.Tom Lane2017-09-18
* Make ExplainOpenGroup and ExplainCloseGroup public.Tom Lane2017-09-18
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-18
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* Avoid duplicate typedef for SharedRecordTypmodRegistry.Tom Lane2017-09-15
* Remove TupleDesc remapping logic from tqueue.c.Andres Freund2017-09-14
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-14
* Perform only one ReadControlFile() during startup.Andres Freund2017-09-14
* Expand partitioned table RTEs level by level, without flattening.Robert Haas2017-09-14
* Remove BoolPtr typePeter Eisentraut2017-09-14
* Fix ordering in pg_dump of GRANTsStephen Frost2017-09-13
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-13
* Introduce BYTES unit for GUCs.Andres Freund2017-09-12
* Allow custom search filters to be configured for LDAP authPeter Eisentraut2017-09-12
* Message style fixesPeter Eisentraut2017-09-11
* Remove pre-order and post-order traversal logic for red-black trees.Tom Lane2017-09-10
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane2017-09-07
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Even if some partitions are foreign, allow tuple routing.Robert Haas2017-09-07
* Fix handling of savepoint commands within multi-statement Query strings.Tom Lane2017-09-07
* Further marginal hacking on generic atomic ops.Tom Lane2017-09-07
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-06
* Use more of gcc's __sync_fetch_and_xxx builtin functions for atomic ops.Tom Lane2017-09-06
* Remove duplicate reads from the inner loops in generic atomic ops.Tom Lane2017-09-06
* Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane2017-09-06
* Remove endof macroPeter Eisentraut2017-09-05
* Remove our own definition of NULLPeter Eisentraut2017-09-05
* Suppress compiler warnings in dshash.c.Tom Lane2017-09-03
* 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
* Use group updates when setting transaction status in clog.Robert Haas2017-09-01
* Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera2017-09-01
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* 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
* Propagate sort instrumentation from workers back to leader.Robert Haas2017-08-29
* Push tuple limits through Gather and Gather Merge.Robert Haas2017-08-29