| Age | Commit message (Expand) | Author |
| 2008-04-15 | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian |
| 2008-04-15 | Make integer_datetimes the default for MSVC even if not mentioned in config.pl. | Andrew Dunstan |
| 2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
| 2008-04-14 | Fix indentation in new REFERENCED BY psql output, per Brendan Jurd. | Alvaro Herrera |
| 2008-04-13 | Since createplan.c no longer cares whether index operators are lossy, it has | Tom Lane |
| 2008-04-13 | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane |
| 2008-04-13 | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane |
| 2008-04-12 | Clean up a few places where Datums were being treated as pointers without | Tom Lane |
| 2008-04-12 | Create new routines systable_beginscan_ordered, systable_getnext_ordered, | Tom Lane |
| 2008-04-11 | A quick try at un-breaking the Cygwin build. Whether it needs the | Tom Lane |
| 2008-04-11 | Add some debug support code to try to catch future mistakes in the area of | Tom Lane |
| 2008-04-11 | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane |
| 2008-04-10 | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane |
| 2008-04-10 | Create wrapper pgwin32_safestat() and redefine stat() to it | Magnus Hagander |
| 2008-04-10 | Make parameters in implementation have same const:ness as the ones in | Magnus Hagander |
| 2008-04-10 | PGTYPEStimestamp_sub should use the values and not the pointers to substract. | Michael Meskes |
| 2008-04-09 | Small wording improvements for source code READMEs. | Bruce Momjian |
| 2008-04-09 | Revert README cleanups. | Bruce Momjian |
| 2008-04-09 | Revert sentence removal from nickname in FAQ. | Bruce Momjian |
| 2008-04-08 | Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all | Tom Lane |
| 2008-04-08 | On cygwin and win32, don't override the shlib name when building a module. | Peter Eisentraut |
| 2008-04-08 | Make integer_datetimes the default on msvc as well, to have the same | Magnus Hagander |
| 2008-04-07 | Always define stlib, since some platforms need it for building modules. | Peter Eisentraut |
| 2008-04-07 | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut |
| 2008-04-06 | Make plpgsql support FOR over a query specified by a cursor declaration, | Tom Lane |
| 2008-04-06 | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane |
| 2008-04-05 | A small visit from the portability and localization police. | Tom Lane |
| 2008-04-05 | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane |
| 2008-04-05 | Have pg_stop_backup() wait for all archive files to be sent, rather than | Bruce Momjian |
| 2008-04-04 | Re-implement division for numeric values using the traditional "schoolbook" | Tom Lane |
| 2008-04-04 | Have psql command 'help' suggest the use of \?, updated version. | Bruce Momjian |
| 2008-04-04 | Allow 'help' in psql to show \? help, for novice assistance. | Bruce Momjian |
| 2008-04-04 | Remove no-longer-used function assign_backslash_quote() | Tom Lane |
| 2008-04-04 | Implement current_query(), that shows the currently executing query. | Bruce Momjian |
| 2008-04-04 | Oops, change should go in scan.l to survive a clean checkout and not just | Magnus Hagander |
| 2008-04-04 | Convert backslash_quote guc to use enum. | Magnus Hagander |
| 2008-04-04 | Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary and | Magnus Hagander |
| 2008-04-03 | Remove heap_release_fetch, which is no longer used anywhere; this simplifies | Tom Lane |
| 2008-04-03 | Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly | Tom Lane |
| 2008-04-03 | Oops, add proper #ifdef for systems without support for syslog. | Magnus Hagander |
| 2008-04-03 | Convert syslog_facility guc to enum type. | Magnus Hagander |
| 2008-04-02 | Revert my bad decision of about a year ago to make PortalDefineQuery | Tom Lane |
| 2008-04-02 | Convert three more guc settings to enum type: | Magnus Hagander |
| 2008-04-01 | Support EXECUTE USING in plpgsql. | Tom Lane |
| 2008-04-01 | Add SPI-level support for executing SQL commands with one-time-use plans, | Tom Lane |
| 2008-04-01 | Fix an oversight I made in a cleanup patch over a year ago: | Tom Lane |
| 2008-03-31 | Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). | Tom Lane |
| 2008-03-31 | Fix my brain fade in TRUNCATE triggers patch: can't release relcache refcounts | Tom Lane |
| 2008-03-31 | Use error message wordings for permissions checks on .pgpass and SSL private | Tom Lane |
| 2008-03-31 | Fix a number of places that were making file-type tests infelicitously. | Tom Lane |