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