summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2002-04-02Make VACUUM handle schema-qualified relation names properly.Tom Lane
2002-04-01Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane
2002-04-01Create a new GUC variable search_path to control the namespace searchTom Lane
2002-04-01Temporary kluge to let RI triggers work on tables outside the systemTom Lane
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2002-03-30Further cleanups for relations in schemas: teach nextval and otherTom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-24EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane
2002-03-22Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane
2002-03-22A little further progress on schemas: push down RangeVars intoTom Lane
2002-03-21Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane
2002-03-21First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane
2002-03-20Code review for DOMAIN patch.Tom Lane
2002-03-20Tweak behavior of array slicing operations: seems like it ought to beTom Lane
2002-03-19Fix for trigger handling:Bruce Momjian
2002-03-19Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian
2002-03-16Try to make array_in's behavior a tad less bizarre. Leading whitespaceTom Lane
2002-03-12Restructure representation of join alias variables. An explicit JOINTom Lane
2002-03-09Code review for improved-hashing patch. Fix some portability issuesTom Lane
2002-03-09Wording improvements to runtime.sgml. Add mention in postgresql.confBruce Momjian
2002-03-08TODO item done:Bruce Momjian
2002-03-07Back out domain patch until it works properly.Bruce Momjian
2002-03-06I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian
2002-03-06Ok. Updated patch attached.Bruce Momjian
2002-03-06Modify ALTER TABLE OWNER to change index ownership; code cleanup.Bruce Momjian
2002-03-06Add missing Unicode multibyte files.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-05> Tatsuo Ishii wrote:Bruce Momjian
2002-03-05I attach a version of my toast-slicing patch, against current CVSBruce Momjian
2002-03-04If presented db path has a trailing slash, remove it to avoid generatingTom Lane
2002-03-04Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii
2002-03-04Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane
2002-03-03Catcaches can now store negative entries as well as positive ones, toTom Lane
2002-03-03Default server_min_messages is NOTICE.Bruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-03-02Array slice extraction should produce a result array with index lowerTom Lane
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-03-01array_ref() should set isNull to false explicitly if it's not going toPeter Eisentraut
2002-03-01Teach planner about the idea that a mergejoin won't necessarily readTom Lane
2002-02-27Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane
2002-02-25Add a large number of time zones to the lookup table.Thomas G. Lockhart
2002-02-25I've attached a simple patch which should improve the performance ofBruce Momjian
2002-02-23Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut
2002-02-23Make factorial(0) return 1, as per spec.Bruce Momjian
2002-02-19Avoid failures in cash_out and cash_words for INT_MIN.Tom Lane
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2002-02-18Remove MAX/MIN() macros, use c.h Max/Min() instead.Bruce Momjian
2002-02-18Reorder postgresql.conf WAL section to be clearer.Bruce Momjian