aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add transform functions for various temporal typmod coercisions.Robert Haas2012-02-08
* Rename LWLockWaitUntilFree to LWLockAcquireOrWait.Heikki Linnakangas2012-02-08
* Fix typos pointed out by Noah Misch.Robert Haas2012-02-07
* Add a transform function for varbit typmod coercisions.Robert Haas2012-02-07
* Add a transform function for numeric typmod coercisions.Robert Haas2012-02-07
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-07
* When building with LWLOCK_STATS, initialize the stats in LWLockWaitUntilFree.Heikki Linnakangas2012-02-07
* Fix postmaster to attempt restart after a hot-standby crash.Tom Lane2012-02-06
* Avoid throwing ERROR during WAL replay of DROP TABLESPACE.Tom Lane2012-02-06
* Add locking around WAL-replay modification of shared-memory variables.Tom Lane2012-02-06
* Fix transient clobbering of shared buffers during WAL replay.Tom Lane2012-02-05
* Improve comment.Tom Lane2012-02-04
* Add missing Assert and fix inaccurate elog message in standby_redo().Tom Lane2012-02-04
* Allow SQL-language functions to reference parameters by name.Tom Lane2012-02-04
* Add array_to_json and row_to_json functions.Andrew Dunstan2012-02-03
* Allow spgist's text_ops to handle pattern-matching operators.Robert Haas2012-02-02
* Avoid re-checking for visibility map extension too frequently.Robert Haas2012-02-01
* initdb: Add options --auth-local and --auth-hostPeter Eisentraut2012-02-01
* Try to be more consistent about accepting denormalized float8 numbers.Tom Lane2012-02-01
* Built-in JSON data type.Robert Haas2012-01-31
* Fix bug in the new wait-until-lwlock-is-free mechanism.Heikki Linnakangas2012-01-31
* Add sequence USAGE privileges to information schemaPeter Eisentraut2012-01-30
* Make group commit more effective.Heikki Linnakangas2012-01-30
* Minor bug fix and cleanup from self-review of sync rep queues patch.Simon Riggs2012-01-30
* Various minor comments changes from bgwriter to checkpointer.Simon Riggs2012-01-30
* Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas2012-01-30
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-29
* Tweak index costing for problems with partial indexes.Tom Lane2012-01-29
* Fix pushing of index-expression qualifications through UNION ALL.Tom Lane2012-01-29
* Fix handling of init_plans list in inheritance_planner().Tom Lane2012-01-28
* Fix handling of data-modifying CTE subplans in EvalPlanQual.Tom Lane2012-01-28
* Prevent logging "failed to stat file: success" for temp filesMagnus Hagander2012-01-28
* Undo 8.4-era lobotomization of subquery pullup rules.Tom Lane2012-01-27
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Show default privileges in information schemaPeter Eisentraut2012-01-27
* Revert unfortunate whitespace changePeter Eisentraut2012-01-27
* Disallow ALTER DOMAIN on non-domain type everywherePeter Eisentraut2012-01-27
* Hide most variable-length fields from Form_pg_* structsPeter Eisentraut2012-01-27
* Do not access indclass through Form_pg_indexPeter Eisentraut2012-01-27
* Initialize the new bgwriterLatch field properly.Heikki Linnakangas2012-01-27
* Adjust tuplesort.c based on the fact that we never use the OS's qsort().Robert Haas2012-01-26
* Be more clear when a new column name collides with a system column name.Robert Haas2012-01-26
* Make bgwriter sleep longer when it has no work to do, to save electricity.Heikki Linnakangas2012-01-26
* Add missing #include, to suppress compiler warning.Robert Haas2012-01-26
* Fix a copy/pasted typo in several commentsMagnus Hagander2012-01-26
* Add deadlock counter to pg_stat_databaseMagnus Hagander2012-01-26
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-26
* Track temporary file count and size in pg_stat_databaseMagnus Hagander2012-01-26
* Damage control for yesterday's CheckIndexCompatible changes.Robert Haas2012-01-26
* Instrument index-only scans to count heap fetches performed.Robert Haas2012-01-25