summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-10-05On attach, consider skipping validation of subpartitions individually.Robert Haas
2017-10-05Improve error message when skipping scan of default partition.Robert Haas
2017-10-05Allow DML commands that create tables to use parallel query.Robert Haas
2017-10-05Improve comments in vacuum_rel() and analyze_rel().Tom Lane
2017-10-05Fix typo.Robert Haas
2017-10-05Fix more user-visible elog() calls.Robert Haas
2017-10-05Document and use SPI_result_code_string()Peter Eisentraut
2017-10-05Move SPI error reporting out of ri_ReportViolation()Peter Eisentraut
2017-10-04Replace binary search in fmgr_isbuiltin with a lookup array.Andres Freund
2017-10-04Move genbki.pl's find_defined_symbol to Catalog.pm.Andres Freund
2017-10-03Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane
2017-10-03Fix race condition with unprotected use of a latch pointer variable.Tom Lane
2017-10-03Fix coding rules violations in walreceiver.cAlvaro Herrera
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-09-30Support arrays over domains.Tom Lane
2017-09-29Fix inadequate locking during get_rel_oids().Tom Lane
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