summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-09-29Marginal improvement for generated code in execExprInterp.c.Tom Lane
2017-09-29Add background worker typePeter Eisentraut
2017-09-29Remove replacement selection sort.Robert Haas
2017-09-28Fix freezing of a dead HOT-updated tupleAlvaro Herrera
2017-09-27Fix behavior when converting a float infinity to numeric.Tom Lane
2017-09-27Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane
2017-09-26Improve wording of error message added in commit 714805010.Tom Lane
2017-09-26Fix failure-to-read-man-page in commit 899bd785c.Tom Lane
2017-09-26Remove heuristic same-transaction test from check_safe_enum_use().Tom Lane
2017-09-26Use a blacklist to distinguish original from add-on enum values.Tom Lane
2017-09-26Handle heap rewrites better in logical replicationPeter Eisentraut
2017-09-26Remove lsn from HashScanPosData.Robert Haas
2017-09-26Fix trivial mistake in README.Robert Haas
2017-09-25Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane
2017-09-25Make construct_[md_]array return a valid empty array for zero-size input.Tom Lane
2017-09-24Allow ICU to use SortSupport on Windows with UTF-8Peter Eisentraut
2017-09-23... and the very same bug in publicationListToArray().Tom Lane
2017-09-23Fix bogus size calculation in strlist_to_textarray().Tom Lane
2017-09-23Improve memory management in autovacuum.c.Tom Lane
2017-09-23Refactor new file permission handlingPeter Eisentraut
2017-09-22Fix saving and restoring umaskPeter Eisentraut
2017-09-22Add inline murmurhash32(uint32) function.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-22Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.Tom Lane
2017-09-22Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane
2017-09-22Fix build with !USE_WIDE_UPPER_LOWERPeter Eisentraut
2017-09-21Give a better error for duplicate entries in VACUUM/ANALYZE column list.Tom Lane
2017-09-21Quieten warnings about unused variablesAndrew Dunstan
2017-09-21Associate partitioning information with each RelOptInfo.Robert Haas
2017-09-20Improve dubious memory management in pg_newlocale_from_collation().Tom Lane
2017-09-20Fix create_lateral_join_info to handle dead relations properly.Robert Haas
2017-09-20Fix typo.Robert Haas
2017-09-20Sync process names between ps and pg_stat_activityPeter Eisentraut
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-20Allow no-op GiST support functions to be omitted.Tom Lane
2017-09-19s/NULL byte/NUL byte/ in comment refering to C string terminator.Andres Freund
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-19Cache datatype-output-function lookup info across calls of concat().Tom Lane
2017-09-19Rearm statement_timeout after each executed query.Andres Freund
2017-09-19Fix uninitialized variable in dshash.c.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-18Fix, or at least ameliorate, bugs in logicalrep_worker_launch().Tom Lane
2017-09-18Fix DROP SUBSCRIPTION hangPeter Eisentraut
2017-09-17Allow rel_is_distinct_for() to look through RelabelType below OpExpr.Tom Lane