Commit Graph

171 Commits (24bebf0b725e965ed2b725dcb31a46f787e98dbf)

Author SHA1 Message Date
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Tom Lane c7a165adc6 Code review for HeapTupleHeader changes. Add version number to page headers 24 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 24 years ago
Tom Lane 64505ed58b Code review for standalone composite types, query-specified composite 24 years ago
Tom Lane 976246cc7e The cstring datatype can now be copied, passed around, etc. The typlen 24 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 24 years ago
Tom Lane 6ebc90b045 Remove Ident nodetype in favor of using String nodes; this fixes some 24 years ago
Tom Lane f4ad5e8d18 Clean up leftover bugs from recent COPY feature patch --- missed 24 years ago
Bruce Momjian b1a5f87209 Tom Lane wrote: 24 years ago
Tom Lane 38bb77a5d1 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 24 years ago
Bruce Momjian 874148fe34 IMPROVED VERSION APPLIED: 24 years ago
Bruce Momjian b0f5086e41 oid is needed, it is added at the end of the struct (after the null 24 years ago
Bruce Momjian a90db34b54 The attached patch (against HEAD) implements 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Bruce Momjian c2c2fd57ee Improve COPY syntax to use WITH clause, keep backward compatibility. 24 years ago
Tom Lane 6c6f395a8a Since COPY fires triggers, it seems like a good idea for it to use 24 years ago
Tom Lane 959e61e917 Remove global variable scanCommandId in favor of storing a command ID 24 years ago
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 24 years ago
Tom Lane 31c775adeb Restructure aclcheck error reporting to make permission-failure 24 years ago
Tom Lane d5e99ab4d6 pg_type has a typnamespace column; system now supports creating types 24 years ago
Tom Lane 56c9b73c1d Change the aclchk.c routines to uniformly use OIDs to identify the 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Tatsuo Ishii 21f9a654f0 Fix bug in COPY FROM when DELIMITER is not in ASCII range. 24 years ago
Bruce Momjian 87675fab6f pgindent copy.c. Patch wasn't in proper format. 24 years ago
Bruce Momjian 0cd8cb1a03 Free files on dir open failure in COPY. 24 years ago
Bruce Momjian 5f644ea699 Add fstat / S_ISDIR checks to make sure we're not trying to use a 24 years ago
Tom Lane 9832a235c5 Modify COPY TO to emit carriage returns and newlines as backslash escapes 24 years ago
Tom Lane 969cc16c69 Enforce restriction that COPY DELIMITERS string must be exactly one 24 years ago
Tom Lane f4bd04bb67 Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane bf56f0759b Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 25 years ago
Bruce Momjian b6564c445e Disable COPY TO/FROM on views. 25 years ago
Peter Eisentraut 959dc927d3 Preliminary code cleanup in elog(). Split out some code into utility 25 years ago
Tom Lane 0b370ea7c8 Clean up some minor problems exposed by further thought about Panon's bug 25 years ago
Peter Eisentraut 96147a6d1c Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER 25 years ago
Bruce Momjian 0686d49da0 Remove dashes in comments that don't need them, rewrap with pgindent. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane c9f26d7af6 COPY should handle after-insert triggers the same as execMain.c does. 25 years ago
Tom Lane 0d54d6ac44 Clean up handling of tuple descriptors so that result-tuple descriptors 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane c9fe128316 Clean up per-tuple memory leaks in trigger firing and plpgsql 25 years ago
Tom Lane bdb72d8765 Suppress compiler warning in MULTIBYTE case. 25 years ago
Tom Lane 36839c1927 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 25 years ago
Tatsuo Ishii a6944611e2 Fix copy to make it more robust against unexpected character 25 years ago
Tom Lane 676cf18c5b New file format for COPY BINARY, in accordance with pghackers discussions 25 years ago
Tom Lane 8609d4abf2 Fix portability problems recently exposed by regression tests on Alphas. 25 years ago
Tom Lane 5e3bc5ebcd Avoid memory leakage during regular COPY when outputting toasted values. 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Tom Lane 6543d81d65 Restructure handling of inheritance queries so that they work with outer 25 years ago
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current 26 years ago