Commit Graph

732 Commits (139f19c30221968e7d3bf64fe303cb41517e4601)

Author SHA1 Message Date
Tom Lane e40492ec6e Remove useless and dangerous 'opt_type' option from CREATE INDEX. 26 years ago
Thomas G. Lockhart be703cd9e8 Implement nested block comments in the backend and in psql. 26 years ago
Thomas G. Lockhart a4d92053d8 Include rule to build include/parser/parse.h since nothing else can 26 years ago
Peter Eisentraut b54faa1b15 oidvectortypes: use SQL type names and separate by commas 26 years ago
Peter Eisentraut de85dd1d51 - format_type function, in use by psql 26 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 26 years ago
Jan Wieck 57d8080a40 TOAST 26 years ago
Bruce Momjian 80c646958a Attached is a new patch which addresses this problem. (oids in 26 years ago
Tom Lane 72164e86a6 Remove memory leak from VACUUM parsing. 26 years ago
Peter Eisentraut c446509565 Second pass over run-time configuration system. Adjust priorities on some 26 years ago
Tom Lane 996659f255 Fix handling of type tuple associated with a temp relation. We have 26 years ago
Tom Lane d03a933ec5 Fix performance problems with pg_index lookups (see, for example, 26 years ago
Bruce Momjian 946e80c435 Final #include cleanup. 26 years ago
Bruce Momjian df43800fc8 Clean up #include's. 26 years ago
Peter Eisentraut 44d1abebb4 Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 26 years ago
Tom Lane f2d1205322 Another batch of fmgr updates. I think I have gotten all old-style 26 years ago
Bruce Momjian 332f0f5fc0 Rename rule CURRENT to OLD in source tree. Add mapping for backward 26 years ago
Bruce Momjian 3357e1d29e Back out pg_shadow changes to allow create table and locking permissions. 26 years ago
Tom Lane 3477957b44 Update sequence-related functions to new fmgr style. Remove downcasing, 26 years ago
Bruce Momjian 85add42a57 I have large database and with this DB work more users and I very need 26 years ago
Bruce Momjian 8c1d09d591 Inheritance overhaul by Chris Bitmead <chris@bitmead.com> 26 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
Peter Eisentraut e3059fc0f5 Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses 26 years ago
Tom Lane 05cd91a582 typeTypeName() must return a pstrdup'd copy of the type name, not a 26 years ago
Tom Lane 48165ec226 Latest round of fmgr updates. All functions with bool,char, or int2 26 years ago
Bruce Momjian 2ea370a3ce New warning code about auto-created range table entries. 26 years ago
Tom Lane 0672a3c081 Lexer defended us against overlength plain identifiers, but not against 26 years ago
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 26 years ago
Tom Lane 0f1e39643d Third round of fmgr updates: eliminate calls using fmgr() and 26 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 26 years ago
Tom Lane 091126fa28 Generated header files parse.h and fmgroids.h are now copied into 26 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 26 years ago
Tom Lane 67ad9a18c0 define YY_NEVER_INTERACTIVE for flex, to persuade flex that it's not 26 years ago
Tom Lane 8bba4b4e0e Generate a reasonable error message when an aggregate function is applied 26 years ago
Tom Lane ff566b2241 Modify raw parsetree representation returned by gram.y for SubLinks: 26 years ago
Tom Lane 01911c98db Repair list-vs-node confusion that resulted in failure for INNER JOIN ON. 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane bb7e5dc2c0 Tweak TypeCategory to treat new BIT types as of STRING category, rather 26 years ago
Thomas G. Lockhart a349733bbb Add transcendental math functions (sine, cosine, etc) 26 years ago
Tom Lane 5717dcb8a7 New coding for SET provoked a 'var might be used uninitialized' warning 26 years ago
Thomas G. Lockhart 362575b782 Enable more flexible syntax for the SET command. Now allows single floats, 26 years ago
Thomas G. Lockhart 2dabd2cd1f Allow full type names in CREATE FUNCTION arguments and return type. 26 years ago
Tom Lane 5c462baebc transformCreateStmt should put Ident nodes, not ColumnDef nodes, into 26 years ago
Tom Lane 37ab088770 Remove no-longer-necessary restriction against uplevel correlation vars 26 years ago
Tom Lane dadb14fa60 Hack parse_coerce so it won't try to constant-fold the dummy Const 26 years ago
Thomas G. Lockhart dcdcada7e9 Add syntax for BIT() and BIT VARYING(), but no underlying implementation 26 years ago
Bruce Momjian 2216584bcf Reverse out BYTEA type coersion. 26 years ago
Tom Lane 3caa56fe5e Emit 'this operator is deprecated' warnings for ':' and ';'. 26 years ago
Bruce Momjian 0e1f485f5f Add compatiblity information for bytea. 26 years ago
Hiroshi Inoue fe8098ed0c Add FORCE keyword to ColID 26 years ago