Age | Commit message (Expand) | Author |
2008-08-12 | Remove TODO item | Peter Eisentraut |
2008-08-12 | Add: | Bruce Momjian |
2008-08-05 | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander |
2008-07-31 | Add URL to: | Bruce Momjian |
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-18 | Add URL for: | Bruce Momjian |
2008-07-17 | Add to TODO: | Bruce Momjian |
2008-07-16 | Add URL for: | Bruce Momjian |
2008-07-16 | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane |
2008-07-16 | Add to TODO: | Bruce Momjian |
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 | Add to TODO: | Bruce Momjian |
2008-07-15 | Add TODO: | Bruce Momjian |
2008-07-15 | Done: | Bruce Momjian |
2008-07-15 | Clarify that locale names on Windows are more verbose. | Bruce Momjian |
2008-07-14 | Add to TODO: | Bruce Momjian |
2008-07-14 | Done: | Bruce Momjian |
2008-07-14 | Add URL for: | Bruce Momjian |
2008-07-14 | Done, per Simon: | 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 |
2008-07-07 | Added documentation for function xmlagg. | Peter Eisentraut |
2008-07-03 | Add a function pg_get_keywords() to let clients find out the set of keywords | Tom Lane |
2008-07-03 | Don't print the name of the database in psql \z. | Peter Eisentraut |
2008-07-03 | Fix psql's \d and allied commands to work with all server versions back to 7.4. | Tom Lane |
2008-07-01 | Documentation patch by Kevin L. McBride explaining GUC lock variables, | Bruce Momjian |
2008-07-01 | Add URL for: | Bruce Momjian |
2008-07-01 | Add to TODO: | Bruce Momjian |
2008-06-30 | Add psql TODO: | Bruce Momjian |
2008-06-30 | Add psql TODO item: | Bruce Momjian |
2008-06-30 | Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. | Heikki Linnakangas |
2008-06-27 | Mention actual function names in documentation of how to pass binary | Bruce Momjian |