| Age | Commit message (Expand) | Author |
| 2007-09-14 | Remove ill-considered (not to mention undocumented) attempt to make | Tom Lane |
| 2007-09-12 | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane |
| 2007-08-28 | Reduce the permissions check needed to use pgrowlocks() to having | Tom Lane |
| 2007-08-27 | Require SELECT privilege on a table to do dblink_get_pkey(). This is | Tom Lane |
| 2007-08-27 | Restrict pgrowlocks function to superusers. (This might be too strict, | Tom Lane |
| 2007-08-26 | Restrict pgstattuple functions to superusers. (This might be too strict, | Tom Lane |
| 2007-08-26 | Clean up usage of some deprecated APIs, particularly schema-unsafe | Tom Lane |
| 2007-08-26 | Code review for btreefuncs additions: restrict to superusers to avoid | Tom Lane |
| 2007-08-25 | The upper limit for -c option of pgbench is now obtained from | Tatsuo Ishii |
| 2007-08-23 | Fix combo_decrypt() to throw an error for zero-length input when using a | Tom Lane |
| 2007-08-22 | Fix possible core dump from pgbench -d option. Julius Stroffek | Tom Lane |
| 2007-08-21 | contrib/tsearch2 now fails its regression test because of conflicts with | Tom Lane |
| 2007-07-25 | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane |
| 2007-07-16 | Fix pg_buffercache to release buffer partition locks in reverse order, | Tom Lane |
| 2007-07-16 | Quote pathnames so pg_standby works with paths that have | Magnus Hagander |
| 2007-07-15 | Get rid of overly cute, unportable, probably not very efficient substitute | Tom Lane |
| 2007-07-15 | Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producing | Tom Lane |
| 2007-07-15 | Fix a passel of signed vs unsigned char warnings. | Tom Lane |
| 2007-07-15 | Silence a rather odd compiler warning. In passing, make this file's | Tom Lane |
| 2007-07-15 | Avoid possibly-unportable initializer, per buildfarm warning. | Tom Lane |
| 2007-07-15 | Change a couple of exit(0) to return 0 to suppress complaints from | Tom Lane |
| 2007-07-15 | Silence Solaris compiler warnings, per buildfarm. | Tom Lane |
| 2007-07-15 | Silence Solaris compiler warning, per buildfarm. | Tom Lane |
| 2007-07-15 | Fix compile warning on Solaris, per buildfarm. (Why have we got | Tom Lane |
| 2007-07-15 | Fix possible portability problem, per buildfarm warnings. | Tom Lane |
| 2007-07-15 | Fix unportable use of isspace(), per buildfarm results. | Tom Lane |
| 2007-07-12 | Simplify overly-cute array coding to avoid an apparent gcc bug, which | Tom Lane |
| 2007-07-08 | Restrict non-superusers to password authenticated connections | Joe Conway |
| 2007-07-06 | Changed new \usleep command into \sleep with an optional time unit | Jan Wieck |
| 2007-07-06 | Added a new scripting meta command | Jan Wieck |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-06-07 | The functions bt_metap, bt_page_stats and bt_page_items had moved | Magnus Hagander |
| 2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
| 2007-06-01 | Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends | Tom Lane |
| 2007-05-31 | Make some messages more consistent | Peter Eisentraut |
| 2007-05-30 | Add standard error redirection for OS/X & darwin startup script. | Bruce Momjian |
| 2007-05-30 | Update /contrib OS/X startup files, and move to a separate OS/X | Bruce Momjian |
| 2007-05-24 | Avoid assuming that the fields of struct timeval have exactly type long. | Tom Lane |
| 2007-05-24 | Add deprecation notice about planned removal in 8.4 and advice to try using | Peter Eisentraut |
| 2007-05-22 | Remove unsupported -u option from pg_standby example usage. | Alvaro Herrera |
| 2007-05-17 | Add CVS comment for recent commit: | Bruce Momjian |
| 2007-05-17 | Add database page inspection /contrib module. | Bruce Momjian |
| 2007-05-15 | Remove directory qualification in <ossp/uuid.h> because it's not always insta... | Andrew Dunstan |
| 2007-05-03 | Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching | Tom Lane |
| 2007-04-22 | Make some functions immutable. | Peter Eisentraut |
| 2007-04-22 | Fix typo | Peter Eisentraut |
| 2007-04-21 | Contrib module uuid-ossp for generating UUID values using the OSSP UUID | Peter Eisentraut |
| 2007-04-15 | Add --with-libxslt configure option | Andrew Dunstan |
| 2007-04-14 | revert change to build xml2 until a better fix is found | Andrew Dunstan |
| 2007-04-13 | Enable building contrib/xml2 if configured using --with-libxml. | Andrew Dunstan |