aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut2012-03-14
* Teach SPGiST to store nulls and do whole-index scans.Tom Lane2012-03-11
* Restructure SPGiST opclass interface API to support whole-index scans.Tom Lane2012-03-10
* Add support for renaming constraintsPeter Eisentraut2012-03-10
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-09
* Revise FDW planning API, again.Tom Lane2012-03-09
* Fix some issues with temp/transient tables in extension scripts.Tom Lane2012-03-08
* Add GetForeignColumnOptions() to foreign.c, and add some documentation.Tom Lane2012-03-07
* Expose an API for calculating catcache hash values.Tom Lane2012-03-07
* Add a hook for processing messages due to be sent to the server log.Tom Lane2012-03-06
* Redesign PlanForeignScan API to allow multiple paths for a foreign table.Tom Lane2012-03-05
* Add function pg_xlog_location_diff to help comparisonsMagnus Hagander2012-03-04
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03