| Commit message (Expand) | Author | Age |
* | Modify COPY FROM to match the null-value string against the column value | Tom Lane | 2003-10-06 |
* | Minor copy-editing. | Tom Lane | 2003-09-30 |
* | Make the SQL command synopses appear less random. | Peter Eisentraut | 2003-09-22 |
* | This patch fixes a few missed GUC variables that were still upper case, | Bruce Momjian | 2003-09-11 |
* | Remove a bunch of content-free Diagnostics sections, as per previous | Tom Lane | 2003-09-09 |
* | Add/edit index entries. | Peter Eisentraut | 2003-08-31 |
* | The attached patch adds some clarification to the documentation of the | Bruce Momjian | 2003-08-17 |
* | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 |
* | Update COPY BINARY file format spec to reflect recent decisions about | Tom Lane | 2003-05-07 |
* | Make it clear it is the server version that determines if crlf is used. Idea... | Bruce Momjian | 2003-04-20 |
* | Add pipe parameter to COPY function to allow proper line termination. | Bruce Momjian | 2003-04-19 |
* | Bring SQL ref pages to consistent format, part 1. | Peter Eisentraut | 2003-04-15 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 |
* | Add more appropriate markup. | Peter Eisentraut | 2002-09-21 |
* | Back out password packet length check. | Bruce Momjian | 2002-08-30 |
* | Add comment on old sytax for SELECT FOR UPDATE/LIMIT and COPY. | Bruce Momjian | 2002-08-30 |
* | Neil's patch claimed a column list didn't work for COPY BINARY. | Tom Lane | 2002-08-04 |
* | This patch fixes a probably harmless write of uninitialized memory in | Bruce Momjian | 2002-08-04 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | IMPROVED VERSION APPLIED: | Bruce Momjian | 2002-07-30 |
* | The attached patch (against HEAD) implements | Bruce Momjian | 2002-07-18 |
* | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian | 2002-06-20 |
* | Fix obsolete statement about permissions on COPY ref page, and confusion | Tom Lane | 2002-05-14 |
* | Update SQL-command reference pages for schema features. | Tom Lane | 2002-04-23 |
* | Spell checking and markup additions | Peter Eisentraut | 2002-03-22 |
* | Modify COPY TO to emit carriage returns and newlines as backslash escapes | Tom Lane | 2002-02-12 |
* | Spell-check and markup police | Peter Eisentraut | 2002-01-20 |
* | Use PostgreSQL consistantly throughout docs. Before, usage was split evenly | Thomas G. Lockhart | 2001-12-08 |
* | Enforce restriction that COPY DELIMITERS string must be exactly one | Tom Lane | 2001-12-04 |
* | Replace ASCII-quotes with proper markup. | Peter Eisentraut | 2001-09-13 |
* | Put some kind of grammatical uniformity in the <refpurpose> lines. | Peter Eisentraut | 2001-09-03 |
* | Mention that COPY cannot be used on a view (per recent suggestion). | Tom Lane | 2001-08-10 |
* | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 |
* | Terminology cleanup: class -> table, instance -> row, attribute -> column, | Peter Eisentraut | 2001-01-13 |
* | New file format for COPY BINARY, in accordance with pghackers discussions | Tom Lane | 2001-01-03 |
* | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 |
* | Cleanups | Bruce Momjian | 2000-07-22 |
* | More cleanup | Bruce Momjian | 2000-04-18 |
* | Rename binary object to binary format. | Bruce Momjian | 2000-04-18 |
* | Update COPY manual page for \N. | Bruce Momjian | 2000-04-18 |
* | Fix \N mention in manual | Bruce Momjian | 2000-04-18 |
* | Fix typo in tag. | Thomas G. Lockhart | 1999-12-17 |
* | Depending on my interpreting (and programming) skills, this might solve | Bruce Momjian | 1999-12-14 |
* | Make USING in COPY optional. | Bruce Momjian | 1999-10-29 |
* | Complete merge of all old man page information. | Thomas G. Lockhart | 1999-07-22 |
* | Fix markup for docbook2man man page generation. | Thomas G. Lockhart | 1999-07-06 |
* | More complete info from Oliver Elphick. | Thomas G. Lockhart | 1999-02-13 |
* | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 |
* | Clean up to ensure tag completion as required by the newest versions | Thomas G. Lockhart | 1998-12-29 |
* | Minor cleanup in markup, especially in the Output section. | Thomas G. Lockhart | 1998-10-30 |