| Age | Commit message (Expand) | Author |
| 2008-09-12 | Update man page build instructions. | Peter Eisentraut |
| 2008-09-11 | Add a duration option to pgbench, so that test length can be specified in sec... | Tom Lane |
| 2008-09-11 | Tighten up to_date/to_timestamp so that they are more likely to reject | Tom Lane |
| 2008-09-11 | Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) | Tom Lane |
| 2008-09-10 | Add "source file" and "source line" information to each GUC variable. | Alvaro Herrera |
| 2008-09-08 | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane |
| 2008-09-07 | Clarify description of pg_restore's handling of large objects. | Tom Lane |
| 2008-09-07 | Add a few more details in the source-code-formatting documentation. | Tom Lane |
| 2008-09-07 | Clarify documention workding for xip_list(). | Bruce Momjian |
| 2008-09-06 | Adjust psql's new \ef command to present an empty CREATE FUNCTION template | Tom Lane |
| 2008-09-06 | Implement a psql command "\ef" to edit the definition of a function. | Tom Lane |
| 2008-09-05 | Code coverage testing with gcov. Documentation is in the regression test | Peter Eisentraut |
| 2008-08-29 | Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump. | Alvaro Herrera |
| 2008-08-29 | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut |
| 2008-08-26 | Fix pg_dump docs to acknowledge that you can use -Z with plain text output. ... | Tom Lane |
| 2008-08-25 | Add standard boilerplate sentence about when stats_temp_directory can be chan... | Tom Lane |
| 2008-08-25 | Unconditionally write the statsfile when SIGHUP is received, to minimize | Magnus Hagander |
| 2008-08-25 | Have man page generation work on VPATH builds too. | Alvaro Herrera |
| 2008-08-25 | Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary | Magnus Hagander |
| 2008-08-22 | Make "log_temp_files" super-user set only, like other logging options. | Bruce Momjian |
| 2008-08-21 | Mention that pg_dump does not dump ALTER DATABASE ... SET commands; | Bruce Momjian |
| 2008-08-19 | Cause the output from debug_print_parse, debug_print_rewritten, and | Tom Lane |
| 2008-08-15 | Make the temporary directory for pgstat files configurable by the GUC | Magnus Hagander |
| 2008-08-14 | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane |
| 2008-08-14 | pg_buffercache needs to be taught about relation forks, as Greg Stark | Heikki Linnakangas |
| 2008-08-05 | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander |
| 2008-07-31 | Require superuser privilege to create base types (but not composites, enums, | Tom Lane |
| 2008-07-30 | Allow I/O conversion casts to be applied to or from any type that is a member | Tom Lane |
| 2008-07-30 | Flip the default typispreferred setting from true to false. This affects | Tom Lane |
| 2008-07-30 | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane |
| 2008-07-29 | Add a new, improved version of citext as a contrib module. | Tom Lane |
| 2008-07-29 | Cleanup reference to config.pl so it makes sense not only in | Magnus Hagander |
| 2008-07-29 | Document which versions of ActivePerl and ActiveTcl are required | Magnus Hagander |
| 2008-07-23 | Abort if Tcl support was configured and no tcl shell was found. | Peter Eisentraut |
| 2008-07-22 | Update link to Oleg and Teodor's GIN page. | Tom Lane |
| 2008-07-21 | Code review for array_fill patch: fix inadequate check for array size overflow | Tom Lane |
| 2008-07-20 | Add a pg_dump option --lock-wait-timeout to allow failing the dump if unable | Tom Lane |
| 2008-07-18 | Properly document archive/restore command examples on Windows. | Bruce Momjian |
| 2008-07-18 | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane |
| 2008-07-16 | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane |
| 2008-07-16 | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane |
| 2008-07-16 | Add array_fill() to create arrays initialized with a value. | Bruce Momjian |
| 2008-07-15 | Fix alignment of SGML array docs. | Bruce Momjian |
| 2008-07-15 | Add Swedish_Sweden.1252 Windows locale example to docs. | Bruce Momjian |
| 2008-07-15 | Clarify that locale names on Windows are more verbose. | Bruce Momjian |
| 2008-07-14 | Create a type-specific typanalyze routine for tsvector, which collects stats | Tom Lane |
| 2008-07-12 | Fix a couple of stray misuses of "binary compatible". | Tom Lane |
| 2008-07-11 | Multi-column GIN indexes. Teodor Sigaev | Tom Lane |
| 2008-07-11 | Allow binary-coercible types for cast function arguments and return types. | Peter Eisentraut |
| 2008-07-10 | Add unchangeable GUC "variables" segment_size, wal_block_size, and | Tom Lane |