summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2003-11-25Fix language.Peter Eisentraut
2003-11-24Upgrade to DocBook V4.2 SGML.Peter Eisentraut
2003-11-24Fix markup.Peter Eisentraut
2003-11-24Use --with-docdir to choose installation location of documentation; putPeter Eisentraut
back --infodir, which several automatic build environments expect to exist. Add --without-docdir to prevent installation of documentation, which is helpful for things like RPM that have their own method of installing documentation.
2003-11-24Repair missed renamings of show_statement_stats and show_executor_stats.Tom Lane
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
large objects. Dump all these in pg_dump; also add code to pg_dump user-defined conversions. Make psql's large object code rely on the backend for inserting/deleting LOB comments, instead of trying to hack pg_description directly. Documentation and regression tests added. Christopher Kings-Lynne, code reviewed by Tom
2003-11-19SERIAL no longer creates an index by default, as of 7.3.Bruce Momjian
2003-11-17Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches.Bruce Momjian
2003-11-16Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane
which had been unintentionally broken by recent changes to tighten up the DateStyle rules for all-numeric date input. Add documentation and regression tests for this, too.
2003-11-16Sync HEAD with update committed only in 7.4 branch.Tom Lane
2003-11-16Another try at fixing the Linux overcommit docs, per Andrew Dunstan.Tom Lane
2003-11-16pgadmin III released.Bruce Momjian
2003-11-16Update info about SysV configuration procedures on OS X 10.3.Tom Lane
2003-11-16Some editorializing on the Linux memory overcommit docs, from Neil Conway.Tom Lane
2003-11-16More release-notes copy editing, from Neil Conway.Tom Lane
2003-11-15A little bit more copy-editing...Tom Lane
2003-11-15Minor wording improvement suggested by a comment in the interactive docs.Tom Lane
2003-11-15Correct names of people with funny characters.Peter Eisentraut
2003-11-14Repair error in syntax documentation for CREATE TABLE: one does not putTom Lane
a comma between multiple column_constraint's for a single column. Per report from Tomislaw Kitynski.
2003-11-14Add release date for 7.4.Bruce Momjian
2003-11-14Fix misstatement about the required value of SEMVMX. Given our currentTom Lane
usage of PGSemaMagic, the minimum required value is actually 537, but say 1000 just to use a round number. 255 is *not* good enough.
2003-11-14Beat some sense into the release notes.Peter Eisentraut
2003-11-13Add final port reports.Peter Eisentraut
2003-11-12Documentation cleanupPeter Eisentraut
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
pghackers proposal of 8-Nov. All the existing cross-type comparison operators (int2/int4/int8 and float4/float8) have appropriate support. The original proposal of storing the right-hand-side datatype as part of the primary key for pg_amop and pg_amproc got modified a bit in the event; it is easier to store zero as the 'default' case and only store a nonzero when the operator is actually cross-type. Along the way, remove the long-since-defunct bigbox_ops operator class.
2003-11-12Here's a patch that adds some text mentioning thatBruce Momjian
RESTRICT is not deferrable to the create table reference page. Stephan Szabo
2003-11-10Update freenode mention.Bruce Momjian
2003-11-10Update release notes for polymorphic functions.Bruce Momjian
2003-11-10Update IRC to mention freenet instead of openprojects.Bruce Momjian
2003-11-08Adjust file so psql help picks it up properly.Peter Eisentraut
patch by Kris Jurka
2003-11-07Typo fix.Bruce Momjian
2003-11-06Minor copy-editing.Tom Lane
2003-11-06Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut
like the next higher one.
2003-11-05Check off UnixWare.Peter Eisentraut
2003-11-05Minor copy-editing.Tom Lane
2003-11-04Some copy-editing for 7.4 release notes.Tom Lane
2003-11-04Give the full syntax rules for subscripting and field selection in theTom Lane
proper place, namely the syntax discussion of value expressions.
2003-11-04Update keywords table.Peter Eisentraut
2003-11-04Remove unused graphics files.Peter Eisentraut
2003-11-04Add report about HP-UX 11.00.Peter Eisentraut
2003-11-04Random copy-editing.Peter Eisentraut
2003-11-04Copy-editing.Tom Lane
2003-11-03fix typo. (role_columns_grants -> role_column_grants)Tatsuo Ishii
2003-11-02Provide a way to run the parallel regression tests with a user-specifiedTom Lane
limit on the number of simultaneous connections. Andrew Dunstan, with review by Tom Lane.
2003-11-02Fix language.Peter Eisentraut
2003-11-02Make spelling consistent.Peter Eisentraut
2003-11-02pg_dumpall doesn't use psql anymore.Peter Eisentraut
2003-11-02Put --describe-config in the right place.Peter Eisentraut
2003-11-02Fix name in supported platforms list.Peter Eisentraut
2003-11-02Complete options help and put it in less random order.Peter Eisentraut