summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2009-08-14Add prefix support for synonym dictionaryTeodor Sigaev
2009-08-12The html-stamp and man-stamp files also need to be cvsignore'd.Tom Lane
2009-08-12Document the minimum required Python version.Peter Eisentraut
2009-08-11Add .cvsignore entries for documentation filesPeter Eisentraut
2009-08-11Remove unnecessary files from distributionPeter Eisentraut
2009-08-11Simplify and speed up man page installationPeter Eisentraut
2009-08-11Refactor some $(JADE.tex.call)sAlvaro Herrera
2009-08-11Remove tab in SGML.Bruce Momjian
2009-08-10Fix URL to "The Hitch-Hiker's Guide to Evolutionary Computation".Alvaro Herrera
2009-08-10Fix number of columns declared for pg_user_mappings description table.Alvaro Herrera
2009-08-10Support EEEE (scientific notation) in to_char().Tom Lane
2009-08-10Adjust extract(epoch) example to clarify that it includes fractionalTom Lane
2009-08-10Extend EXPLAIN to support output in XML or JSON format.Tom Lane
2009-08-10Re-add documentation for --no-readline option of psql, mistakenly removed a d...Andrew Dunstan
2009-08-09Ship documentation without intermediate tarballsPeter Eisentraut
2009-08-07Document that autovacuum may run ANALYZEAlvaro Herrera
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-08-05Fix manpages related to SPI functions.Alvaro Herrera
2009-08-05Add matchorig, matchsynonyms, and keepsynonyms options to contrib/dict_xsyn.Tom Lane
2009-08-05Implement dblink_get_notify().Joe Conway
2009-08-04Use DocBook XSL stylesheets for man page buildingPeter Eisentraut
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2009-08-04Cause pg_proc.probin to be declared as text, not bytea. Everything wasTom Lane
2009-08-03Implement has_sequence_privilege()Joe Conway
2009-08-03Portability and documentation fixes for threaded pgbench patch.Tom Lane
2009-08-03Multi-threaded version of pgbench contributed by ITAGAKI Takahiro,Tatsuo Ishii
2009-08-02Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane
2009-07-29Support deferrable uniqueness constraints.Tom Lane
2009-07-28Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane
2009-07-26Extend EXPLAIN to allow generic options to be specified.Tom Lane
2009-07-25Code review for FORCE QUOTE * patch: fix error checking to consider FORCETom Lane
2009-07-25Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro.Andrew Dunstan
2009-07-24Document \dg+ and \du+Peter Eisentraut
2009-07-23Update location to download flex for building on Windows.Andrew Dunstan
2009-07-22Clarify NULLIF examplePeter Eisentraut
2009-07-22Tweak TOAST code so that columns marked with MAIN storage strategy areTom Lane
2009-07-21Remove translated FAQsPeter Eisentraut
2009-07-20Small additional clean from the rearrangement of the HTML index build rulesPeter Eisentraut
2009-07-20DROP IF EXISTS for columns and constraints. Andres Freund.Andrew Dunstan
2009-07-16Make GEQO's planning deterministic by having it start from a predictableTom Lane
2009-07-14Rearrangement of the HTML docs build rulesPeter Eisentraut
2009-07-13Update information schema to SQL:2008Peter Eisentraut
2009-07-13Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, andTom Lane
2009-07-11Alter some gratuitous uses of "ANSI" when "SQL standard" might have beenPeter Eisentraut
2009-07-11Correct what ISO stands forPeter Eisentraut
2009-07-08Add missing HOUR TO SECOND option to list of possible INTERVAL field sets,Tom Lane
2009-07-07More sensible character_octet_lengthPeter Eisentraut
2009-07-03Add log_line_prefix placeholder %e to contain the current SQL statePeter Eisentraut
2009-07-01Remove useless References column for pg_listener catalog description. Per Sh...Tom Lane
2009-06-26Update release notes in final preparation for 8.4.0.Tom Lane