summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-11-05Adjust cost_merge_append() to reflect use of binaryheap_replace_first().Tom Lane
2016-11-04Be more consistent about masking xl_info with ~XLR_INFO_MASK.Tom Lane
2016-11-04Implement syntax for transition tables in AFTER triggers.Kevin Grittner
2016-11-04Add API to check if an existing exclusive lock allows cleanup.Robert Haas
2016-11-02Don't make FK-based selectivity estimates in inheritance situations.Tom Lane
2016-11-02Don't convert Consts into Vars during setrefs.c processing.Tom Lane
2016-11-01Add make rules to download raw Unicode mapping filesPeter Eisentraut
2016-10-30Fix nasty performance problem in tsquery_rewrite().Tom Lane
2016-10-30Fix bogus tree-flattening logic in QTNTernary().Tom Lane
2016-10-30Improve speed of aggregates that use array_append as transition function.Tom Lane
2016-10-28Fix leftover reference to background writer performing checkpoints.Robert Haas
2016-10-27If the stats collector dies during Hot Standby, restart it.Robert Haas
2016-10-27Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas
2016-10-27Avoid using a C++ keyword in header filePeter Eisentraut
2016-10-27Properly indent postgresql.conf comments to alignBruce Momjian
2016-10-26Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane
2016-10-26Fix typos in comments.Heikki Linnakangas
2016-10-25Consistently mention 'SELECT pg_reload_conf()' in config filesBruce Momjian
2016-10-24Preserve commit timestamps across clean restartAlvaro Herrera
2016-10-23Avoid testing tuple visibility without buffer lock.Tom Lane
2016-10-23Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane
2016-10-23Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane
2016-10-21Fix comment formatting.Robert Haas
2016-10-21postgres_fdw: Push down aggregates to remote servers.Robert Haas
2016-10-20Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.Tom Lane
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-19Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.Tom Lane
2016-10-19Make getrusage() output a little more readablePeter Eisentraut
2016-10-19Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas
2016-10-18Fix cidin() to handle values above 2^31 platform-independently.Tom Lane
2016-10-18Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas
2016-10-17By default, set log_line_prefix = '%m [%p] '.Robert Haas
2016-10-17Fix use-after-free around DISTINCT transition function calls.Heikki Linnakangas
2016-10-17Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas
2016-10-15Use more efficient hashtable for execGrouping.c to speed up hash aggregation.Andres Freund
2016-10-14Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.Andres Freund
2016-10-14Fix assorted integer-overflow hazards in varbit.c.Tom Lane
2016-10-13Fix handling of pgstat counters for TRUNCATE in a prepared transaction.Tom Lane
2016-10-13Fix another bug in merging of inherited CHECK constraints.Tom Lane
2016-10-13Try to find out the actual hugepage size when making a MAP_HUGETLB request.Tom Lane
2016-10-13Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane
2016-10-13Fix broken jsonb_set() logic for replacing array elements.Tom Lane
2016-10-12Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane
2016-10-12Simplify the code for logical tape read buffers.Heikki Linnakangas
2016-10-11Drop server support for FE/BE protocol version 1.0.Tom Lane
2016-10-11Remove "sco" and "unixware" ports.Tom Lane
2016-10-10Remove some unnecessary #includes.Heikki Linnakangas
2016-10-10Add a noreturn attribute to help static analyzersPeter Eisentraut
2016-10-09Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane
2016-10-08Fix two bugs in merging of inherited CHECK constraints.Tom Lane