| Commit message (Expand) | Author | Age |
* | Add missing mention of 'log' option for client_min_messages. | Bruce Momjian | 2002-04-04 |
* | Authentication improvements: | Bruce Momjian | 2002-04-04 |
* | Fix a bug in multibyte_strchr(). | Hiroshi Inoue | 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 |
* | Fix compiler warnings. | Hiroshi Inoue | 2002-04-02 |
* | [HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-l | Hiroshi Inoue | 2002-04-02 |
* | 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 |
* | Removed error message that was incorectly being issued. This fixes a problem... | Barry Lind | 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 |
* | 1) Add rollback functionality to updatable cursors. | Hiroshi Inoue | 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 |
* | Upgrade to Autoconf version 2.53. Replaced many custom macro | Peter Eisentraut | 2002-03-29 |
* | Fix ODBC warnings about missing parens and pg_ismb not used (added | Bruce Momjian | 2002-03-29 |
* | Fox for old python PyMem_DEL, was PyMem_Del, | Bruce Momjian | 2002-03-29 |
* | Fix '#' commant to be proper C comment. | Bruce Momjian | 2002-03-29 |
* | [2002-03-28] | Hiroshi Inoue | 2002-03-28 |
* | Reset parenthesis level counter upon \r. | Peter Eisentraut | 2002-03-27 |
* | applied patch from Liam Stewart fixing a message in the properties file | Barry Lind | 2002-03-27 |
* | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 |
* | applied patch submitted by Florian (mailing-list@urbanet.ch) for BigDecimal s... | Barry Lind | 2002-03-26 |
* | Changed QueryExecutor.java to correctly read responses from the backend. | Barry Lind | 2002-03-26 |
* | Update release list. | Bruce Momjian | 2002-03-26 |
* | Update sgml version properly. | Bruce Momjian | 2002-03-26 |
* | Further changes following discussion on INTERFACES mailing list: | D'Arcy J.M. Cain | 2002-03-26 |
* | Re-allow CREATE AS (but not SELECT INTO) in EXECUTE. | Tom Lane | 2002-03-25 |
* | Fix for ODBC compile warnings. | Bruce Momjian | 2002-03-25 |
* | Indenting #if commands is not portable, is it? | Tom Lane | 2002-03-24 |
* | 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 |
* | Fix minor syntax error. | Tom Lane | 2002-03-21 |
* | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 |
* | Remove -mips2 flag, which breaks the build on some MIPS systems. | Peter Eisentraut | 2002-03-21 |
* | Added typedef patches and a new option '-c' to automatically create C typedef... | Michael Meskes | 2002-03-21 |