aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-12
* Tweak error message wording.Tom Lane2002-04-12
* Update new Russian FAQ.Bruce Momjian2002-04-12
* Add mention of function CREATE INDEX usage.Bruce Momjian2002-04-11
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Make sure that usesuper is always accessed through superuser(), so that thePeter Eisentraut2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Update comment to clarify fetch limit and LIMIT.Bruce Momjian2002-04-08
* Document genbki.sh's ability to auto-assign OIDs for DESCR macros.Tom Lane2002-04-08
* Implement partial-key searching of syscaches, per recent suggestionTom Lane2002-04-06
* This patch adds a missing heap_freetuple() to renamerel(), documentsBruce Momjian2002-04-05
* Add INSERT(..., DEFAULT, ).Bruce Momjian2002-04-05
* Looks like a small patch is needed as well to do the right thing on Linux.Bruce Momjian2002-04-05
* Undo not-so-hot decision to postpone insertion of default values intoTom Lane2002-04-05
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-05
* Cleanup of level ordering and add missing LOG entry.Bruce Momjian2002-04-04
* Add missing mention of 'log' option for client_min_messages.Bruce Momjian2002-04-04
* Authentication improvements:Bruce Momjian2002-04-04
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* Replace perror() calls by elog()s, so that messages can be routed toTom Lane2002-04-03
* Allow postmaster to start up anyway when PGSTAT code fails to initialize,Tom Lane2002-04-03
* Removed obsolete DROP_COLUMN_HACK stuff.Hiroshi Inoue2002-04-02
* Tweak SERIAL column creation to emit a fully qualified sequence nameTom Lane2002-04-02
* Fix CLOG truncation code to not do the Wrong Thing when there are alreadyTom Lane2002-04-02
* Make VACUUM handle schema-qualified relation names properly.Tom Lane2002-04-02
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-01
* Attached is a patch which adds 2 missing semi-colons toBruce Momjian2002-04-01
* ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane2002-04-01
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-01
* Temporary kluge to let RI triggers work on tables outside the systemTom Lane2002-04-01
* Make renamerel take an OID, not a RangeVar, to identify the relationTom Lane2002-03-31
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-30
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-29
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* Tweak labeling of plan qual conditions for more consistency.Tom Lane2002-03-24
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-24
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-22
* Improve catalog commentary.Tom Lane2002-03-22
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Remove long-dead 'fix for SELECT NULL' to stop current coredump.Tom Lane2002-03-21
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Tweak behavior of array slicing operations: seems like it ought to beTom Lane2002-03-20
* Make CREATE DOMAIN emit CREATE DOMAIN on completion, per Peter E.Bruce Momjian2002-03-19
* Fix DOMAIN breakage.Bruce Momjian2002-03-19
* The attached patch cleans up the implementation of the TRUNCATE command;Bruce Momjian2002-03-19
* Fix for trigger handling:Bruce Momjian2002-03-19