summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-02-14Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane
2012-02-14Allow LEAKPROOF functions for better performance of security views.Robert Haas
2012-02-13Fix heap_multi_insert to set t_self field in the caller's tuples.Heikki Linnakangas
2012-02-09Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.Robert Haas
2012-02-09Improve interval_transform function to detect a few more cases.Robert Haas
2012-02-09Add new keywords SNAPSHOT and TYPES to the keyword list in gram.yHeikki Linnakangas
2012-02-08Throw error sooner for unlogged GiST indexes.Tom Lane
2012-02-08Check misplaced window functions before checking aggregate/group by sanity.Tom Lane
2012-02-08Add transform functions for various temporal typmod coercisions.Robert Haas
2012-02-08Rename LWLockWaitUntilFree to LWLockAcquireOrWait.Heikki Linnakangas
2012-02-08Fix typos pointed out by Noah Misch.Robert Haas
2012-02-07Add a transform function for varbit typmod coercisions.Robert Haas
2012-02-07Add a transform function for numeric typmod coercisions.Robert Haas
2012-02-07Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas
2012-02-07When building with LWLOCK_STATS, initialize the stats in LWLockWaitUntilFree.Heikki Linnakangas
2012-02-06Fix postmaster to attempt restart after a hot-standby crash.Tom Lane
2012-02-06Avoid throwing ERROR during WAL replay of DROP TABLESPACE.Tom Lane
2012-02-06Add locking around WAL-replay modification of shared-memory variables.Tom Lane
2012-02-05Fix transient clobbering of shared buffers during WAL replay.Tom Lane
2012-02-05Improve comment.Tom Lane
2012-02-05Add missing Assert and fix inaccurate elog message in standby_redo().Tom Lane
2012-02-05Allow SQL-language functions to reference parameters by name.Tom Lane
2012-02-03Add array_to_json and row_to_json functions.Andrew Dunstan
2012-02-02Allow spgist's text_ops to handle pattern-matching operators.Robert Haas
2012-02-02Avoid re-checking for visibility map extension too frequently.Robert Haas
2012-02-01initdb: Add options --auth-local and --auth-hostPeter Eisentraut
2012-02-01Try to be more consistent about accepting denormalized float8 numbers.Tom Lane
2012-01-31Built-in JSON data type.Robert Haas
2012-01-30Fix bug in the new wait-until-lwlock-is-free mechanism.Heikki Linnakangas
2012-01-30Add sequence USAGE privileges to information schemaPeter Eisentraut
2012-01-30Make group commit more effective.Heikki Linnakangas
2012-01-30Minor bug fix and cleanup from self-review of sync rep queues patch.Simon Riggs
2012-01-30Various minor comments changes from bgwriter to checkpointer.Simon Riggs
2012-01-30Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas
2012-01-30Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane
2012-01-29Tweak index costing for problems with partial indexes.Tom Lane
2012-01-29Fix pushing of index-expression qualifications through UNION ALL.Tom Lane
2012-01-29Fix handling of init_plans list in inheritance_planner().Tom Lane
2012-01-28Fix handling of data-modifying CTE subplans in EvalPlanQual.Tom Lane
2012-01-28Prevent logging "failed to stat file: success" for temp filesMagnus Hagander
2012-01-28Undo 8.4-era lobotomization of subquery pullup rules.Tom Lane
2012-01-28Use parameterized paths to generate inner indexscans more flexibly.Tom Lane
2012-01-27Show default privileges in information schemaPeter Eisentraut
2012-01-27Revert unfortunate whitespace changePeter Eisentraut
2012-01-27Disallow ALTER DOMAIN on non-domain type everywherePeter Eisentraut
2012-01-27Hide most variable-length fields from Form_pg_* structsPeter Eisentraut
2012-01-27Do not access indclass through Form_pg_indexPeter Eisentraut
2012-01-27Initialize the new bgwriterLatch field properly.Heikki Linnakangas
2012-01-26Adjust tuplesort.c based on the fact that we never use the OS's qsort().Robert Haas
2012-01-26Be more clear when a new column name collides with a system column name.Robert Haas