summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2003-03-28Fix number of columns in SGML, from Weiping HeBruce Momjian
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-27* Make pg_get_triggerdef documentation consistent with other pg_get_Bruce Momjian
2003-03-27to_char fixes, Karel ZakBruce Momjian
2003-03-25Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut
2003-03-25I mean, bison 1.875. :-)Bruce Momjian
2003-03-25Mention bison 1.85 is now required.Bruce Momjian
2003-03-25Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian
2003-03-24Prevent multiple queries in a single string into a single transactionBruce Momjian
2003-03-24Another big editing pass for consistent content and presentation.Peter Eisentraut
2003-03-23Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane
2003-03-22Add PQfreemem() call for Win32.Bruce Momjian
2003-03-21Add hostmask() function:Bruce Momjian
2003-03-21Remove mention of transactions for insensitive cursors.Bruce Momjian
2003-03-21Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane
2003-03-20This is not the only place in the system catalogs where NULL isBruce Momjian
2003-03-20The documentation for SELECT is incorrect in a sense: the syntax for aBruce Momjian
2003-03-20This patch creates a function named pg_get_triggerdef that takes the oid ofBruce Momjian
2003-03-20Now that the CLUSTER ALL machinery is in place, the clusterdb script canBruce Momjian
2003-03-20Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian
2003-03-20It would also be handy if users could see their own pg_stat_activityBruce Momjian
2003-03-20Fix typo in SGML tags.Bruce Momjian
2003-03-20Re-add type conversion examples.Bruce Momjian
2003-03-20Todo items:Bruce Momjian
2003-03-20PGRES_POLLING_ACTIVE is unused, keep for backward compatibility.Bruce Momjian
2003-03-20(Now featuring documentation: fixed some typos, expanded theBruce Momjian
2003-03-20> I can see a couple possible downsides: (a) the library might have someBruce Momjian
2003-03-20Minor doc patch: create functionBruce Momjian
2003-03-20Add start time to pg_stat_activityBruce Momjian
2003-03-19Remove typecasting section that isn't needed anymore.Bruce Momjian
2003-03-18Reimplement create and drop scripts in C, to reduce repetitivePeter Eisentraut
2003-03-18Remove duplicate ANALYZE recommendation in pg_dump.Bruce Momjian
2003-03-18Add mention of ANALYZE after object restore.Bruce Momjian
2003-03-17Increase max known database size.Bruce Momjian
2003-03-13Big editing for consistent content and presentation.Peter Eisentraut
2003-03-11Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane
2003-03-10Update German FAQBruce Momjian
2003-03-10Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane
2003-03-07Update FAQ.Bruce Momjian
2003-03-07Update Russian FAQ, from Viktor Vislobokov.Bruce Momjian
2003-03-04Reimplement free-space-map management as per recent discussions.Tom Lane
2003-03-03Improve description of geometric operators.Tom Lane
2003-02-22More infrastructure for btree compaction project. Tree-traversal codeTom Lane
2003-02-19This patch makes the following changes to the documentation:Bruce Momjian
2003-02-19Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian
2003-02-19The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian
2003-02-19This patch includes more SGML markup fixes as well as a few minorBruce Momjian
2003-02-19This patch adds a note to the documentation describing why theBruce Momjian
2003-02-19Add SQL 200X standards URL.Bruce Momjian
2003-02-18Update URL.Bruce Momjian