| Age | Commit message (Expand) | Author |
| 2007-03-06 | Fix oversight in original coding of inline_function(): since | Tom Lane |
| 2007-03-06 | Add script to build documentation on win32 without mingw | Magnus Hagander |
| 2007-03-06 | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian |
| 2007-03-05 | Remove copied comments from geo_ops.c source file and replace with new | Bruce Momjian |
| 2007-03-05 | Remove old-style win32 client-only visual c++ build infrastructure for everyt... | Magnus Hagander |
| 2007-03-05 | Fix a typo in a comment. Heikki Linnakangas. | Neil Conway |
| 2007-03-03 | Make the newly-added regression tests for lo_truncate() consistent | Neil Conway |
| 2007-03-03 | Cosmetic patch to large object regression test. | Bruce Momjian |
| 2007-03-03 | Split _bt_insertonpg to two functions. | Bruce Momjian |
| 2007-03-03 | Fix for COPY-after-truncate feature. | Bruce Momjian |
| 2007-03-03 | Remove undo information from pg_controldata --- never used. | Bruce Momjian |
| 2007-03-03 | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian |
| 2007-03-03 | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway |
| 2007-03-03 | Add GUC log_lock_waits to log long wait times. | Bruce Momjian |
| 2007-03-03 | Allow \pset and \x, \t to use boolean constants on/off, rather than just | Bruce Momjian |
| 2007-03-02 | Make log_min_error_statement put LOG level at the same priority as | Tom Lane |
| 2007-03-02 | Suppress useless searches for unused line pointers in PageAddItem. To do | Tom Lane |
| 2007-03-01 | Fix miscalculation of stats collector's write delay, introduced in revision 1... | Tom Lane |
| 2007-03-01 | Fix markQueryForLocking() to work correctly in the presence of nested views. | Tom Lane |
| 2007-03-01 | Fix date/time formats for XML Schema output. | Peter Eisentraut |
| 2007-02-28 | Remove temporary Windows-specific debugging code. | Magnus Hagander |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-02-27 | Allow information schema definitions to work without requiring implicit | Peter Eisentraut |
| 2007-02-27 | Make build.bat return a proper errorcode if the build fails. | Magnus Hagander |
| 2007-02-27 | Get rid of the separate EState for subplans, and just let them share the | Tom Lane |
| 2007-02-25 | Put back copyObject() call I removed in a fit of brain fade. This one | Tom Lane |
| 2007-02-23 | Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to | Tom Lane |
| 2007-02-23 | Move BLCKSZ < 1024 check to guc.c. | Bruce Momjian |
| 2007-02-23 | Add psql \prompt capability. | Bruce Momjian |
| 2007-02-22 | Change Agg and Group nodes so that Vars contained in their targetlists | Tom Lane |
| 2007-02-22 | Fix bug I introduced in recent patch to make hash joins discard null tuples | Tom Lane |
| 2007-02-22 | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane |
| 2007-02-21 | Update new optional VACUUM FULL hint for translations, per Alvaro. | Bruce Momjian |
| 2007-02-21 | Move increase FSM warning to after lazy_truncate_heap() because the | Bruce Momjian |
| 2007-02-21 | btree source code cleanups: | Bruce Momjian |
| 2007-02-21 | Add configure --enable-profiling to enable GCC profiling. Patches from | Bruce Momjian |
| 2007-02-21 | Revert changes to process pg_proc.h entries without OIDs. We're not supposed | Magnus Hagander |
| 2007-02-21 | Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be stand... | Andrew Dunstan |
| 2007-02-20 | Prevent BLCKSZ < 1024, and have initdb test shared buffers based on the | Bruce Momjian |
| 2007-02-20 | Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into the | Bruce Momjian |
| 2007-02-20 | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane |
| 2007-02-20 | Add comment that on Win32, we don't need to check the .pgpass file | Bruce Momjian |
| 2007-02-20 | Identify schema of inherited table in psql \d when necessary. | Peter Eisentraut |
| 2007-02-20 | Add missing OIDs to pg_proc. | Peter Eisentraut |
| 2007-02-19 | Add "isodow" option to EXTRACT() and date_part() where Sunday = 7. | 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 |