aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* pg_size_pretty(numeric)Robert Haas2012-04-14
* Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut2012-04-13
* Do stack-depth checking in all postmaster children.Heikki Linnakangas2012-04-08
* Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane2012-04-06
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-06
* Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs2012-04-06
* checkopint -> checkpointRobert Haas2012-04-05
* Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas2012-04-05
* Expose track_iotiming data via the statistics collector.Robert Haas2012-04-05
* Add support for renaming domain constraintsPeter Eisentraut2012-04-03
* Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.Tom Lane2012-03-31
* Inherit max_safe_fds to child processes in EXEC_BACKEND mode.Heikki Linnakangas2012-03-29
* Remove now redundant pgpipe code.Andrew Dunstan2012-03-28
* Add some infrastructure for contrib/pg_stat_statements.Tom Lane2012-03-27
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-27
* Code cleanup for heap_freeze_tuple.Robert Haas2012-03-26
* Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane2012-03-25
* Fix planner's handling of outer PlaceHolderVars within subqueries.Tom Lane2012-03-24
* Code review for protransform patches.Tom Lane2012-03-23
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-16
* Add comments explaining why our Itanium spinlock implementation is safe.Heikki Linnakangas2012-03-16
* Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut2012-03-15