summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-09-30Support arrays over domains.Tom Lane
2017-09-30Fix copy & pasto in 510b8cbff15f.Andres Freund
2017-09-30Fix typo.Andres Freund
2017-09-30Extend & revamp pg_bswap.h infrastructure.Andres Freund
2017-09-29Add background worker typePeter Eisentraut
2017-09-29Remove replacement selection sort.Robert Haas
2017-09-27Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane
2017-09-26Use a blacklist to distinguish original from add-on enum values.Tom Lane
2017-09-26Remove lsn from HashScanPosData.Robert Haas
2017-09-25Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane
2017-09-23Refactor new file permission handlingPeter Eisentraut
2017-09-22Add inline murmurhash32(uint32) function.Andres Freund
2017-09-22Fix s/intidb/initdb/ typo.Andres Freund
2017-09-22For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas
2017-09-22hash: Implement page-at-a-time scan.Robert Haas
2017-09-22Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane
2017-09-21Provide a test for variable existence in psqlAndrew Dunstan
2017-09-21Associate partitioning information with each RelOptInfo.Robert Haas
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-20Remove no-op GiST support functions in the core GiST opclasses.Tom Lane
2017-09-19Avoid use of non-portable strnlen() in pgstat_clip_activity().Andres Freund
2017-09-19Speedup pgstat_report_activity by moving mb-aware truncation to read side.Andres Freund
2017-09-19Fix crash restart bug introduced in 8356753c212.Andres Freund
2017-09-18Minor code-cleanliness improvements for btree.Tom Lane
2017-09-18Make ExplainOpenGroup and ExplainCloseGroup public.Tom Lane
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-09-16Fix SQL-spec incompatibilities in new transition table feature.Tom Lane
2017-09-15Avoid duplicate typedef for SharedRecordTypmodRegistry.Tom Lane
2017-09-15Remove TupleDesc remapping logic from tqueue.c.Andres Freund
2017-09-15Add support for coordinating record typmods among parallel workers.Andres Freund
2017-09-14Perform only one ReadControlFile() during startup.Andres Freund
2017-09-14Expand partitioned table RTEs level by level, without flattening.Robert Haas
2017-09-14Remove BoolPtr typePeter Eisentraut
2017-09-14Fix ordering in pg_dump of GRANTsStephen Frost
2017-09-13Distinguish selectivity of < from <= and > from >=.Tom Lane
2017-09-12Introduce BYTES unit for GUCs.Andres Freund
2017-09-12Allow custom search filters to be configured for LDAP authPeter Eisentraut
2017-09-11Message style fixesPeter Eisentraut
2017-09-10Remove pre-order and post-order traversal logic for red-black trees.Tom Lane
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-09-07Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-07Even if some partitions are foreign, allow tuple routing.Robert Haas
2017-09-07Fix handling of savepoint commands within multi-statement Query strings.Tom Lane
2017-09-07Further marginal hacking on generic atomic ops.Tom Lane
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-09-06Use more of gcc's __sync_fetch_and_xxx builtin functions for atomic ops.Tom Lane
2017-09-06Remove duplicate reads from the inner loops in generic atomic ops.Tom Lane
2017-09-06Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane
2017-09-05Remove endof macroPeter Eisentraut