| Commit message (Expand) | Author | Age |
* | Since COPY fires triggers, it seems like a good idea for it to use | Tom Lane | 2002-05-21 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 |
* | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 |
* | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Fix bug in COPY FROM when DELIMITER is not in ASCII range. | Tatsuo Ishii | 2002-02-27 |
* | pgindent copy.c. Patch wasn't in proper format. | Bruce Momjian | 2002-02-24 |
* | Free files on dir open failure in COPY. | Bruce Momjian | 2002-02-24 |
* | Add fstat / S_ISDIR checks to make sure we're not trying to use a | Bruce Momjian | 2002-02-23 |
* | Modify COPY TO to emit carriage returns and newlines as backslash escapes | Tom Lane | 2002-02-12 |
* | Enforce restriction that COPY DELIMITERS string must be exactly one | Tom Lane | 2001-12-04 |
* | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane | 2001-12-04 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Disable COPY TO/FROM on views. | Bruce Momjian | 2001-07-11 |
* | Preliminary code cleanup in elog(). Split out some code into utility | Peter Eisentraut | 2001-06-08 |
* | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 |
* | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | COPY should handle after-insert triggers the same as execMain.c does. | Tom Lane | 2001-03-14 |
* | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Clean up per-tuple memory leaks in trigger firing and plpgsql | Tom Lane | 2001-01-22 |
* | Suppress compiler warning in MULTIBYTE case. | Tom Lane | 2001-01-19 |
* | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 |
* | Fix copy to make it more robust against unexpected character | Tatsuo Ishii | 2001-01-06 |
* | New file format for COPY BINARY, in accordance with pghackers discussions | Tom Lane | 2001-01-03 |
* | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 |
* | Avoid memory leakage during regular COPY when outputting toasted values. | Tom Lane | 2000-12-02 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 |
* | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 |
* | Fix a many-legged critter reported by chifungfan@yahoo.com: under the | Tom Lane | 2000-08-22 |
* | Clean up inefficiency in ExecRelCheck, and cause it to do the right | Tom Lane | 2000-08-06 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 |
* | Suppress memory leak in COPY WITH OIDS TO wherever. | Tom Lane | 2000-06-28 |
* | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 |
* | Update for 7.0.2. | Bruce Momjian | 2000-06-05 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 |
* | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |