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