aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Stamp 9.2rc1.REL9_2_RC1Tom Lane2012-08-23
* Check LIBXML_VERSION instead of testing in configure script.Tom Lane2012-08-17
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-16
* Stamp 9.2beta4.REL9_2_BETA4Tom Lane2012-08-14
* Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane2012-08-11
* Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs2012-08-09
* Ensure all replication message info is available and correct via WalRcvSimon Riggs2012-08-09
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2012-08-08
* Stamp 9.2beta3.REL9_2_BETA3Tom Lane2012-08-02
* Fix race conditions associated with SPGiST redirection tuples.Tom Lane2012-08-02
* Account for SRFs in targetlists in planner rowcount estimates.Tom Lane2012-07-21
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Refactor the way code is shared between some range type functions.Heikki Linnakangas2012-07-18
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Back-patch fix for extraction of fixed prefixes from regular expressions.Tom Lane2012-07-10
* Back-patch addition of pg_wchar-to-multibyte conversion functionality.Tom Lane2012-07-10
* Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane2012-07-09
* Fix planner to pass correct collation to operator selectivity estimators.Tom Lane2012-07-08
* 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