| Commit message (Expand) | Author | Age |
* | Generic implementation of red-black binary tree. It's planned to use in | Teodor Sigaev | 2010-02-11 |
* | Fix up rickety handling of relation-truncation interlocks. | Tom Lane | 2010-02-09 |
* | Create an official API function for C functions to use to check if they are | Tom Lane | 2010-02-08 |
* | Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binary | Bruce Momjian | 2010-02-08 |
* | Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was | Tom Lane | 2010-02-08 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs, | Tom Lane | 2010-02-07 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping | Tom Lane | 2010-02-04 |
* | Add a message type header to the CopyData messages sent from primary | Heikki Linnakangas | 2010-02-03 |
* | Assorted cleanups in preparation for using a map file to support altering | Tom Lane | 2010-02-03 |
* | Make RADIUS authentication use pg_getaddrinfo_all() to get address of | Magnus Hagander | 2010-02-02 |
* | Fold FindConversion() into FindConversionByName() and remove ACL check. | Robert Haas | 2010-02-02 |
* | Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. | Robert Haas | 2010-02-01 |
* | Augment EXPLAIN output with more details on Hash nodes. | Robert Haas | 2010-02-01 |
* | Revoke augmentation of WAL records for btree delete, per discussion. | Simon Riggs | 2010-02-01 |
* | Add string_agg aggregate functions. The one argument version concatenates | Itagaki Takahiro | 2010-02-01 |
* | Detect early deadlock in Hot Standby when Startup is already waiting. First | Simon Riggs | 2010-01-31 |
* | Parenthesize this macro, just in case. | Tom Lane | 2010-01-31 |
* | Augment WAL records for btree delete with GetOldestXmin() to reduce | Simon Riggs | 2010-01-29 |
* | Filter recovery conflicts based upon dboid from relfilenode of WAL | Simon Riggs | 2010-01-29 |
* | Type table feature | Peter Eisentraut | 2010-01-28 |
* | Add functions to reset the statistics counter for a single table/index or | Magnus Hagander | 2010-01-28 |
* | Define INADDR_NONE on Solaris when it's missing. Per a couple of buildfarm | Magnus Hagander | 2010-01-28 |
* | Change a few remaining calls of XLogArchivingActive() to use | Heikki Linnakangas | 2010-01-28 |
* | Make standby server continuously retry restoring the next WAL segment with | Heikki Linnakangas | 2010-01-27 |
* | Add support for RADIUS authentication. | Magnus Hagander | 2010-01-27 |
* | Remove the default_do_language parameter, instead making DO use a hardwired | Tom Lane | 2010-01-26 |
* | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane | 2010-01-25 |
* | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs | 2010-01-23 |
* | Fix several oversights in previous commit - attribute options patch. | Robert Haas | 2010-01-22 |
* | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 |
* | PL/Python DO handler | Peter Eisentraut | 2010-01-22 |
* | Write a WAL record whenever we perform an operation without WAL-logging | Heikki Linnakangas | 2010-01-20 |
* | Now that much of walreceiver has been pulled back into the postgres | Heikki Linnakangas | 2010-01-20 |
* | Rethink the way walreceiver is linked into the backend. Instead than shoving | Heikki Linnakangas | 2010-01-20 |
* | Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared | Magnus Hagander | 2010-01-19 |
* | Add pg_table_size() and pg_indexes_size() to provide more user-friendly | Tom Lane | 2010-01-19 |
* | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 |
* | Teach standby conflict resolution to use SIGUSR1 | Simon Riggs | 2010-01-16 |
* | Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants of | Tom Lane | 2010-01-16 |
* | PGDLLIMPORT-ize the remaining variables needed by walreceiver. | Tom Lane | 2010-01-16 |
* | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane | 2010-01-15 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Add point_ops opclass for GiST. | Teodor Sigaev | 2010-01-14 |
* | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs | 2010-01-14 |
* | Please tablespace directories in their own subdirectory so pg_migrator | Bruce Momjian | 2010-01-12 |
* | Some trivial adjustments in comments for struct RelationData. | Tom Lane | 2010-01-10 |
* | During Hot Standby, fix drop database when sessions idle. | Simon Riggs | 2010-01-10 |
* | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander | 2010-01-10 |