aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Add missing Makefile dependencies for the "bigtest" and "bigcheck"Neil Conway2007-01-31
* Rewrite uuid input and output routines to avoid dependency on theNeil Conway2007-01-31
* Fix initdb to not generate misleading error messages when postgres.bkiTom Lane2007-01-31
* Revert gincostestimate changes.Teodor Sigaev2007-01-31
* Update FreeBSD DocBook installation noticesTeodor Sigaev2007-01-31
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-31
* Add URL:Bruce Momjian2007-01-31
* Document need for periodic REINDEX in VACUUM FULL cases.Bruce Momjian2007-01-31
* Add missing colon.Bruce Momjian2007-01-31
* Add:Bruce Momjian2007-01-31
* Update for VACUUM FULL:Bruce Momjian2007-01-31
* Add:Bruce Momjian2007-01-30
* Add FAQ item about timezones and daylight savings time.Bruce Momjian2007-01-30
* Update documentation for backslashes to mention escape string syntaxBruce Momjian2007-01-30
* Repair oversights in the mechanism used to store compiled plpgsql functions.Tom Lane2007-01-30
* Add SPI_push/SPI_pop calls so that datatype input and output functions calledTom Lane2007-01-30
* Update documentation for pg_get_serial_sequence() function.Bruce Momjian2007-01-30
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-30
* Add comment noting that hashm_procid in a hash index's metapage isn'tTom Lane2007-01-29
* Update wording for minor release upgrades, per Alvaro.Bruce Momjian2007-01-29
* Done:Bruce Momjian2007-01-29
* Use sizeof() for snprintf() buffer length.Bruce Momjian2007-01-29
* Update process termination message to display signal number and nameBruce Momjian2007-01-29
* Update documentation on XML functionsPeter Eisentraut2007-01-29
* Improve hash join to discard input tuples immediately if they can'tTom Lane2007-01-28
* Remove unnecessary checkpoint from PL regression tests. This was onceTom Lane2007-01-28
* Rename the uuid_t type to pg_uuid_t, to avoid a conflict with anyNeil Conway2007-01-28
* Fix plpython MSVC build in non-debug mode.Andrew Dunstan2007-01-28
* Remove some unnecessary conversion work in build_regtype_array().Tom Lane2007-01-28
* Repair oversight in creation of "append relations": we should set upTom Lane2007-01-28
* Make some small improvements in the accuracy of plpgsql's error locationTom Lane2007-01-28
* Fix path problem in MSVC bison wrapper. per Joachim Wieland.Andrew Dunstan2007-01-28
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-28
* Fix up plpgsql's "simple expression" evaluation mechanism so that it behavesTom Lane2007-01-28
* Drat, can't fit an additional argument into log_error. Is it worth anTom Lane2007-01-28
* Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorlyTom Lane2007-01-28
* Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian2007-01-28
* Add a delay at the start of the stats test, to let any prior statsTom Lane2007-01-28
* Dept of second thoughts: the IQ of estimate_array_length() needs to beTom Lane2007-01-28
* Add signal.h for sys_siglist reference.Bruce Momjian2007-01-28
* Fix scalararraysel() to cope with binary-compatible cases, such as text[]Tom Lane2007-01-28
* Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian2007-01-28
* Modify SGML makefile to allow 'gmake draft' to build draft html ('draft'Bruce Momjian2007-01-27
* Correct an old logic error in btree page splitting: when considering a splitTom Lane2007-01-27
* Fixed expected files, so they are in sync with tests again.Michael Meskes2007-01-27
* remove unnecessary and now inaccurate cast which I should have removed with o...Andrew Dunstan2007-01-27
* Reactivate libxml memory management via palloc, now that I think I'vePeter Eisentraut2007-01-27
* Add trailing zero byte in Unicode codepoint conversion.Peter Eisentraut2007-01-27
* Add:Bruce Momjian2007-01-27