Commit Graph

140 Commits (c2d156691292d7be998eacf5b99dce3ea3c29ab2)

Author SHA1 Message Date
Tom Lane bf56f0759b Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 25 years ago
Bruce Momjian 77a69a2ed1 Patch to LOCK multiple tables in one LOCK command. 25 years ago
Bruce Momjian d1c9633060 Back out LOCK A,B,C patch at Tom's suggestion. 25 years ago
Bruce Momjian 16365ac75b Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. 25 years ago
Tom Lane f31dc0ada7 Partial indexes work again, courtesy of Martijn van Oosterhout. 25 years ago
Tom Lane c8076f09d2 Restructure index AM interface for index building and index tuple deletion, 25 years ago
Tom Lane c9499e68da has_table_privilege functions from Joe Conway (with some kibitzing from 25 years ago
Tom Lane 1d584f97b9 Clean up various to-do items associated with system indexes: 25 years ago
Bruce Momjian ba17165f55 This adds unary plus capability. No grammar changes, per Tom's request. 25 years ago
Bruce Momjian 7160c86ec2 These patches should fix check constraints not inheriting 25 years ago
Bruce Momjian 36546c98b5 Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. I 25 years ago
Peter Eisentraut 96147a6d1c Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER 25 years ago
Jan Wieck d27f363e3f Enhancement of SPI to get access to portals 25 years ago
Bruce Momjian 8678929c22 This patch should catch cases where the types 25 years ago
Tom Lane f905d65ee3 Rewrite of planner statistics-gathering code. ANALYZE is now available as 25 years ago
Bruce Momjian 7cf952e7b4 Fix comments that were mis-wrapped, for Tom Lane. 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 778a21ca94 Tweak portal (cursor) code so that it will not call the executor again 25 years ago
Tom Lane 4a66f9dd54 Change scoping of table and join refnames to conform to SQL92: a JOIN 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 786f1a59cd Fix all the places that called heap_update() and heap_delete() without 25 years ago
Bruce Momjian 7e533da492 Rename int4 to int32 in a few places. 25 years ago
Hiroshi Inoue 6adc255f8a Keep relations open until they are no longer needed. 25 years ago
Tom Lane 1402201463 Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands. 25 years ago
Tom Lane 90f42847b5 Small cleanup of temp-table handling. Disallow creation of a non-temp 25 years ago
Tom Lane 981a7d32d1 From Stephan Szabo: 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Hiroshi Inoue 3eaf3363d7 Fix illegal combination of SearchSysCacheTuple() and heap_freetuple() 25 years ago
Tom Lane 6543d81d65 Restructure handling of inheritance queries so that they work with outer 25 years ago
Tom Lane 3908473c80 Make DROP TABLE rollback-able: postpone physical file delete until commit. 25 years ago
Tom Lane 2f35b4efdb Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in 26 years ago
Bruce Momjian 85f1950a6f Remove NO_SECURITY define. 26 years ago
Bruce Momjian e7b069ced1 This is a stupid garden variety bug and I'm not sure why I didn't catch 26 years ago
Bruce Momjian b32685a999 Add proofreader's changes to docs. 26 years ago
Tom Lane 3a94e789f5 Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 26 years ago
Tom Lane ed5003c584 First cut at full support for OUTER JOINs. There are still a few loose 26 years ago
Bruce Momjian 7f171b599a This patch implements the following command: 26 years ago
Bruce Momjian 264c068207 This patch implements a different "relkind" 26 years ago
Bruce Momjian 1da2feea83 Previous patch backed out. 26 years ago
Bruce Momjian 7361e91ab7 This patch is for the TODO item 26 years ago
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current 26 years ago
Bruce Momjian d4f626507c This is mostly the same as an earlier patch I 26 years ago
Tom Lane 3d3ca010aa Avoid creating a TOAST table if we can prove that the maximum tuple 26 years ago
Tom Lane e67ff6b670 fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum 26 years ago
Tom Lane dd8ad64118 Fix tuptoaster bugs induced by making bytea toastable. Durn thing was 26 years ago
Tom Lane 61aca818c4 Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. 26 years ago
Tom Lane c298d74d49 More functions updated to new fmgr style --- money, name, tid datatypes. 26 years ago
Tom Lane 0d72b2d060 'const' decorations are fine, but not when they're inserted without 26 years ago