Commit Graph

644 Commits (dfdff4e0f125d309ba35e3600cb0c78df4eea546)

Author SHA1 Message Date
Thomas G. Lockhart dfdff4e0f1 First workaround solution for Jan's column constraint attributes. 26 years ago
Tom Lane 3cfdd8fdf2 Clean up scan.l's handling of \r vs \n --- they are reliably treated as 26 years ago
Hiroshi Inoue e3a97b370c Implement reindex command 26 years ago
Thomas G. Lockhart 41f1f5b76a Implement "date/time grand unification". 26 years ago
Tom Lane 90e160beff Fix missing lfirst() in ListTableAsAttrs(). This code 26 years ago
Tom Lane 1204c3e964 Remove some // comments, which are not ANSI C last I heard. 26 years ago
Thomas G. Lockhart a344a6e7b5 Carry column aliases from the parser frontend. Enables queries like 26 years ago
Thomas G. Lockhart 5c4b2b23af Add "DEC" as synonym for "DECIMAL". 26 years ago
Bruce Momjian 4842ef8624 Mask removal of network_ops in 7.0. 26 years ago
Jan Wieck aef647a274 Enabled MATCH <unspecified> 26 years ago
Jan Wieck ad15560573 Enabling automatic primary key detection for self-referencing 26 years ago
Jan Wieck ddd596d386 Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo). 26 years ago
Jan Wieck 31a8996ba4 Inconsistency in CREATE CONSTRAINT TRIGGER with the 26 years ago
Peter Eisentraut 2b84cbb60f A few minor psql enhancements 26 years ago
Tom Lane dd979f66be Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut bdb41ad0e7 Made abstime/reltime use int4 instead of time_t (TODO item) 26 years ago
Tatsuo Ishii 2605ceb704 Fix error messages for the lack of multi-byte support. 26 years ago
Peter Eisentraut 49581f9848 updated install file 26 years ago
Peter Eisentraut fa5400c0a4 added ALTER TABLE DROP COLUMN, early version 26 years ago
Tom Lane d32cd1bb25 Forgot to handle column length defaults in ALTER TABLE ADD COLUMN. 26 years ago
Tom Lane 1c15186747 Clean up longstanding gcc warnings by adding missing extern 26 years ago
Tom Lane 7476e3718b Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. This 26 years ago
Peter Eisentraut 533d516629 Removed MBFLAGS from makefiles since it's now done in include/config.h. 26 years ago
Peter Eisentraut f565cf41ab another set of cleanups 26 years ago
Bruce Momjian 80c5fea99d Since this patch is not big I send it here instead. I do not have the 26 years ago
Bruce Momjian e1cce4d5ea This corrects an error in current gram.y for ALTER TABLE ... ADD 26 years ago
Tom Lane ac4878a060 Pass atttypmod to CoerceTargetExpr, so that it can pass it on to 26 years ago
Tom Lane 49528361f5 Create a new parsetree node type, TypeCast, so that transformation of 26 years ago
Peter Eisentraut 759fba4873 Included all yacc and lex files into the distribution. 26 years ago
Tom Lane 7d715ba063 Fix broken FOR UPDATE error message. 26 years ago
Bruce Momjian faff1b776b Fix passing of atttypmod that Tom found. 26 years ago
Peter Eisentraut 1cd4c14116 Fixed all elog related warnings, as well as a few others. 26 years ago
Peter Eisentraut 4ceb2d0cb6 * User management commands no longer user pg_exec_query_dest -> more robust 26 years ago
Peter Eisentraut 46a28f1b14 Fixed everything in and surrounding createdb and dropdb to make it more 26 years ago
Bruce Momjian 8a093d0ae3 Make number of args to a function configurable. 26 years ago
Bruce Momjian a040281787 Move fixes for >8 indexed fields. 26 years ago
Jan Wieck b7b6d4bf53 Changed "triggered data change violation" detection code 26 years ago
Tom Lane 350cb386af Clean up handling of explicit NULL constants. Cases like 26 years ago
Thomas G. Lockhart aac9f5bee8 Re-enable makeAttr() if ENABLE_OUTER_JOINS is defined. 26 years ago
Bruce Momjian 21992ed10a Reverse out nextval patch. 26 years ago
Jan Wieck 397e9b32a3 Some changes to prepare for LONG attributes. 26 years ago
Bruce Momjian cf374febf5 >Turning nextval and currval into keywords is not an acceptable way to 26 years ago
Bruce Momjian 99b8f84511 Here's the Create/Alter/Drop Group stuff that's been really overdue. I 26 years ago
Bruce Momjian bcaabc5698 Depending on my interpreting (and programming) skills, this might solve 26 years ago
Bruce Momjian a82f9ffde6 New LDOUT makefile variable for QNX os. 26 years ago
Tom Lane a8ae19ec3d aggregate(DISTINCT ...) works, per SQL spec. 26 years ago
Tom Lane efb36d2be8 any_ordering_op()'s argument should be declared Oid not int. 26 years ago
Tom Lane 18c3000286 Teach grammar and parser about aggregate(DISTINCT ...). No implementation 26 years ago
Bruce Momjian ecba5d308c Remove unneeded action. 26 years ago