summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-114-16/+15
* Update wording:Bruce Momjian2008-04-112-4/+6
* Changed TODO wording:Bruce Momjian2008-04-112-4/+4
* Add TODO:Bruce Momjian2008-04-112-2/+8
* Update URLs for dead space map.Bruce Momjian2008-04-112-2/+12
* Fix main README typo.Bruce Momjian2008-04-111-1/+1
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-1030-269/+420
* Add TODO URLs moved from open items queue:Bruce Momjian2008-04-102-2/+26
* Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander2008-04-102-2/+49
* Make parameters in implementation have same const:ness as the ones inMagnus Hagander2008-04-101-2/+2
* Remove mention of DBD::PgSPI, which is unmaintained and generally unnecessary.Alvaro Herrera2008-04-101-15/+3
* Mention pg_backend_pid() in the system information section in additionAlvaro Herrera2008-04-102-2/+12
* PGTYPEStimestamp_sub should use the values and not the pointers to substract.Michael Meskes2008-04-102-1/+6
* Document that continuous archiving backup can be used for cases whereBruce Momjian2008-04-091-4/+12
* Update text FAQ.Bruce Momjian2008-04-092-4/+6
* Small wording improvements for source code READMEs.Bruce Momjian2008-04-093-11/+11
* Revert README cleanups.Bruce Momjian2008-04-093-11/+11
* Revert sentence removal from nickname in FAQ.Bruce Momjian2008-04-094-14/+16
* Remove mention of the Berkeley origins of the alias "Postgres" ---Bruce Momjian2008-04-092-10/+6
* Fix tsvector_update_trigger() to be domain-friendly: it needs to allow allTom Lane2008-04-081-20/+41
* On cygwin and win32, don't override the shlib name when building a module.Peter Eisentraut2008-04-081-3/+7
* Make integer_datetimes the default on msvc as well, to have the sameMagnus Hagander2008-04-081-1/+1
* Always define stlib, since some platforms need it for building modules.Peter Eisentraut2008-04-071-2/+2
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-0714-197/+204
* Add to TODO:Bruce Momjian2008-04-072-2/+9
* Add documentation clarification for IS [NOT] NULL and row-valuedBruce Momjian2008-04-071-2/+6
* Make plpgsql support FOR over a query specified by a cursor declaration,Tom Lane2008-04-068-555/+934
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-066-55/+227
* A small visit from the portability and localization police.Tom Lane2008-04-051-6/+7
* Make dblink_current_query() reference pg_catalog.current_query(), per Tom.Bruce Momjian2008-04-051-2/+2
* Re-add dblink_current_query() for backward compatibility.Bruce Momjian2008-04-052-2/+9
* Defend against JOINs having more than 32K columns altogether. We cannotTom Lane2008-04-052-2/+13
* Have pg_stop_backup() wait for all archive files to be sent, rather thanBruce Momjian2008-04-052-14/+59
* Re-implement division for numeric values using the traditional "schoolbook"Tom Lane2008-04-047-32/+470
* Have psql command 'help' suggest the use of \?, updated version.Bruce Momjian2008-04-042-6/+7
* Allow 'help' in psql to show \? help, for novice assistance.Bruce Momjian2008-04-042-2/+14
* Remove no-longer-used function assign_backslash_quote()Tom Lane2008-04-041-26/+1
* Remove unneed #include now that current_query() has moved to the backend.Bruce Momjian2008-04-041-2/+1
* Implement current_query(), that shows the currently executing query.Bruce Momjian2008-04-0411-87/+32
* Oops, change should go in scan.l to survive a clean checkout and not justMagnus Hagander2008-04-041-2/+2
* Convert backslash_quote guc to use enum.Magnus Hagander2008-04-042-14/+29
* Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary andMagnus Hagander2008-04-043-66/+37
* Add a variant of the Levenshtein string-distance function that lets the userTom Lane2008-04-035-299/+239
* Add Wiki URLs for:Bruce Momjian2008-04-032-4/+8
* Remove heap_release_fetch, which is no longer used anywhere; this simplifiesTom Lane2008-04-032-33/+4
* Add to TODO:Bruce Momjian2008-04-032-2/+9
* Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerlyTom Lane2008-04-033-37/+143
* Oops, add proper #ifdef for systems without support for syslog.Magnus Hagander2008-04-031-1/+3
* Remove -C from rsync call, because it omits directories named "core".Peter Eisentraut2008-04-031-2/+2
* Convert syslog_facility guc to enum type.Magnus Hagander2008-04-031-41/+31