Commit Graph

8659 Commits (94cda4f1065bcd21bdce664dc03eaa31faba0442)

Author SHA1 Message Date
Tom Lane f826f8fc69 Add missing close brackets in old-style COPY syntax diagram. 16 years ago
Tom Lane 8f4e121845 Fix typo, init => int, per KOIZUMI Satoru. 16 years ago
Robert Haas 5c5184c043 Document that receive location can rewind if replication restarts. 16 years ago
Bruce Momjian f25e5e5d47 Update doc description for 9.0 release note item: 16 years ago
Bruce Momjian a7b592722a 9.0 release notes updates. 16 years ago
Andrew Dunstan 3659c62350 Remove perl symbol table additions for plperl functions, and mention of it 16 years ago
Peter Eisentraut 0c88e559d1 Add notes that CREATE/DROP CONVERSION is similar to CREATE/DROP 16 years ago
Tom Lane c0989c67fa Change the interpretation of the primary_key_attnums parameter of 16 years ago
Bruce Momjian 77a4c51af8 Clarify SELECT FOR UPDATE behavior in docs. 16 years ago
Robert Haas b17129b589 Remove hstore's text[] => text[] operator. 16 years ago
Robert Haas 4a96908575 Document new 9.0 behavior of ANALYZE on inheritance hierarchies. 16 years ago
Itagaki Takahiro 41f302b52a Add new GUC categories corresponding to sections in docs, and move 16 years ago
Bruce Momjian cbb0dcff4f Fix doc plperl doc with is -> are change. 16 years ago
Simon Riggs 24bfbb5857 Docs for pg_archivecleanup 16 years ago
Robert Haas 38736e2276 Fix misplaced modifier. 16 years ago
Robert Haas dd6c1080d0 Fix typo. 16 years ago
Tom Lane a079efa641 postgres.txt should get cleaned by 'make clean'. 16 years ago
Bruce Momjian 4c7d48bffb Remove lynx -stdin flag for postgres.text. 16 years ago
Bruce Momjian 99fdb4a9ea Add SGML Makefile rule for single-page text, postgres.txt. 16 years ago
Bruce Momjian 7d7780f40d Add space between after ">" in ">$@" in SGML Makefile, for clarity. 16 years ago
Peter Eisentraut 7de38696c4 Add target to build HTML documentation as single page 16 years ago
Heikki Linnakangas e751b71b56 Use "replication" as the database name when constructing a connection 16 years ago
Bruce Momjian c46f861c0d Update text of 9.0 release notes 16 years ago
Itagaki Takahiro 56834fc759 Rename restartpoint_command to archive_cleanup_command. 16 years ago
Heikki Linnakangas 346d7cd7fa Return NULL instead of 0/0 in pg_last_xlog_receive_location() and 16 years ago
Alvaro Herrera a5ec2986b3 Update ALTER TABLE docs to account for exclusion and deferrable uniqueness 16 years ago
Alvaro Herrera 09811eff2e Add index entry for ::, per complaint from John Gage. 16 years ago
Robert Haas 8de14adc5f Make procedural language handler reference C-language function docs. 16 years ago
Itagaki Takahiro b5faba1284 Ensure default-only storage parameters for TOAST relations 16 years ago
Itagaki Takahiro 3fd839950a Replace "slave" to "standby" in documentation for consistent terminology. 16 years ago
Tom Lane 2944e6ecb6 Improve our explanation of the OVERLAPS operator. 16 years ago
Tom Lane 0cc59cc1f3 Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result) 16 years ago
Tom Lane 572ec5a276 Remove link that breaks HISTORY file generation. 16 years ago
Bruce Momjian 58028240bb Fix CREATE TRIGGER release mention, WHERE -> WHEN. 16 years ago
Bruce Momjian a68055eab6 Update 9.0 release notes to current. 16 years ago
Bruce Momjian 319baeab21 Markup fix. 16 years ago
Bruce Momjian 0562820097 Document regexp_matches() better and show example of single-row usage. 16 years ago
Bruce Momjian 3b19a45964 Document use of C++ for extension use. 16 years ago
Bruce Momjian f0c437cf54 Document that citext operators must be in the current search path. 16 years ago
Bruce Momjian 356e4dbf9a Clarify array generate_subscripts() documentation example. 16 years ago
Bruce Momjian 9b5c3611d7 Document that && geometric operator is true even if only a point 16 years ago
Bruce Momjian 2681c51eca Update C++ release note item wording. 16 years ago
Bruce Momjian 1f152c656b Comment out C++ docs for later user. Tone down C++ compatibility in 9.0 16 years ago
Bruce Momjian d149fbf411 Mention palloc/pfree for C++ memory allocation in docs. 16 years ago
Bruce Momjian 06625abeef Fix SGML markup for tag title. 16 years ago
Bruce Momjian b67fbb6c57 Add documentation section "Using C++ for Extensibility". 16 years ago
Bruce Momjian a128991705 Overflow box is on page after listed page number, per Alvaro. 16 years ago
Bruce Momjian 0b4150323b Update TeX overflow documentation page pattern mask, in docs. 16 years ago
Bruce Momjian 66dd050560 Document how to find TeX overflow boxes in our documentation build, per 16 years ago
Alvaro Herrera a7b2f694e7 Add note about database ownership to REASSIGN OWNED command documentation, 16 years ago