summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-04-28Fix problem with new pg_hba.conf code where the same comparison functionBruce Momjian
2002-04-28Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane
2002-04-28Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane
2002-04-28Minor code cleanup.Tom Lane
2002-04-27Support toasting of shared system relations, and provide toast tables forTom Lane
2002-04-27Fix write of pg_pwd file for multiple users. Broken recently by myBruce Momjian
2002-04-27Restructure aclcheck error reporting to make permission-failureTom Lane
2002-04-26Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane
2002-04-26Add current_schema() and current_schemas() inquiry functions.Tom Lane
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-25Fix password code to deal with new quoting code.Bruce Momjian
2002-04-24Restrict comment to the current database in order to prevent them fromBruce Momjian
2002-04-24Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian
2002-04-24Doc fix for INSERT ... (DEFAULT, ...)Bruce Momjian
2002-04-24Reports missing values as bad.Bruce Momjian
2002-04-24Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian
2002-04-24xlog.c: If possible please add the following patch to better support NetWare.Bruce Momjian
2002-04-24[ Patch comments in three pieces.]Bruce Momjian
2002-04-23Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane
2002-04-22Oops, forgot we had a macro to encapsulate test for type toastability.Tom Lane
2002-04-22Fix incorrect Assert; install a more trustworthy check on whetherTom Lane
2002-04-22Convert GUC parameters back to strings if input as integers.Thomas G. Lockhart
2002-04-22Check for multiple arguments on parameters which do not allow them.Thomas G. Lockhart
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