| Commit message (Expand) | Author | Age |
* | 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-12 |
* | 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-11 |
* | Update wording: | Bruce Momjian | 2008-04-11 |
* | Changed TODO wording: | Bruce Momjian | 2008-04-11 |
* | Add TODO: | Bruce Momjian | 2008-04-11 |
* | Update URLs for dead space map. | Bruce Momjian | 2008-04-11 |
* | Fix main README typo. | Bruce Momjian | 2008-04-11 |
* | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 |
* | Add TODO URLs moved from open items queue: | Bruce Momjian | 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 |
* | Remove mention of DBD::PgSPI, which is unmaintained and generally unnecessary. | Alvaro Herrera | 2008-04-10 |
* | Mention pg_backend_pid() in the system information section in addition | Alvaro Herrera | 2008-04-10 |
* | PGTYPEStimestamp_sub should use the values and not the pointers to substract. | Michael Meskes | 2008-04-10 |
* | Document that continuous archiving backup can be used for cases where | Bruce Momjian | 2008-04-09 |
* | Update text FAQ. | Bruce Momjian | 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-09 |
* | Remove mention of the Berkeley origins of the alias "Postgres" --- | Bruce Momjian | 2008-04-09 |
* | 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-08 |
* | 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-07 |
* | Add to TODO: | Bruce Momjian | 2008-04-07 |
* | Add documentation clarification for IS [NOT] NULL and row-valued | Bruce Momjian | 2008-04-07 |
* | 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-06 |
* | A small visit from the portability and localization police. | Tom Lane | 2008-04-05 |
* | Make dblink_current_query() reference pg_catalog.current_query(), per Tom. | Bruce Momjian | 2008-04-05 |
* | Re-add dblink_current_query() for backward compatibility. | Bruce Momjian | 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-05 |
* | 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 |
* | Remove unneed #include now that current_query() has moved to the backend. | Bruce Momjian | 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-04 |
* | Add a variant of the Levenshtein string-distance function that lets the user | Tom Lane | 2008-04-03 |
* | Add Wiki URLs for: | Bruce Momjian | 2008-04-03 |
* | Remove heap_release_fetch, which is no longer used anywhere; this simplifies | Tom Lane | 2008-04-03 |
* | Add to TODO: | Bruce Momjian | 2008-04-03 |