summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2008-07-14Done, per Simon:Bruce Momjian
2008-07-14Create a type-specific typanalyze routine for tsvector, which collects statsTom Lane
2008-07-12Fix a couple of stray misuses of "binary compatible".Tom Lane
2008-07-11Multi-column GIN indexes. Teodor SigaevTom Lane
2008-07-11Allow binary-coercible types for cast function arguments and return types.Peter Eisentraut
2008-07-10Add unchangeable GUC "variables" segment_size, wal_block_size, andTom Lane
2008-07-07Added documentation for function xmlagg.Peter Eisentraut
2008-07-03Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane
2008-07-03Don't print the name of the database in psql \z.Peter Eisentraut
2008-07-03Fix psql's \d and allied commands to work with all server versions back to 7.4.Tom Lane
2008-07-01Documentation patch by Kevin L. McBride explaining GUC lock variables,Bruce Momjian
2008-07-01Add URL for:Bruce Momjian
2008-07-01Add to TODO:Bruce Momjian
2008-06-30Add psql TODO:Bruce Momjian
2008-06-30Add psql TODO item:Bruce Momjian
2008-06-30Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.Heikki Linnakangas
2008-06-27Mention actual function names in documentation of how to pass binaryBruce Momjian
2008-06-27Add to TODO:Bruce Momjian
2008-06-27Clarify plpgsql documentation by not treating IF THEN ELSE IF ... as aTom Lane
2008-06-26Use SGML table to show backslash string escapes, rather than have themBruce Momjian
2008-06-26Add MERGE TODO URL:Bruce Momjian
2008-06-26Add TODO about security:Bruce Momjian
2008-06-26More FAQ URL updates from Curtis Gallant.Bruce Momjian
2008-06-26Update FAQ URLs as suggested by Curtis Gallant.Bruce Momjian
2008-06-26Add to TODO:Bruce Momjian
2008-06-26Remove use of postmaster.opts.default by pg_ctl.Bruce Momjian
2008-06-24TODO item done:Bruce Momjian
2008-06-23Add TODO:Bruce Momjian
2008-06-23Add URL for Merge.Bruce Momjian
2008-06-23Backup wording improvement.Bruce Momjian
2008-06-23Add to TODO:Bruce Momjian
2008-06-23Add item:Bruce Momjian
2008-06-23Add libpq comment about how to determine the format used for passingBruce Momjian
2008-06-23Add TODO:Bruce Momjian
2008-06-19Add URL for:Bruce Momjian
2008-06-18Fix a few typos in the DTrace docs. Patch from Euler Taveira de Oliveira,Neil Conway
2008-06-16Rewrite docs section about routine vacuuming --- it's gotten rather mangled ofTom Lane
2008-06-15Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane
2008-06-14In log_filename documentation, mention that strftime is not used directly toAlvaro Herrera
2008-06-13Modify TODO entry to be a function:Bruce Momjian
2008-06-12Use macro to document size of ecpg sqlerrmc string.Bruce Momjian
2008-06-12Update item to mention target list problem:Bruce Momjian
2008-06-11Add:Bruce Momjian
2008-06-11Add optional on/off argument to \timing.Heikki Linnakangas
2008-06-10Make XML building work silently on VPATH builds (untested on regular builds).Alvaro Herrera
2008-06-09Update Japanese FAQ.Bruce Momjian
2008-06-08Update release notes for ALTER AGGREGATE fix.Tom Lane
2008-06-07Update release notes for 8.3.3 et al.Tom Lane
2008-06-05Fix missing "not", per Frank Millman (bug #4212).Alvaro Herrera
2008-06-04Draft release notes for upcoming back-branch updates.Tom Lane