aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Reset the binary heap in MergeAppend rescans.Tom Lane2013-08-30
* Unconditionally use the WSA equivalents of Socket error constants.Andrew Dunstan2013-08-26
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-23
* Stamp 9.3rc1.REL9_3_RC1Tom Lane2013-08-19
* Fix pg_upgrade failure from servers older than 9.3Alvaro Herrera2013-08-19
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane2013-08-14
* Emit a log message if output is about to be redirected away from stderr.Tom Lane2013-08-13
* Fix crash in error report of invalid tuple lockAlvaro Herrera2013-08-02
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-25
* Improve ilist.h's support for deletion of slist elements during iteration.Tom Lane2013-07-24
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-23
* Tweak FOR UPDATE/SHARE error message wording (again)Alvaro Herrera2013-07-23
* Back-patch bgworker API changes to 9.3.Robert Haas2013-07-22
* Remove bgw_sighup and bgw_sigterm.Robert Haas2013-07-22
* Clean up new JSON API typedefsPeter Eisentraut2013-07-20
* Fix include-guardMagnus Hagander2013-07-07
* Fix cpluspluscheck in checksum codePeter Eisentraut2013-06-30
* Stamp 9.3beta2.REL9_3_BETA2Peter Eisentraut2013-06-24
* Ensure no xid gaps during Hot Standby startupSimon Riggs2013-06-23
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane2013-06-14
* Refactor checksumming code to make it easier to use externally.Tom Lane2013-06-13
* Don't pass oidvector by value.Noah Misch2013-06-12
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-12
* Add ARM64 (aarch64) support to s_lock.h.Tom Lane2013-06-04
* Put back allow_system_table_mods check in heap_create().Heikki Linnakangas2013-06-03
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix typo in comment.Robert Haas2013-05-23
* Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas2013-05-08
* Stamp 9.3beta1.REL9_3_BETA1Tom Lane2013-05-06
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-06
* Bump PG_CONTROL_VERSION to 937Simon Riggs2013-04-30
* Record data_checksum_version in control file.Simon Riggs2013-04-30
* Postpone creation of pathkeys lists to fix bug #8049.Tom Lane2013-04-29
* Introduce new page checksum algorithm and module.Simon Riggs2013-04-29
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-28
* Incidental cleanup of matviews code.Tom Lane2013-04-27
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Remove some unused and seldom used fields from RelationAmInfo.Heikki Linnakangas2013-04-16
* Mark json IO and extraction functions immutable.Andrew Dunstan2013-04-15
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* sepgsql: Enforce db_procedure:{execute} permission.Robert Haas2013-04-12
* Minor wording corrections for object-access hook stuff.Robert Haas2013-04-12
* Fix confusion between ObjectType and ObjectClassAlvaro Herrera2013-04-11
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-09
* Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.Robert Haas2013-04-09
* Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane2013-04-09
* Avoid tricky race condition recording XLOG_HINTSimon Riggs2013-04-08
* sepgsql: Enforce db_schema:search permission.Robert Haas2013-04-05