aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Have REASSIGN OWNED work on extensions, tooAlvaro Herrera2012-07-03
* Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane2012-06-30
* Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane2012-06-21
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Make include files work without having to include other ones firstPeter Eisentraut2012-06-10
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-07
* After any checkpoint, close all smgr files handles in bgwriterSimon Riggs2012-06-01
* Stamp 9.2beta2.REL9_2_BETA2Tom Lane2012-05-31
* Force PL and range-type support functions to be owned by a superuser.Tom Lane2012-05-30
* Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane2012-05-30
* Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas2012-05-30
* Fix bug in gistRelocateBuildBuffersOnSplit().Heikki Linnakangas2012-05-18
* Change COLLATION keyword categoryPeter Eisentraut2012-05-16
* Put back AC_REQUIRE([AC_STRUCT_TM]).Tom Lane2012-05-14
* Remove unused AC_DEFINE symbolsPeter Eisentraut2012-05-14
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-14
* Remove leftovers of BeOS portPeter Eisentraut2012-05-14
* Prevent loss of init fork when truncating an unlogged table.Robert Haas2012-05-11
* Ensure age() returns a stable value rather than the latest valueSimon Riggs2012-05-11
* Revert catalog bump; was post-beta1, and unnecessary.Bruce Momjian2012-05-10
* Update comment for 'name' data type to say 63 "bytes".Bruce Momjian2012-05-10
* Stamp 9.2beta1.REL9_2_BETA1Tom Lane2012-05-10
* Fix outdated comment.Heikki Linnakangas2012-05-10
* Improve control logic for bgwriter hibernation mode.Tom Lane2012-05-09
* Rename BgWriterShmem/Request to CheckpointerShmem/RequestSimon Riggs2012-05-09
* Rename BgWriterCommLock to CheckpointerCommLockSimon Riggs2012-05-09
* Fix an issue in recent walwriter hibernation patch.Tom Lane2012-05-08
* Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane2012-05-08
* Remove strdup, strtol, strtoul from libpgportPeter Eisentraut2012-05-07
* Overdue code review for transaction-level advisory locks patch.Tom Lane2012-05-04
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-03
* Add missing parenthesis in comment.Robert Haas2012-05-02
* Avoid repeated CLOG access from heap_hot_search_buffer.Robert Haas2012-05-02
* More duplicate word removal.Robert Haas2012-05-02
* Remove duplicate words in comments.Heikki Linnakangas2012-05-02
* Remove dead portsPeter Eisentraut2012-05-01
* Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane2012-04-30
* Mark ReThrowError() with attribute noreturnPeter Eisentraut2012-04-30
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-29
* Rename track_iotiming GUC to track_io_timing.Tom Lane2012-04-29
* Change return type of ExceptionalCondition to void and mark it noreturnPeter Eisentraut2012-04-29
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-26
* Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane2012-04-25
* Remove prototype for nonexistent function.Robert Haas2012-04-25
* Lots of doc corrections.Robert Haas2012-04-23
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.Robert Haas2012-04-18
* Tighten up error recovery for fast-path locking.Robert Haas2012-04-18