Commit Graph

1240 Commits (b40b3306faa36e469d52a5fa86e8cbcbd6fdbff2)

Author SHA1 Message Date
Bruce Momjian 7ce9b7c0d8 This patch adds a new GUC var, "default_with_oids", which follows the 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane 1c5f223e25 Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node 22 years ago
Tom Lane 42ce74bf17 COMMENT ON casts, conversions, languages, operator classes, and 22 years ago
Tom Lane fa5c8a055a Cross-data-type comparisons are now indexable by btrees, pursuant to my 22 years ago
Tom Lane c1d62bfd00 Add operator strategy and comparison-value datatype fields to ScanKey. 22 years ago
Peter Eisentraut 96889392e9 Implement isolation levels read uncommitted and repeatable read as acting 22 years ago
Tom Lane e4044ba2d7 Fix for this problem: 22 years ago
Tom Lane 17841ddbbf Improve error reporting in parseTypeString(), motivated by confusing 23 years ago
Peter Eisentraut 172b125578 Make sure that -- comments extend to the end of the line. This fixes the 23 years ago
Tom Lane b05ff39d7c Fix binary_oper_exact() so that the heuristic 'an unknown literal on 23 years ago
Peter Eisentraut e78b0079a2 Change some notices to warnings and vice versa according to criteria 23 years ago
Peter Eisentraut 5b806ecf55 Remove NOTICE about foreign key creating implicit triggers, because it no 23 years ago
Peter Eisentraut 7438af96fa More message editing, some suggested by Alvaro Herrera 23 years ago
Peter Eisentraut d84b6ef56b Various message fixes, among those fixes for the previous round of fixes 23 years ago
Tom Lane d332f7f610 Fix grammatical error introduced into error message. 23 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 23 years ago
Tom Lane dbf8259adf Tweak generic_type_consistency routines to avoid loss of functionality 23 years ago
Tom Lane daed6f4b94 Improve a couple of error messages per suggestions from Alvaro Herrera. 23 years ago
Peter Eisentraut 33d4c828fd Some "feature not supported" errors are better syntax errors, because the 23 years ago
Peter Eisentraut 3e20a72603 Make all valid uses of the COLLATE clause yield the same result: a syntax 23 years ago
Tom Lane 29a43f398a Tweak grammar to use FastAppend rather than lappend when constructing 23 years ago
Tom Lane e945246321 Fix ARRAY[] construct so that in multidimensional case, elements can 23 years ago
Tom Lane ec646dbc65 Create a 'type cache' that keeps track of the data needed for any particular 23 years ago
Tom Lane 302f1a86dc Rewriter and planner should use only resno, not resname, to identify 23 years ago
Tom Lane 88381ade63 Code cleanup inspired by recent resname bug report (doesn't fix the bug 23 years ago
Bruce Momjian 46785776c4 Another pgindent run with updated typedefs. 23 years ago
Tom Lane ecbed6e1b9 create_unique_plan() should not discard existing output columns of the 23 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane c4cf7fb814 Adjust 'permission denied' messages to be more useful and consistent. 23 years ago
Tom Lane 81b5c8a136 A visit from the message-style police ... 23 years ago
Tom Lane da4ed8bfdd Another round of error message editing, covering backend/commands/. 23 years ago
Tom Lane a56ff9a0bd Another round of error message editing, covering backend/parser/. 23 years ago
Tom Lane 216311d590 First bits of work on error message editing. 23 years ago
Tom Lane 93236b58e0 Add defenses against trying to attach qual conditions to a setOperation 23 years ago
Tom Lane 79fafdf49c Some early work on error message editing. Operator-not-found and 23 years ago
Tom Lane b89140a7ec Do honest transformation and preprocessing of LIMIT/OFFSET clauses, 23 years ago
Tom Lane 455891bf96 Code review for UPDATE tab SET col = DEFAULT patch ... whack it around 23 years ago
Tom Lane e3b1b6c0cd Aggregates can be polymorphic, using polymorphic implementation functions. 23 years ago
Peter Eisentraut 71e9f3b07f Change EXECUTE INTO to CREATE TABLE AS EXECUTE. 23 years ago
Tom Lane bee217924d Support expressions of the form 'scalar op ANY (array)' and 23 years ago
Tom Lane 7f1249a8d2 Fix compile warnings. 23 years ago
Peter Eisentraut b256f24264 First batch of object rename commands. 23 years ago
Tom Lane b3c0551eda Create real array comparison functions (that use the element datatype's 23 years ago
Bruce Momjian 111d8e522b Back out array mega-patch. 23 years ago
Tom Lane 5cf18b1ae3 Don't generate 'zero' typeids in the output from gen_cross_product. 23 years ago
Bruce Momjian ff4c69e021 Fix up JOIN .. USING with domains 23 years ago
Bruce Momjian 53c4f1233f UPDATE ... SET <col> = DEFAULT 23 years ago
Bruce Momjian c70e606a4c Includes: 23 years ago