summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-02-01Fix broken markup.Neil Conway
2007-02-01Add 8.2.0 "Incomatibilities" documentation that pg_dump's -n and -tBruce Momjian
2007-02-01Chinese FAQ updateBruce Momjian
2007-02-01Update URL for function permission checksBruce Momjian
2007-02-01Add:Bruce Momjian
2007-02-01Add:Bruce Momjian
2007-02-01This patch adds documentation for the long-version parameters --usernameNeil Conway
2007-02-01Add:Bruce Momjian
2007-02-01Fix a few typos in comments in GiN.Neil Conway
2007-02-01Update CREATE SEQUENCE documentation to show the same sequence beingBruce Momjian
2007-02-01Add URL for:Bruce Momjian
2007-02-01Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2007-01-31Update comment.Bruce Momjian
2007-01-31Revert error message change for may/can/might --- needs discussion.Bruce Momjian
2007-01-31Update documentation on may/can/might:Bruce Momjian
2007-01-31Add missing Makefile dependencies for the "bigtest" and "bigcheck"Neil Conway
2007-01-31Rewrite uuid input and output routines to avoid dependency on theNeil Conway
2007-01-31Fix initdb to not generate misleading error messages when postgres.bkiTom Lane
2007-01-31Revert gincostestimate changes.Teodor Sigaev
2007-01-31Update FreeBSD DocBook installation noticesTeodor Sigaev
2007-01-31Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev
2007-01-31Add URL:Bruce Momjian
2007-01-31Document need for periodic REINDEX in VACUUM FULL cases.Bruce Momjian
2007-01-31Add missing colon.Bruce Momjian
2007-01-31Add:Bruce Momjian
2007-01-31Update for VACUUM FULL:Bruce Momjian
2007-01-30Add:Bruce Momjian
2007-01-30Add FAQ item about timezones and daylight savings time.Bruce Momjian
2007-01-30Update documentation for backslashes to mention escape string syntaxBruce Momjian
2007-01-30Repair oversights in the mechanism used to store compiled plpgsql functions.Tom Lane
2007-01-30Add SPI_push/SPI_pop calls so that datatype input and output functions calledTom Lane
2007-01-30Update documentation for pg_get_serial_sequence() function.Bruce Momjian
2007-01-30Add support for cross-type hashing in hash index searches and hash joins.Tom Lane
2007-01-29Add comment noting that hashm_procid in a hash index's metapage isn'tTom Lane
2007-01-29Update wording for minor release upgrades, per Alvaro.Bruce Momjian
2007-01-29Done:Bruce Momjian
2007-01-29Use sizeof() for snprintf() buffer length.Bruce Momjian
2007-01-29Update process termination message to display signal number and nameBruce Momjian
2007-01-29Update documentation on XML functionsPeter Eisentraut
2007-01-28Improve hash join to discard input tuples immediately if they can'tTom Lane
2007-01-28Remove unnecessary checkpoint from PL regression tests. This was onceTom Lane
2007-01-28Rename the uuid_t type to pg_uuid_t, to avoid a conflict with anyNeil Conway
2007-01-28Fix plpython MSVC build in non-debug mode.Andrew Dunstan
2007-01-28Remove some unnecessary conversion work in build_regtype_array().Tom Lane
2007-01-28Repair oversight in creation of "append relations": we should set upTom Lane
2007-01-28Make some small improvements in the accuracy of plpgsql's error locationTom Lane
2007-01-28Fix path problem in MSVC bison wrapper. per Joachim Wieland.Andrew Dunstan
2007-01-28Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway