| Commit message (Expand) | Author | Age |
* | Make group commit more effective. | Heikki Linnakangas | 2012-01-30 |
* | Various minor comments changes from bgwriter to checkpointer. | Simon Riggs | 2012-01-30 |
* | Assorted comment fixes, mostly just typos, but some obsolete statements. | Tom Lane | 2012-01-29 |
* | Fix typo in comment. | Tom Lane | 2012-01-29 |
* | Use parameterized paths to generate inner indexscans more flexibly. | Tom Lane | 2012-01-27 |
* | Show default privileges in information schema | Peter Eisentraut | 2012-01-27 |
* | Disallow ALTER DOMAIN on non-domain type everywhere | Peter Eisentraut | 2012-01-27 |
* | Hide most variable-length fields from Form_pg_* structs | Peter Eisentraut | 2012-01-27 |
* | Make bgwriter sleep longer when it has no work to do, to save electricity. | Heikki Linnakangas | 2012-01-26 |
* | Add deadlock counter to pg_stat_database | Magnus Hagander | 2012-01-26 |
* | Classify DROP operations by whether or not they are user-initiated. | Robert Haas | 2012-01-26 |
* | Track temporary file count and size in pg_stat_database | Magnus Hagander | 2012-01-26 |
* | Instrument index-only scans to count heap fetches performed. | Robert Haas | 2012-01-25 |
* | Allow pg_basebackup from standby node with safety checking. | Simon Riggs | 2012-01-25 |
* | Add pg_trigger_depth() function | Alvaro Herrera | 2012-01-25 |
* | Add new replication mode synchronous_commit = 'write'. | Simon Riggs | 2012-01-24 |
* | Resolve timing issue with logging locks for Hot Standby. | Simon Riggs | 2012-01-23 |
* | ALTER <thing> [IF EXISTS] ... allows silent DDL if required, | Simon Riggs | 2012-01-23 |
* | Add bitwise AND, OR, and NOT operators for macaddr data type. | Robert Haas | 2012-01-19 |
* | Separate state from query string in pg_stat_activity | Magnus Hagander | 2012-01-19 |
* | Prevent adding relations to a concurrently dropped schema. | Robert Haas | 2012-01-16 |
* | Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows. | Tom Lane | 2012-01-12 |
* | Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always | Heikki Linnakangas | 2012-01-11 |
* | Rename the internal structures of the CREATE TABLE (LIKE ...) facility | Peter Eisentraut | 2012-01-07 |
* | Use __sync_lock_test_and_set() for spinlocks on ARM, if available. | Tom Lane | 2012-01-07 |
* | Slightly reorganize struct SnapshotData. | Robert Haas | 2012-01-06 |
* | Improve behavior of concurrent ALTER TABLE, and do some refactoring. | Robert Haas | 2012-01-06 |
* | Make the number of CLOG buffers adaptive, based on shared_buffers. | Robert Haas | 2012-01-06 |
* | Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint | Peter Eisentraut | 2012-01-05 |
* | Use a non-locking initial test in TAS_SPIN on PPC. | Tom Lane | 2012-01-03 |
* | Support for building with MS Visual Studio 2010. | Andrew Dunstan | 2012-01-03 |
* | Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible. | Tom Lane | 2012-01-02 |
* | Use 4-byte slock_t on both PPC and PPC64. | Tom Lane | 2012-01-02 |
* | Use mutex hint bit in PPC LWARX instructions, where possible. | Tom Lane | 2012-01-02 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Send new protocol keepalive messages to standby servers. | Simon Riggs | 2011-12-31 |
* | Remove support for on_exit() | Peter Eisentraut | 2011-12-27 |
* | Rethink representation of index clauses' mapping to index columns. | Tom Lane | 2011-12-24 |
* | Improve planner's handling of duplicated index column expressions. | Tom Lane | 2011-12-23 |
* | Add bytea_agg, parallel to string_agg. | Robert Haas | 2011-12-23 |
* | Catversion bump for commit 0e4611c0234d89e288a53351f775c59522baed7c. | Robert Haas | 2011-12-22 |
* | Add a security_barrier option for views. | Robert Haas | 2011-12-22 |
* | Add ALTER DOMAIN ... RENAME | Peter Eisentraut | 2011-12-22 |
* | Improve behavior of concurrent CLUSTER. | Robert Haas | 2011-12-21 |
* | Take fewer snapshots. | Robert Haas | 2011-12-21 |
* | Add support for privileges on types | Peter Eisentraut | 2011-12-20 |
* | Forgot catversion bump on previous patch | Alvaro Herrera | 2011-12-19 |
* | Rename updateNodeLink to spgUpdateNodeLink. | Tom Lane | 2011-12-19 |
* | Allow CHECK constraints to be declared ONLY | Alvaro Herrera | 2011-12-19 |
* | Teach SP-GiST to do index-only scans. | Tom Lane | 2011-12-19 |