summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2012-04-05Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas
2012-04-05Expose track_iotiming data via the statistics collector.Robert Haas
2012-04-03Add support for renaming domain constraintsPeter Eisentraut
2012-03-31Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.Tom Lane
2012-03-29Inherit max_safe_fds to child processes in EXEC_BACKEND mode.Heikki Linnakangas
2012-03-29Remove now redundant pgpipe code.Andrew Dunstan
2012-03-27Add some infrastructure for contrib/pg_stat_statements.Tom Lane
2012-03-27New GUC, track_iotiming, to track I/O timings.Robert Haas
2012-03-26Code cleanup for heap_freeze_tuple.Robert Haas
2012-03-26Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane
2012-03-24Fix planner's handling of outer PlaceHolderVars within subqueries.Tom Lane
2012-03-23Code review for protransform patches.Tom Lane
2012-03-21Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-03-16Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane
2012-03-16Add comments explaining why our Itanium spinlock implementation is safe.Heikki Linnakangas
2012-03-15Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut
2012-03-14Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut
2012-03-11Teach SPGiST to store nulls and do whole-index scans.Tom Lane
2012-03-10Restructure SPGiST opclass interface API to support whole-index scans.Tom Lane
2012-03-10Add support for renaming constraintsPeter Eisentraut
2012-03-09Extend object access hook framework to support arguments, and DROP.Robert Haas
2012-03-09Revise FDW planning API, again.Tom Lane
2012-03-08Fix some issues with temp/transient tables in extension scripts.Tom Lane
2012-03-07Add GetForeignColumnOptions() to foreign.c, and add some documentation.Tom Lane
2012-03-07Expose an API for calculating catcache hash values.Tom Lane
2012-03-06Add a hook for processing messages due to be sent to the server log.Tom Lane
2012-03-05Redesign PlanForeignScan API to allow multiple paths for a foreign table.Tom Lane
2012-03-04Add function pg_xlog_location_diff to help comparisonsMagnus Hagander
2012-03-04Collect and use element-frequency statistics for arrays.Tom Lane
2012-03-02Add COLLATION FOR expressionPeter Eisentraut
2012-03-01Remove TOAST table from pg_databaseAlvaro Herrera