| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane | 2008-04-11 | 4 | -16/+15 |
* | Update wording: | Bruce Momjian | 2008-04-11 | 2 | -4/+6 |
* | Changed TODO wording: | Bruce Momjian | 2008-04-11 | 2 | -4/+4 |
* | Add TODO: | Bruce Momjian | 2008-04-11 | 2 | -2/+8 |
* | Update URLs for dead space map. | Bruce Momjian | 2008-04-11 | 2 | -2/+12 |
* | Fix main README typo. | Bruce Momjian | 2008-04-11 | 1 | -1/+1 |
* | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 | 30 | -269/+420 |
* | Add TODO URLs moved from open items queue: | Bruce Momjian | 2008-04-10 | 2 | -2/+26 |
* | Create wrapper pgwin32_safestat() and redefine stat() to it | Magnus Hagander | 2008-04-10 | 2 | -2/+49 |
* | Make parameters in implementation have same const:ness as the ones in | Magnus Hagander | 2008-04-10 | 1 | -2/+2 |
* | Remove mention of DBD::PgSPI, which is unmaintained and generally unnecessary. | Alvaro Herrera | 2008-04-10 | 1 | -15/+3 |
* | Mention pg_backend_pid() in the system information section in addition | Alvaro Herrera | 2008-04-10 | 2 | -2/+12 |
* | PGTYPEStimestamp_sub should use the values and not the pointers to substract. | Michael Meskes | 2008-04-10 | 2 | -1/+6 |
* | Document that continuous archiving backup can be used for cases where | Bruce Momjian | 2008-04-09 | 1 | -4/+12 |
* | Update text FAQ. | Bruce Momjian | 2008-04-09 | 2 | -4/+6 |
* | Small wording improvements for source code READMEs. | Bruce Momjian | 2008-04-09 | 3 | -11/+11 |
* | Revert README cleanups. | Bruce Momjian | 2008-04-09 | 3 | -11/+11 |
* | Revert sentence removal from nickname in FAQ. | Bruce Momjian | 2008-04-09 | 4 | -14/+16 |
* | Remove mention of the Berkeley origins of the alias "Postgres" --- | Bruce Momjian | 2008-04-09 | 2 | -10/+6 |
* | Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all | Tom Lane | 2008-04-08 | 1 | -20/+41 |
* | On cygwin and win32, don't override the shlib name when building a module. | Peter Eisentraut | 2008-04-08 | 1 | -3/+7 |
* | Make integer_datetimes the default on msvc as well, to have the same | Magnus Hagander | 2008-04-08 | 1 | -1/+1 |
* | Always define stlib, since some platforms need it for building modules. | Peter Eisentraut | 2008-04-07 | 1 | -2/+2 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 | 14 | -197/+204 |
* | Add to TODO: | Bruce Momjian | 2008-04-07 | 2 | -2/+9 |
* | Add documentation clarification for IS [NOT] NULL and row-valued | Bruce Momjian | 2008-04-07 | 1 | -2/+6 |
* | Make plpgsql support FOR over a query specified by a cursor declaration, | Tom Lane | 2008-04-06 | 8 | -555/+934 |
* | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane | 2008-04-06 | 6 | -55/+227 |
* | A small visit from the portability and localization police. | Tom Lane | 2008-04-05 | 1 | -6/+7 |
* | Make dblink_current_query() reference pg_catalog.current_query(), per Tom. | Bruce Momjian | 2008-04-05 | 1 | -2/+2 |
* | Re-add dblink_current_query() for backward compatibility. | Bruce Momjian | 2008-04-05 | 2 | -2/+9 |
* | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane | 2008-04-05 | 2 | -2/+13 |
* | Have pg_stop_backup() wait for all archive files to be sent, rather than | Bruce Momjian | 2008-04-05 | 2 | -14/+59 |
* | Re-implement division for numeric values using the traditional "schoolbook" | Tom Lane | 2008-04-04 | 7 | -32/+470 |
* | Have psql command 'help' suggest the use of \?, updated version. | Bruce Momjian | 2008-04-04 | 2 | -6/+7 |
* | Allow 'help' in psql to show \? help, for novice assistance. | Bruce Momjian | 2008-04-04 | 2 | -2/+14 |
* | Remove no-longer-used function assign_backslash_quote() | Tom Lane | 2008-04-04 | 1 | -26/+1 |
* | Remove unneed #include now that current_query() has moved to the backend. | Bruce Momjian | 2008-04-04 | 1 | -2/+1 |
* | Implement current_query(), that shows the currently executing query. | Bruce Momjian | 2008-04-04 | 11 | -87/+32 |
* | Oops, change should go in scan.l to survive a clean checkout and not just | Magnus Hagander | 2008-04-04 | 1 | -2/+2 |
* | Convert backslash_quote guc to use enum. | Magnus Hagander | 2008-04-04 | 2 | -14/+29 |
* | Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary and | Magnus Hagander | 2008-04-04 | 3 | -66/+37 |
* | Add a variant of the Levenshtein string-distance function that lets the user | Tom Lane | 2008-04-03 | 5 | -299/+239 |
* | Add Wiki URLs for: | Bruce Momjian | 2008-04-03 | 2 | -4/+8 |
* | Remove heap_release_fetch, which is no longer used anywhere; this simplifies | Tom Lane | 2008-04-03 | 2 | -33/+4 |
* | Add to TODO: | Bruce Momjian | 2008-04-03 | 2 | -2/+9 |
* | Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly | Tom Lane | 2008-04-03 | 3 | -37/+143 |
* | Oops, add proper #ifdef for systems without support for syslog. | Magnus Hagander | 2008-04-03 | 1 | -1/+3 |
* | Remove -C from rsync call, because it omits directories named "core". | Peter Eisentraut | 2008-04-03 | 1 | -2/+2 |
* | Convert syslog_facility guc to enum type. | Magnus Hagander | 2008-04-03 | 1 | -41/+31 |