| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 | 1 | -3/+7 |
| * | Code review for FORCE QUOTE * patch: fix error checking to consider FORCE | Tom Lane | 2009-07-25 | 1 | -8/+7 |
| * | Small stylistic improvement in recent FORCE QUOTE * code - use a bool instead... | Andrew Dunstan | 2009-07-25 | 1 | -6/+4 |
| * | Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro. | Andrew Dunstan | 2009-07-25 | 1 | -3/+17 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -37/+38 |
| * | Improve comment about 'if (1)' hack in copy.c macros. | Tom Lane | 2009-06-03 | 1 | -5/+7 |
| * | Add comment about why "((void) 0)" is used in copy macros. | Bruce Momjian | 2009-06-03 | 1 | -2/+3 |
| * | Change macros to make gcc quiet when parsing. | Michael Meskes | 2009-05-29 | 1 | -8/+5 |
| * | Fix de-escaping checks so that we will reject \000 as well as other invalidly | Tom Lane | 2009-04-19 | 1 | -8/+8 |
| * | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 | 1 | -3/+2 |
| * | Adjust phrasing of complaints about multi-byte COPY delimiter strings. | Tom Lane | 2009-03-26 | 1 | -5/+5 |
| * | Clean up some loose ends from the column privileges patch: add | Tom Lane | 2009-02-06 | 1 | -11/+28 |
| * | Include a pointer to the query's source text in QueryDesc structs. This is | Tom Lane | 2009-01-02 | 1 | -2/+3 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane | 2008-11-30 | 1 | -2/+2 |
| * | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane | 2008-11-06 | 1 | -7/+11 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -11/+8 |
| * | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 | 1 | -10/+8 |
| * | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 | 1 | -2/+2 |
| * | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Improve efficiency of attribute scanning in CopyReadAttributesCSV. | Andrew Dunstan | 2008-03-08 | 1 | -50/+64 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Add sanity check to ensure delimiter and quote are different in CSV mode | Andrew Dunstan | 2007-12-30 | 1 | -1/+6 |
| * | Disallow digits and lower-case ASCII letters as the delimiter in non-CSV | Tom Lane | 2007-12-27 | 1 | -4/+15 |
| * | Fix ill-advised usage of x?y:z expressions in errmsg() and errhint() calls. | Tom Lane | 2007-12-27 | 1 | -19/+19 |
| * | Swap the order of testing for control characters and for column delimiter in | Tom Lane | 2007-12-27 | 1 | -15/+21 |
| * | Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters, | Tom Lane | 2007-12-03 | 1 | -17/+49 |
| * | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 | 1 | -3/+3 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -21/+29 |
| * | Perform post-escaping encoding validity checks on SQL literals and COPY input | Andrew Dunstan | 2007-09-12 | 1 | -2/+17 |
| * | Don't take ProcArrayLock while exiting a transaction that has no XID; there is | Tom Lane | 2007-09-07 | 1 | -8/+1 |
| * | Minor code cleanup: calling FreeFile() before ereport(ERROR) is not | Neil Conway | 2007-06-20 | 1 | -7/+1 |
| * | Marginal hacking to improve the speed of COPY OUT. I had found in a bit of | Tom Lane | 2007-06-17 | 1 | -54/+74 |
| * | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane | 2007-04-27 | 1 | -2/+3 |
| * | Update docs/error message for CSV quote/escape --- must be ASCII. | Bruce Momjian | 2007-04-18 | 1 | -3/+3 |
| * | Update error message for COPY with a multi-byte delimiter. | Bruce Momjian | 2007-04-18 | 1 | -2/+2 |
| * | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane | 2007-04-16 | 1 | -2/+2 |
| * | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane | 2007-03-29 | 1 | -55/+57 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -27/+16 |
| * | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway | 2007-03-03 | 1 | -19/+7 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 1 | -4/+5 |
| * | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian | 2007-01-25 | 1 | -2/+51 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 1 | -3/+3 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -89/+92 |
| * | Attibution addition: Add Karel Zak also for COPY SELECT. | Bruce Momjian | 2006-08-31 | 1 | -2/+2 |
| * | Correct attibution: | Bruce Momjian | 2006-08-31 | 1 | -2/+2 |
| * | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 | 1 | -290/+519 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -10/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |