aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Use mmap MAP_NOSYNC option to limit shared memory writesBruce Momjian2015-03-21
* Use 128-bit math to accelerate some aggregation functions.Andres Freund2015-03-20
* Add, optional, support for 128bit integers.Andres Freund2015-03-20
* Add flags argument to dsm_create.Robert Haas2015-03-19
* array_offset() and array_offsets()Alvaro Herrera2015-03-18
* Rationalize vacuuming options and parametersAlvaro Herrera2015-03-18
* Support opfamily members in get_object_addressAlvaro Herrera2015-03-16
* Improve representation of PlanRowMark.Tom Lane2015-03-15
* Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane2015-03-15
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Build src/port/dirmod.c only on Windows.Tom Lane2015-03-14
* Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane2015-03-11
* Improve planner's cost estimation in the presence of semijoins.Tom Lane2015-03-11
* Support default ACLs in get_object_addressAlvaro Herrera2015-03-11
* Support user mappings in get_object_addressAlvaro Herrera2015-03-11
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-11
* Suggest to the user the column they may have meant to reference.Robert Haas2015-03-11
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-11
* Clean up the mess from => patch.Tom Lane2015-03-10
* Move BRIN page type to page's last two bytesAlvaro Herrera2015-03-10
* Keep CommitTs module in sync in standby and masterAlvaro Herrera2015-03-09
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas2015-03-09
* Fix typo in comment.Fujii Masao2015-03-09
* Remove struct PQArgBlock from server-side header libpq/libpq.h.Tom Lane2015-03-08
* Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.Tom Lane2015-03-08
* Remove rolcatupdatePeter Eisentraut2015-03-06
* Remove comment claiming that PARAM_EXTERN Params always have typmod -1.Tom Lane2015-03-05
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Reduce json <=> jsonb casts from explicit-only to assignment level.Tom Lane2015-03-03
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-01
* Add transform functions for AT TIME ZONE.Noah Misch2015-03-01
* Move memory context callback declarations into palloc.h.Tom Lane2015-03-01
* Redefine MemoryContextReset() as deleting, not resetting, child contexts.Tom Lane2015-02-27
* Invent a memory context reset/delete callback mechanism.Tom Lane2015-02-27
* Improve parser's one-extra-token lookahead mechanism.Tom Lane2015-02-24
* Error when creating names too long for tar formatPeter Eisentraut2015-02-24
* Further tweaking of raw grammar output to distinguish different inputs.Tom Lane2015-02-23
* Support more commands in event triggersAlvaro Herrera2015-02-23
* Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas2015-02-23
* Renumber GUC_* constants.Heikki Linnakangas2015-02-23
* Refactor unit conversions code in guc.c.Heikki Linnakangas2015-02-23
* Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao2015-02-23
* Add parse location fields to NullTest and BooleanTest structs.Tom Lane2015-02-22
* Get rid of multiple applications of transformExpr() to the same tree.Tom Lane2015-02-22
* Represent BETWEEN as a special node type in raw parse trees.Tom Lane2015-02-22
* In array_agg(), don't create a new context for every group.Jeff Davis2015-02-21
* Force some system catalog table columns to be marked NOT NULL.Andres Freund2015-02-21
* Allow forcing nullness of columns during bootstrap.Andres Freund2015-02-21