aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Clean up a few places where Datums were being treated as pointers withoutTom Lane2008-04-12
* Create new routines systable_beginscan_ordered, systable_getnext_ordered,Tom Lane2008-04-12
* A quick try at un-breaking the Cygwin build. Whether it needs theTom Lane2008-04-11
* Add some debug support code to try to catch future mistakes in the area ofTom Lane2008-04-11
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-11
* Update wording:Bruce Momjian2008-04-11
* Changed TODO wording:Bruce Momjian2008-04-11
* Add TODO:Bruce Momjian2008-04-11
* Update URLs for dead space map.Bruce Momjian2008-04-11
* Fix main README typo.Bruce Momjian2008-04-11
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Add TODO URLs moved from open items queue:Bruce Momjian2008-04-10
* Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander2008-04-10
* Make parameters in implementation have same const:ness as the ones inMagnus Hagander2008-04-10
* Remove mention of DBD::PgSPI, which is unmaintained and generally unnecessary.Alvaro Herrera2008-04-10
* Mention pg_backend_pid() in the system information section in additionAlvaro Herrera2008-04-10
* PGTYPEStimestamp_sub should use the values and not the pointers to substract.Michael Meskes2008-04-10
* Document that continuous archiving backup can be used for cases whereBruce Momjian2008-04-09
* Update text FAQ.Bruce Momjian2008-04-09
* Small wording improvements for source code READMEs.Bruce Momjian2008-04-09
* Revert README cleanups.Bruce Momjian2008-04-09
* Revert sentence removal from nickname in FAQ.Bruce Momjian2008-04-09
* Remove mention of the Berkeley origins of the alias "Postgres" ---Bruce Momjian2008-04-09
* Fix tsvector_update_trigger() to be domain-friendly: it needs to allow allTom Lane2008-04-08
* On cygwin and win32, don't override the shlib name when building a module.Peter Eisentraut2008-04-08
* Make integer_datetimes the default on msvc as well, to have the sameMagnus Hagander2008-04-08
* Always define stlib, since some platforms need it for building modules.Peter Eisentraut2008-04-07
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* Add to TODO:Bruce Momjian2008-04-07
* Add documentation clarification for IS [NOT] NULL and row-valuedBruce Momjian2008-04-07
* Make plpgsql support FOR over a query specified by a cursor declaration,Tom Lane2008-04-06
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-06
* A small visit from the portability and localization police.Tom Lane2008-04-05
* Make dblink_current_query() reference pg_catalog.current_query(), per Tom.Bruce Momjian2008-04-05
* Re-add dblink_current_query() for backward compatibility.Bruce Momjian2008-04-05
* Defend against JOINs having more than 32K columns altogether. We cannotTom Lane2008-04-05
* Have pg_stop_backup() wait for all archive files to be sent, rather thanBruce Momjian2008-04-05
* Re-implement division for numeric values using the traditional "schoolbook"Tom Lane2008-04-04
* Have psql command 'help' suggest the use of \?, updated version.Bruce Momjian2008-04-04
* Allow 'help' in psql to show \? help, for novice assistance.Bruce Momjian2008-04-04
* Remove no-longer-used function assign_backslash_quote()Tom Lane2008-04-04
* Remove unneed #include now that current_query() has moved to the backend.Bruce Momjian2008-04-04
* Implement current_query(), that shows the currently executing query.Bruce Momjian2008-04-04
* Oops, change should go in scan.l to survive a clean checkout and not justMagnus Hagander2008-04-04
* Convert backslash_quote guc to use enum.Magnus Hagander2008-04-04
* Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary andMagnus Hagander2008-04-04
* Add a variant of the Levenshtein string-distance function that lets the userTom Lane2008-04-03
* Add Wiki URLs for:Bruce Momjian2008-04-03
* Remove heap_release_fetch, which is no longer used anywhere; this simplifiesTom Lane2008-04-03
* Add to TODO:Bruce Momjian2008-04-03