| Age | Commit message (Expand) | Author |
| 2007-10-08 | Faster test for overflow in str2txid, from Marko. | Tom Lane |
| 2007-10-08 | Get rid of dependency on strtoull() --- Marko Kreen. | Tom Lane |
| 2007-10-07 | Added the Skytools extended transaction ID module to contrib as discussed | Jan Wieck |
| 2007-10-01 | Add some examples. | D'Arcy J.M. Cain |
| 2007-10-01 | Fix a minor typo. | D'Arcy J.M. Cain |
| 2007-09-30 | Properly mark mergeable/hashable equality operators (found by opr_sanity | Tom Lane |
| 2007-09-30 | Support functions for index opclasses should be immutable. | Tom Lane |
| 2007-09-30 | Support functions for index opclasses should be immutable. | Tom Lane |
| 2007-09-29 | Support functions for index opclasses should be immutable. | Tom Lane |
| 2007-09-29 | Support functions for index opclasses should be immutable. | Tom Lane |
| 2007-09-29 | Support functions for index opclasses should be immutable. | Tom Lane |
| 2007-09-29 | Remove bogus commutator marking --- the module doesn't actually supply | Tom Lane |
| 2007-09-29 | Support functions for index opclasses should be immutable. | Tom Lane |
| 2007-09-29 | Defend against openssl libraries that fail on keys longer than 128 bits; | Tom Lane |
| 2007-09-27 | Tweak pgbench.c to remove the hidden assumption that a WIN32 machine | Tom Lane |
| 2007-09-26 | Minor improvements in backup and recovery: | Tom Lane |
| 2007-09-21 | Improve handling of prune/no-prune decisions by storing a page's oldest | Tom Lane |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 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 |