Commit Graph

12399 Commits (f417bbfb9273eec588edf31cf8c1fc592617c47e)
 

Author SHA1 Message Date
Bruce Momjian f417bbfb92 Add mention of standards documents. 24 years ago
Bruce Momjian ff200d9359 Add steps for typical patch. 24 years ago
Tom Lane 6cef5d2549 Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 24 years ago
Dave Cramer 4da51bfd6d Added some rudimentary table and column tests 24 years ago
Dave Cramer 710a711ac3 fixed getColumns as per Panu Outinen's email. At this point have only repaired the bug, haven't made it caseInsensitive 24 years ago
Michael Meskes cc592ed8ea Fixed typo in preproc/type.h 24 years ago
Bruce Momjian 171824087c The patch I sent to -patches a little while ago wasn't applied: it 24 years ago
Bruce Momjian 33d1bb76c6 The attached patch corrects an inaccuracy in src/backend/catalog/README 24 years ago
Bruce Momjian bbae09c2cb CATALOG VERSION UPDATED: 24 years ago
Bruce Momjian 2036b3fc59 Disable VACUUM from being called from a function because function memory 24 years ago
Bruce Momjian 5b92d004fa Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea from 24 years ago
Bruce Momjian 394eec1068 Fix for EINTR returns from Win9X socket operations: 24 years ago
Tom Lane b66cbc1fa2 Adjust rules for search_path so that pg_catalog is never implicitly 24 years ago
Bruce Momjian c2f1e93aeb Update as completed: 24 years ago
Tatsuo Ishii c4e0c113b8 Fix text_substr bug intrduced in 7.3 development 24 years ago
Tom Lane 3767970cbf Fix oversight in recent change of representation for JOIN alias 24 years ago
Tom Lane 71dc300a37 The contents of command.c, creatinh.c, define.c, remove.c and rename.c 24 years ago
Hiroshi Inoue ab1ead6b97 1) Fix a bug about reporting varchar info thanks to Aceto. 24 years ago
Bruce Momjian 31e179379a Add bitmap email to archive. 24 years ago
Peter Eisentraut 2e32eca8d0 Allow detection of collateindex.pl in stylesheet directory or in path, 24 years ago
Bruce Momjian 08479bcbca Update; 24 years ago
Bruce Momjian 872911bc41 Fix comment dashes. 24 years ago
Michael Meskes 70fb71f487 - Synced preproc.y with gram.y 24 years ago
Tatsuo Ishii 3cf2d9cc23 Fix broken SGML tag. 24 years ago
Bruce Momjian 7603c42edf Rod's patch does what it is supposed to do, but it also includes 24 years ago
Bruce Momjian b73859db8c Patch against 7.2.1 sources. Uses Solaris Intimate Shared Memory 24 years ago
Tom Lane 291c875f23 Update/correct inheritance examples. 24 years ago
Bruce Momjian 6f2c0d47f8 This is a proposed patch to doc/src/sgml/libpgtcl.sgml which documents 24 years ago
Bruce Momjian 673788c692 Add: 24 years ago
Bruce Momjian e916ad28c7 Mention precision of NUMERIC in docs. 24 years ago
Bruce Momjian 6c19d67d5f Add: 24 years ago
Tom Lane 9999f5a10e Checking to decide whether relations are system relations now depends 24 years ago
Tom Lane 79b60cb132 Tweak error message wording. 24 years ago
Bruce Momjian 0847fea6b9 Allow prompting of create/drop user to handle spaces. 24 years ago
Bruce Momjian 5804a7ce3e Allow dropdb and others to use identifiers with spaces; IFS cleanup for 24 years ago
Bruce Momjian 5129e1bde6 Update new Russian FAQ. 24 years ago
Hiroshi Inoue 40eb5495c9 1) Fix a bug in declare/fetch mode. 24 years ago
Bruce Momjian 50b5d4bf76 Add mention of function CREATE INDEX usage. 24 years ago
Bruce Momjian 0c9790e616 Cleanup in use of IFS. 24 years ago
Tom Lane a521d5a25e Update obsolete syntax in example of inheritance. 24 years ago
Bruce Momjian 2dd06b0593 Make sure leading/trailing/multiple consecutive space/tab in db/user/group 24 years ago
Tom Lane 902a6a0a4b Restructure representation of aggregate functions so that they have pg_proc 24 years ago
Bruce Momjian 3f6299df6c Fix pg_upgrade to handle dbnames, user/group names with spaces. 24 years ago
Peter Eisentraut 25f050d90d Make sure that usesuper is always accessed through superuser(), so that the 24 years ago
Bruce Momjian a62f43ae6e Fix problem with invalid database name assignment in while loop. 24 years ago
Peter Eisentraut 5c1f31d2d4 Readline and Zlib now required by default. Add options --without-readline 24 years ago
Peter Eisentraut 563673e15d Add make install-strip target. 24 years ago
Hiroshi Inoue b210b16265 Prevent an infinite loop of error reporting. 24 years ago
Tom Lane f2d70d32eb Functions live in namespaces. Qualified function names work, eg 24 years ago
Bruce Momjian c419c22414 Update pg_upgrade for 7.3. 24 years ago