aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Enforce EXECUTE privilege for aggregate functions.Tom Lane2002-04-29
* Implement checking of USAGE rights on namespaces.Tom Lane2002-04-29
* Add cache invalidation callback hooks.Tom Lane2002-04-29
* Fix problem with new pg_hba.conf code where the same comparison functionBruce Momjian2002-04-28
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-28
* Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane2002-04-28
* Minor code cleanup.Tom Lane2002-04-28
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Fix write of pg_pwd file for multiple users. Broken recently by myBruce Momjian2002-04-27
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-26
* Add current_schema() and current_schemas() inquiry functions.Tom Lane2002-04-26
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Fix password code to deal with new quoting code.Bruce Momjian2002-04-25
* Restrict comment to the current database in order to prevent them fromBruce Momjian2002-04-24
* Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian2002-04-24
* Doc fix for INSERT ... (DEFAULT, ...)Bruce Momjian2002-04-24
* Reports missing values as bad.Bruce Momjian2002-04-24
* Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian2002-04-24
* xlog.c: If possible please add the following patch to better support NetWare.Bruce Momjian2002-04-24
* [ Patch comments in three pieces.]Bruce Momjian2002-04-24
* Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane2002-04-23
* Oops, forgot we had a macro to encapsulate test for type toastability.Tom Lane2002-04-22
* Fix incorrect Assert; install a more trustworthy check on whetherTom Lane2002-04-22
* Convert GUC parameters back to strings if input as integers.Thomas G. Lockhart2002-04-22
* Check for multiple arguments on parameters which do not allow them.Thomas G. Lockhart2002-04-22
* Oops. Remove declaration for set_name_needs_quotes(), since it is now gone.Thomas G. Lockhart2002-04-21
* Remove the definition for set_name_needs_quotes() on the assumption thatThomas G. Lockhart2002-04-21
* Initialize or set a couple of variables to suppress compiler warnings.Thomas G. Lockhart2002-04-21
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-21
* Make WITHOUT TIME ZONE the default for TIMESTAMP and TIME data types.Thomas G. Lockhart2002-04-21
* Allow more choices for style of value in various SET commands. Formerly,Thomas G. Lockhart2002-04-21
* Add fields in the control file to check for whether the backend wasThomas G. Lockhart2002-04-21
* Fix typo.Tom Lane2002-04-21
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-21
* Remove --enable-syslog optionTatsuo Ishii2002-04-21
* pq_getstring doesn't go through pq_getbyte anymore, for better performance.Peter Eisentraut2002-04-20
* Scanner performance improvementsPeter Eisentraut2002-04-20
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-19
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-19
* Make PUBLIC an unreserved word (in fact, not a keyword at all),Tom Lane2002-04-18
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* The patch I sent to -patches a little while ago wasn't applied: itBruce Momjian2002-04-15
* The attached patch corrects an inaccuracy in src/backend/catalog/READMEBruce Momjian2002-04-15
* CATALOG VERSION UPDATED:Bruce Momjian2002-04-15
* Disable VACUUM from being called from a function because function memoryBruce Momjian2002-04-15
* Adjust rules for search_path so that pg_catalog is never implicitlyTom Lane2002-04-15
* Fix text_substr bug intrduced in 7.3 developmentTatsuo Ishii2002-04-15