Commit Graph

9397 Commits (b66cbc1fa26aebfcfecbfff7c92d804d083af843)

Author SHA1 Message Date
Tom Lane b66cbc1fa2 Adjust rules for search_path so that pg_catalog is never implicitly 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
Peter Eisentraut 2e32eca8d0 Allow detection of collateindex.pl in stylesheet directory or in path, 24 years ago
Bruce Momjian 872911bc41 Fix comment dashes. 24 years ago
Michael Meskes 70fb71f487 - Synced preproc.y with gram.y 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 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
Hiroshi Inoue 557de2a715 Let psqlodbc30 be compilable without /D DRIVER_CURSOR_IMPLEMENT. 24 years ago
Bruce Momjian 45963af52f Update comment to clarify fetch limit and LIMIT. 24 years ago
Tom Lane c21cb16d64 Document genbki.sh's ability to auto-assign OIDs for DESCR macros. 24 years ago
Tatsuo Ishii 38671e01e9 Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f. 24 years ago
Tom Lane 0332d65ac4 Implement partial-key searching of syscaches, per recent suggestion 24 years ago
Bruce Momjian 1f9010cc8d > > This patch corrects the use of rpath and export options when compiling 24 years ago
Bruce Momjian 80f46fab63 This patch adds a missing heap_freetuple() to renamerel(), documents 24 years ago
Bruce Momjian 97b4e5ad30 Add INSERT(..., DEFAULT, ). 24 years ago
Bruce Momjian aab0b8f5eb I was tinkering with creating rules on views (so, for instance, one could 24 years ago
Bruce Momjian 9f20765919 Adds domain dumping support to pg_dump. 24 years ago
Bruce Momjian 811f7df274 When a macro is replaced by the preprocessor, pgc.l reaches a end of 24 years ago
Bruce Momjian 3cbe6b2478 Looks like a small patch is needed as well to do the right thing on Linux. 24 years ago
Tom Lane b9ae55f2aa Undo not-so-hot decision to postpone insertion of default values into 24 years ago
Tom Lane 4bdb4be62e Divide functions into three volatility classes (immutable, stable, and 24 years ago
Hiroshi Inoue 0e11aea246 Fix a bug in SQLError(). 24 years ago
Bruce Momjian 45c7c6067a This patch against 0.98.7 lib/tables.tcl will allow PGAccess to create new 24 years ago
Bruce Momjian 958a1c2a0e Cleanup of level ordering and add missing LOG entry. 24 years ago
Bruce Momjian f5648c205c Add missing mention of 'log' option for client_min_messages. 24 years ago
Bruce Momjian 43a3543a4e Authentication improvements: 24 years ago
Hiroshi Inoue af10378ab0 Fix a bug in multibyte_strchr(). 24 years ago
Peter Eisentraut 867901db9e Locale support is on by default. The choice of locale is done in initdb 24 years ago
Tom Lane 3d7755c8e9 Replace perror() calls by elog()s, so that messages can be routed to 24 years ago