summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-04-21Oops. Remove declaration for set_name_needs_quotes(), since it is now gone.Thomas G. Lockhart
2002-04-21Remove the definition for set_name_needs_quotes() on the assumption thatThomas G. Lockhart
2002-04-21Initialize or set a couple of variables to suppress compiler warnings.Thomas G. Lockhart
2002-04-21Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart
2002-04-21Make WITHOUT TIME ZONE the default for TIMESTAMP and TIME data types.Thomas G. Lockhart
2002-04-21Allow more choices for style of value in various SET commands. Formerly,Thomas G. Lockhart
2002-04-21Add fields in the control file to check for whether the backend wasThomas G. Lockhart
2002-04-21Fix typo.Tom Lane
2002-04-21Restructure AclItem representation so that we can have more than eightTom Lane
2002-04-21Remove --enable-syslog optionTatsuo Ishii
2002-04-20pq_getstring doesn't go through pq_getbyte anymore, for better performance.Peter Eisentraut
2002-04-20Scanner performance improvementsPeter Eisentraut
2002-04-19Change naming rule for ON SELECT rules of views: they're all justTom Lane
2002-04-19pg_trigger's index on tgrelid is replaced by a unique index onTom Lane
2002-04-18Make PUBLIC an unreserved word (in fact, not a keyword at all),Tom Lane
2002-04-18Rule names are now unique per-relation, rather than unique globally.Tom Lane
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-04-16Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane
2002-04-15The patch I sent to -patches a little while ago wasn't applied: itBruce Momjian
2002-04-15The attached patch corrects an inaccuracy in src/backend/catalog/READMEBruce Momjian
2002-04-15CATALOG VERSION UPDATED:Bruce Momjian
2002-04-15Disable VACUUM from being called from a function because function memoryBruce Momjian
2002-04-15Adjust rules for search_path so that pg_catalog is never implicitlyTom Lane
2002-04-15Fix text_substr bug intrduced in 7.3 developmentTatsuo Ishii
2002-04-15Fix oversight in recent change of representation for JOIN aliasTom Lane
2002-04-15The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane
2002-04-14Fix comment dashes.Bruce Momjian
2002-04-13Patch against 7.2.1 sources. Uses Solaris Intimate Shared MemoryBruce Momjian
2002-04-12Checking to decide whether relations are system relations now dependsTom Lane
2002-04-12Tweak error message wording.Tom Lane
2002-04-12Update new Russian FAQ.Bruce Momjian
2002-04-11Add mention of function CREATE INDEX usage.Bruce Momjian
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-04-11Make sure that usesuper is always accessed through superuser(), so that thePeter Eisentraut
2002-04-09Functions live in namespaces. Qualified function names work, egTom Lane
2002-04-08Update comment to clarify fetch limit and LIMIT.Bruce Momjian
2002-04-08Document genbki.sh's ability to auto-assign OIDs for DESCR macros.Tom Lane
2002-04-06Implement partial-key searching of syscaches, per recent suggestionTom Lane
2002-04-05This patch adds a missing heap_freetuple() to renamerel(), documentsBruce Momjian
2002-04-05Add INSERT(..., DEFAULT, ).Bruce Momjian
2002-04-05Looks like a small patch is needed as well to do the right thing on Linux.Bruce Momjian
2002-04-05Undo not-so-hot decision to postpone insertion of default values intoTom Lane
2002-04-05Divide functions into three volatility classes (immutable, stable, andTom Lane
2002-04-04Cleanup of level ordering and add missing LOG entry.Bruce Momjian
2002-04-04Add missing mention of 'log' option for client_min_messages.Bruce Momjian
2002-04-04Authentication improvements:Bruce Momjian
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut
2002-04-03Replace perror() calls by elog()s, so that messages can be routed toTom Lane
2002-04-03Allow postmaster to start up anyway when PGSTAT code fails to initialize,Tom Lane
2002-04-02Removed obsolete DROP_COLUMN_HACK stuff.Hiroshi Inoue