aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix breakage in previous changePeter Eisentraut2016-09-30
* Separate enum from structPeter Eisentraut2016-09-30
* pg_basebackup pg_receivexlog: Issue fsync more carefullyPeter Eisentraut2016-09-29
* Move fsync routines of initdb into src/common/Peter Eisentraut2016-09-29
* Fix CRC check handling in get_controlfilePeter Eisentraut2016-09-28
* Turn password_encryption GUC into an enum.Heikki Linnakangas2016-09-28
* Fix some typos in commentPeter Eisentraut2016-09-26
* 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
* Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane2016-09-23
* Remove nearly-unused SizeOfIptrData macro.Tom Lane2016-09-22
* pg_ctl: Detect current standby state from pg_controlPeter Eisentraut2016-09-21
* Fix typoPeter Eisentraut2016-09-21
* Use PostmasterRandom(), not random(), for DSM control segment ID.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
* Fix building with LibreSSL.Heikki Linnakangas2016-09-15
* Improve code comment for GatherPath's single_copy flag.Robert Haas2016-09-14
* Be pickier about converting between Name and Datum.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
* Improve unreachability recognition in elog() macro.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
* Improve scalability of md.c for large relations.Andres Freund2016-09-08
* Support renaming an existing value of an enum type.Tom Lane2016-09-07
* Add location field to DefElemPeter Eisentraut2016-09-06
* C comment: fix file name mention on line 1Bruce Momjian2016-09-06
* Make locale-dependent regex character classes work for large char codes.Tom Lane2016-09-05
* C comment: align dashes in GroupState node headerBruce Momjian2016-09-05
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane2016-09-05
* Add debug check function LWLockHeldByMeInMode()Simon Riggs2016-09-05
* New recovery target recovery_target_lsnSimon Riggs2016-09-03
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas2016-09-02
* Change API of ShmemAlloc() so it throws error rather than returning NULL.Tom Lane2016-09-01
* Remove no-longer-useful SSL-specific Port.count field.Tom Lane2016-08-31
* Use static inline functions for float <-> Datum conversions.Heikki Linnakangas2016-08-31
* Update comments to reflect code rearrangement.Robert Haas2016-08-31
* Simplify correct use of simple_prompt().Tom Lane2016-08-30
* Split hash.h → hash_xlog.hAlvaro Herrera2016-08-29
* Fix stray reference to the old genbki.sh script.Tom Lane2016-08-28
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Add a nonlocalized version of the severity field to client error messages.Tom Lane2016-08-26
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Remove unnecessary #include.Kevin Grittner2016-08-24
* Create an SP-GiST opclass for inet/cidr.Tom Lane2016-08-23
* Extend dsm API with a new function dsm_unpin_segment.Robert Haas2016-08-23
* Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane2016-08-23