2002-04-04 |
Bruce Momjian | Mark as done: |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Bruce Momjian | This patch against 0.98.7 lib/tables.tcl will allow... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Bruce Momjian | Update to new version of Oracle conversion utility... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Bruce Momjian | Cleanup of level ordering and add missing LOG entry. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Bruce Momjian | Add missing mention of 'log' option for client_min_mess... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Bruce Momjian | Authentication improvements: |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Hiroshi Inoue | Fix a bug in multibyte_strchr(). |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Peter Eisentraut | Locale support is on by default. The choice of locale... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Tom Lane | Replace perror() calls by elog()s, so that messages... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Tom Lane | Allow postmaster to start up anyway when PGSTAT code... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Hiroshi Inoue | Fix compiler warnings. |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Hiroshi Inoue | [HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-l |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Hiroshi Inoue | Removed obsolete DROP_COLUMN_HACK stuff. |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Tom Lane | Tweak SERIAL column creation to emit a fully qualified... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Barry Lind | Removed error message that was incorectly being issued... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Tom Lane | Fix CLOG truncation code to not do the Wrong Thing... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Tom Lane | Fix contrib/dbsize for schema-qualified table names. |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Tom Lane | Make VACUUM handle schema-qualified relation names... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Tom Lane | Add tgconstrrelid to stored Trigger structures, make... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Bruce Momjian | Attached is a patch which adds 2 missing semi-colons to |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Bruce Momjian | Update for SET/DROP NOT NULL. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Tom Lane | ALTER TABLE SET/DROP NOT NULL, from Christopher Kings... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Tom Lane | Create a new GUC variable search_path to control the... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Hiroshi Inoue | 1) Add rollback functionality to updatable cursors. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Tom Lane | Temporary kluge to let RI triggers work on tables outsi... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Bruce Momjian | Oops, not sure these are done. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Tom Lane | Fix broken PG_VERSION_STR. |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Bruce Momjian | Fixed now, I think: |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Tom Lane | Make renamerel take an OID, not a RangeVar, to identify... |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Tom Lane | Reimplement temp tables using schemas. The temp table... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Tom Lane | Further cleanups for relations in schemas: teach nextva... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Peter Eisentraut | Fix more random breakage manifesting on FreeBSD. |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Peter Eisentraut | Reorder some things so prerequisite macros don't get... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Tom Lane | Mop-up some infelicities in new relation lookup handling. |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Peter Eisentraut | Add missing comma. |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Tom Lane | pg_type has a typnamespace column; system now supports... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Peter Eisentraut | Upgrade to Autoconf version 2.53. Replaced many custom... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Bruce Momjian | Fix ODBC warnings about missing parens and pg_ismb... |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Bruce Momjian | Fox for old python PyMem_DEL, was PyMem_Del, |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Bruce Momjian | Fix '#' commant to be proper C comment. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Hiroshi Inoue | [2002-03-28] |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Peter Eisentraut | Don't mark up as acronym that which is not an acronym. |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Peter Eisentraut | Reset parenthesis level counter upon \r. |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Barry Lind | applied patch from Liam Stewart fixing a message in... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Peter Eisentraut | Improve spelling of lock names, and some other editing. |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Tom Lane | pg_class has a relnamespace column. You can create... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Barry Lind | applied patch submitted by Florian (mailing-list@urbane... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Barry Lind | Changed QueryExecutor.java to correctly read responses... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Bruce Momjian | Update release list. |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Bruce Momjian | Update sgml version properly. |
commit | commitdiff | tree | snapshot |
2002-03-26 |
D'Arcy J.M... | Further changes following discussion on INTERFACES... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Bruce Momjian | New wording: |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Bruce Momjian | Add to HISTORY: |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Bruce Momjian | Update for temp views: |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Tom Lane | Re-allow CREATE AS (but not SELECT INTO) in EXECUTE. |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Bruce Momjian | Fix for ODBC compile warnings. |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Tom Lane | Indenting #if commands is not portable, is it? |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Tom Lane | Tweak labeling of plan qual conditions for more consist... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Tom Lane | Fix cut-and-paste-o. |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Tom Lane | EXPLAIN output now comes out as a query result, not... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Tom Lane | Create the pg_namespace system catalog. Doesn't do... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Tom Lane | Improve catalog commentary. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Peter Eisentraut | Spell checking and markup additions |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Tom Lane | A little further progress on schemas: push down RangeVa... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Tom Lane | Change the aclchk.c routines to uniformly use OIDs... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Tom Lane | Fix minor syntax error. |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Tom Lane | First phase of SCHEMA changes, concentrating on fixing... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Peter Eisentraut | Remove -mips2 flag, which breaks the build on some... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Michael Meskes | Added typedef patches and a new option '-c' to automati... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Tom Lane | Remove long-dead 'fix for SELECT NULL' to stop current... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Bruce Momjian | Fix pg_dump help option alignment. |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Dave Cramer | Two versions of QueryExecutor, currently only version... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Dave Cramer | modifications to the way the protocol is handled to... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Dave Cramer | Part of Anders Bengtsson's patch to clean up Connection... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Dave Cramer | Applied Anders patch to move the startup code out of... |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Michael Meskes | Just one more test case. |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Tom Lane | Code review for DOMAIN patch. |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Tom Lane | Tweak behavior of array slicing operations: seems like... |
commit | commitdiff | tree | snapshot |
2002-03-20 |
D'Arcy J.M... | PyGreSQL causes a segfault when used with a Python... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Tom Lane | Put back development status section overwritten by... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | Make CREATE DOMAIN emit CREATE DOMAIN on completion... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | > > Users of contrib/tsearch needs after upgrading... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | > > Users of contrib/tsearch needs after upgrading... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
D'Arcy J.M... | Bump version number to match tree. |
commit | commitdiff | tree | snapshot |
2002-03-19 |
D'Arcy J.M... | Fix name in comments and add info about this module... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | Just adds a regressions test suite for the ALTER TABLE... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | Add missing trailing semicolons to ecpg rules. |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | Fix DOMAIN breakage. |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | Add |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | psql \? cleanups by Ian Barwick |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | The attached patch cleans up the implementation of... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | Fix for trigger handling: |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | >Added ServerEncoding |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | > I am backing out this patch. Please resubmit with... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | Add psql \dD listing of domains, from Jonathan Eisler. |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | Add DOMAIN support. Includes manual pages and regressi... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Dave Cramer | applied patch from Liam Stewart |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Bruce Momjian | Comment patch: |
commit | commitdiff | tree | snapshot |
next |