aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Exclude additional directories in pg_basebackupPeter Eisentraut2016-09-28
* Silence compiler warningsAlvaro Herrera2016-09-28
* Rationalize format-picture caching logic in formatting.c.Tom Lane2016-09-28
* Make to_timestamp() and to_date() range-check fields of their input.Tom Lane2016-09-28
* Remove dead line of codePeter Eisentraut2016-09-28
* Fix CRC check handling in get_controlfilePeter Eisentraut2016-09-28
* Fix dangling pointer problem in ReorderBufferSerializeChange.Robert Haas2016-09-28
* Turn password_encryption GUC into an enum.Heikki Linnakangas2016-09-28
* Disallow pushing volatile quals past set-returning functions.Tom Lane2016-09-27
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* Replace the built-in GIN array opclasses with a single polymorphic opclass.Tom Lane2016-09-26
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-25
* Remove useless code.Tom Lane2016-09-23
* Don't trust CreateFileMapping() to clear the error code on success.Tom Lane2016-09-23
* Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane2016-09-23
* C comment: fix function header commentBruce Momjian2016-09-22
* Remove nearly-unused SizeOfIptrData macro.Tom Lane2016-09-22
* Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane2016-09-22
* Delay updating control file to "in production"Peter Eisentraut2016-09-21
* pg_ctl: Detect current standby state from pg_controlPeter Eisentraut2016-09-21
* Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas2016-09-20
* Retry DSM control segment creation if Windows indicates access denied.Robert Haas2016-09-20
* Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas2016-09-20
* Add debugging aid "bmsToString(Bitmapset *bms)".Tom Lane2016-09-16
* Clarify policy on marking inherited constraints as valid.Robert Haas2016-09-15
* Fix building with LibreSSL.Heikki Linnakangas2016-09-15
* Fix typo in comment.Robert Haas2016-09-15
* Make min_parallel_relation_size's default value platform-independent.Tom Lane2016-09-15
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-15
* Fix and clarify comments on replacement selection.Heikki Linnakangas2016-09-15
* Add overflow checks to money type input functionPeter Eisentraut2016-09-14
* Be pickier about converting between Name and Datum.Tom Lane2016-09-13
* Fix executor/README to reflect disallowing SRFs in UPDATE.Tom Lane2016-09-13
* Improve parser's and planner's handling of set-returning functions.Tom Lane2016-09-13
* Have heapam.h include lockdefs.h rather than lock.h.Robert Haas2016-09-13
* Fix copy/pasto in file identificationSimon Riggs2016-09-12
* Identify walsenders in pg_stat_activitySimon Riggs2016-09-12
* Raise max setting of checkpoint_timeout to 1dSimon Riggs2016-09-11
* Allow CREATE EXTENSION to follow extension update paths.Tom Lane2016-09-11
* Implement binary heap replace-top operation in a smarter way.Heikki Linnakangas2016-09-11
* Fix miserable coding in pg_stat_get_activity().Tom Lane2016-09-10
* Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.Tom Lane2016-09-09
* Convert PageAddItem into a macro to save a few cycles.Tom Lane2016-09-09
* Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane2016-09-09
* Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera2016-09-09
* In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.Tom Lane2016-09-09
* Avoid reporting "cache lookup failed" for some user-reachable cases.Tom Lane2016-09-09
* Fix corruption of 2PC recovery with subxactsSimon Riggs2016-09-09
* Improve scalability of md.c for large relations.Andres Freund2016-09-08
* Faster PageIsVerified() for the all zeroes case.Andres Freund2016-09-08