| Age | Commit message (Expand) | Author |
| 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-19 | 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-17 | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane |
| 2010-01-16 | 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-15 | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane |
| 2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
| 2010-01-14 | Add point_ops opclass for GiST. | Teodor Sigaev |
| 2010-01-14 | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs |
| 2010-01-12 | Please tablespace directories in their own subdirectory so pg_migrator | Bruce Momjian |
| 2010-01-10 | 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 | Remove partial, broken support for NULL pointers when fetching attributes. | Robert Haas |
| 2010-01-09 | During Hot Standby, set DatabasePath correctly during relcache init file | Simon Riggs |
| 2010-01-08 | pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows. | Itagaki Takahiro |
| 2010-01-07 | Fix 3-parameter form of bit substring() to throw error for negative length, | Tom Lane |
| 2010-01-07 | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane |
| 2010-01-07 | Further fixes for per-tablespace options patch. | Robert Haas |
| 2010-01-07 | Alter the configure script to fail immediately if the C compiler does not | Tom Lane |
| 2010-01-06 | Support rewritten-based full vacuum as VACUUM FULL. Traditional | Itagaki Takahiro |
| 2010-01-06 | binary upgrade: | Bruce Momjian |
| 2010-01-06 | Update catalog version for recent relfilenode patch, so pg_migrator can | Bruce Momjian |
| 2010-01-06 | Preserve relfilenodes: | Bruce Momjian |
| 2010-01-06 | Remove tabs in SGML. | Bruce Momjian |
| 2010-01-05 | Add support for doing FULL JOIN ON FALSE. While this is really a rather | Tom Lane |
| 2010-01-05 | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas |
| 2010-01-05 | Use _mm_pause() for win64 spin_delay(), per note from Tsutomu Yamada. | Magnus Hagander |
| 2010-01-05 | Get rid of the need for manual maintenance of the initial contents of | Tom Lane |
| 2010-01-04 | Add a Win64-specific spin_delay() function. | Magnus Hagander |
| 2010-01-04 | Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at | Heikki Linnakangas |
| 2010-01-04 | When estimating the selectivity of an inequality "column > constant" or | Tom Lane |
| 2010-01-02 | Make ssize_t 64-bit on Win64, for compatibility with for example plpython. | Magnus Hagander |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2010-01-02 | Set proper sizes for size_t and void* on 64-bit Windows builds. | Magnus Hagander |
| 2010-01-02 | Support 64-bit shared memory when building on 64-bit Windows. | Magnus Hagander |
| 2010-01-01 | Add an "argisrow" field to NullTest nodes, following a plan made way back in | Tom Lane |
| 2010-01-01 | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane |
| 2009-12-31 | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane |
| 2009-12-30 | Revise pgstat's tracking of tuple changes to improve the reliability of | Tom Lane |
| 2009-12-29 | Add an index on pg_inherits.inhparent, and use it to avoid seqscans in | Tom Lane |
| 2009-12-29 | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane |
| 2009-12-27 | Add backend and pg_dump code to allow preservation of pg_enum oids, for | Bruce Momjian |
| 2009-12-24 | Binary upgrade: | Bruce Momjian |
| 2009-12-23 | Allow the index name to be omitted in CREATE INDEX, causing the system to | Tom Lane |
| 2009-12-23 | Adjust naming of indexes and their columns per recent discussion. | Tom Lane |
| 2009-12-19 | Bump catversion to reflect the fact that HS patch changed pg_proc | Tom Lane |