| Age | Commit message (Expand) | Author |
| 2007-02-19 | Update wording: | Bruce Momjian |
| 2007-02-19 | Add: | Bruce Momjian |
| 2007-02-19 | Add newlines. | Bruce Momjian |
| 2007-02-19 | Add: | Bruce Momjian |
| 2007-02-19 | Add: | Bruce Momjian |
| 2007-02-19 | Clarify documentation that initdb -A or editing pg_hba.conf is required | Bruce Momjian |
| 2007-02-19 | Clarify documentation for "day of the week" handling for to_char() and | Bruce Momjian |
| 2007-02-19 | Done: | Bruce Momjian |
| 2007-02-19 | Add "isodow" option to EXTRACT() and date_part() where Sunday = 7. | Bruce Momjian |
| 2007-02-19 | Done: | Bruce Momjian |
| 2007-02-19 | Done: | Bruce Momjian |
| 2007-02-19 | Fix pg_dump on win32 to properly dump files larger than 2Gb when using | Magnus Hagander |
| 2007-02-19 | Parse pg_proc.h with entries without OIDs. | Magnus Hagander |
| 2007-02-19 | Get rid of some old and crufty global variables in the planner. When | Tom Lane |
| 2007-02-19 | Improve plpgsql's error message when a datatype declaration is omitted. | Tom Lane |
| 2007-02-19 | Put function expressions and values lists into FunctionScan and ValuesScan | Tom Lane |
| 2007-02-18 | Fix portal management code to support non-default command completion tags for | Tom Lane |
| 2007-02-18 | Document limitation of SPI_execute() using multiple queries in a single | Bruce Momjian |
| 2007-02-18 | Update wording: | Bruce Momjian |
| 2007-02-18 | Add: | Bruce Momjian |
| 2007-02-18 | Update "Conflicting lock modes" to show as conflict, add | Bruce Momjian |
| 2007-02-17 | Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy and | Tom Lane |
| 2007-02-17 | Remove rint() for to_char MS and US output. We can't us rint() because | Bruce Momjian |
| 2007-02-17 | Add: | Bruce Momjian |
| 2007-02-17 | Cleanup of to_char() patch. | Bruce Momjian |
| 2007-02-17 | Add: | Bruce Momjian |
| 2007-02-17 | Remove installation mention that integer timestamps is less stable that | Bruce Momjian |
| 2007-02-17 | Create AVG() aggregates for int8 and NUMERIC which do not compute X^2, | Bruce Momjian |
| 2007-02-16 | Teach find_nonnullable_rels to handle OR cases: if every arm of an OR | Tom Lane |
| 2007-02-16 | Add: | Bruce Momjian |
| 2007-02-16 | Fix new RI operator selection code to do the right thing when working with | Tom Lane |
| 2007-02-16 | Reduce the amount of memory "clobbered" for every process title change, | Bruce Momjian |
| 2007-02-16 | Adjust the definition of is_pushed_down so that it's always true for INNER | Tom Lane |
| 2007-02-16 | Better fix for determining minimum and maximum int64 values that doesn't | Peter Eisentraut |
| 2007-02-16 | Install a more correct fix in the timestamp and timestamptz regression tests: | Alvaro Herrera |
| 2007-02-16 | Code review for SSLKEY patch. | Tom Lane |
| 2007-02-16 | Fix markup, spelling, grammar, and explanations for SSLKEY patch. | Tom Lane |
| 2007-02-16 | Fix the timestamptz test problem, by moving the tests that use the | Alvaro Herrera |
| 2007-02-16 | Fix // comment | Peter Eisentraut |
| 2007-02-16 | Add stdint.h include | Peter Eisentraut |
| 2007-02-16 | Functions for mapping table data and table schemas to XML (a.k.a. XML export) | Peter Eisentraut |
| 2007-02-16 | Remove extra character erroneously added. | Bruce Momjian |
| 2007-02-16 | Remove tabs from SGML files to help tag alingment and improve | Bruce Momjian |
| 2007-02-16 | Fix another problem in 8.2 changes that allowed "one-time" qual conditions to | Tom Lane |
| 2007-02-16 | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian |
| 2007-02-16 | SSL improvements: | Bruce Momjian |
| 2007-02-16 | Remove useless database name from bootstrap argument processing (including | Alvaro Herrera |
| 2007-02-16 | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane |
| 2007-02-15 | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera |
| 2007-02-15 | Add ORDER BY to a query on information_schema.views, to avoid possible | Tom Lane |