summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2012-06-01After any checkpoint, close all smgr files handles in bgwriterSimon Riggs
2012-05-31Stamp 9.2beta2.Tom Lane
2012-05-31Force PL and range-type support functions to be owned by a superuser.Tom Lane
2012-05-30Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane
2012-05-30Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas
2012-05-18Fix bug in gistRelocateBuildBuffersOnSplit().Heikki Linnakangas
2012-05-16Change COLLATION keyword categoryPeter Eisentraut
2012-05-15Put back AC_REQUIRE([AC_STRUCT_TM]).Tom Lane
2012-05-14Remove unused AC_DEFINE symbolsPeter Eisentraut
2012-05-14Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas
2012-05-14Remove leftovers of BeOS portPeter Eisentraut
2012-05-11Prevent loss of init fork when truncating an unlogged table.Robert Haas
2012-05-11Ensure age() returns a stable value rather than the latest valueSimon Riggs
2012-05-10Revert catalog bump; was post-beta1, and unnecessary.Bruce Momjian
2012-05-10Update comment for 'name' data type to say 63 "bytes".Bruce Momjian
2012-05-10Stamp 9.2beta1.Tom Lane
2012-05-10Fix outdated comment.Heikki Linnakangas
2012-05-10Improve control logic for bgwriter hibernation mode.Tom Lane
2012-05-09Rename BgWriterShmem/Request to CheckpointerShmem/RequestSimon Riggs
2012-05-09Rename BgWriterCommLock to CheckpointerCommLockSimon Riggs
2012-05-09Fix an issue in recent walwriter hibernation patch.Tom Lane
2012-05-09Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane
2012-05-07Remove strdup, strtol, strtoul from libpgportPeter Eisentraut
2012-05-04Overdue code review for transaction-level advisory locks patch.Tom Lane
2012-05-03Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian
2012-05-02Add missing parenthesis in comment.Robert Haas
2012-05-02Avoid repeated CLOG access from heap_hot_search_buffer.Robert Haas
2012-05-02More duplicate word removal.Robert Haas
2012-05-02Remove duplicate words in comments.Heikki Linnakangas
2012-05-01Remove dead portsPeter Eisentraut
2012-04-30Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane
2012-04-30Mark ReThrowError() with attribute noreturnPeter Eisentraut
2012-04-29Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane
2012-04-29Rename track_iotiming GUC to track_io_timing.Tom Lane
2012-04-29Change return type of ExceptionalCondition to void and mark it noreturnPeter Eisentraut
2012-04-27Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas
2012-04-26Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane
2012-04-25Remove prototype for nonexistent function.Robert Haas
2012-04-24Lots of doc corrections.Robert Haas
2012-04-21Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-04-19Revise parameterized-path mechanism to fix assorted issues.Tom Lane
2012-04-18Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.Robert Haas
2012-04-18Tighten up error recovery for fast-path locking.Robert Haas
2012-04-14pg_size_pretty(numeric)Robert Haas
2012-04-13Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut
2012-04-08Do stack-depth checking in all postmaster children.Heikki Linnakangas
2012-04-06Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane
2012-04-06Allow statistics to be collected for foreign tables.Tom Lane
2012-04-06Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs
2012-04-06checkopint -> checkpointRobert Haas