2002-06-04 |
Bruce Momjian | Update Japanese FAQ, from Jun Kuwamura |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Bruce Momjian | Document that SM_* variables should be longer. |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Bruce Momjian | Update as done: |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Barry Lind | fixed bug reported by Noel Rappin (nrappin@sockeye... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Bruce Momjian | Remove NOCREATE patch from TODO.detail. |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Bruce Momjian | Small patch to correct the default arraysize associated |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Bruce Momjian | Update index growth problem. |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Bruce Momjian | The attached patch fixes a typo in the documentation... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Bruce Momjian | Mention SM_USER should be the same size as the others. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Bruce Momjian | Add PQescapeString and PQescapeBytea for Win32. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Bruce Momjian | Remove mention of timestamp() in SGML docs; doesn... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Bruce Momjian | Allow pod2man 5.005p3 to work with our current sources. |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Peter Eisentraut | Add section explaining unspecified expression evaluatio... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Peter Eisentraut | Indent verbatim environments. |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Bruce Momjian | Mention btree: |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Thomas G. Lockhart | Fix timestamp to date conversion for the case where... |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Tom Lane | Improve manual's discussion of locking and MVCC. |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Dave Cramer | small fix to testExportedKeys |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Dave Cramer | added imported/exported key testDatabaseMetaDataTest... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Tom Lane | Add a note about the interpretation of amcanmulticol... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Tom Lane | Another place that needs schema qualification. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Tom Lane | Fix some more not-schema-aware queries in pg_dump.... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Bruce Momjian | Remove 32-bit mention: |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Tom Lane | Rearrange LOG_CONNECTIONS code so that two log messages... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Tom Lane | Rework pg_dump namespace search criteria so that dumpin... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Tom Lane | Queries used by ruleutils were not schema-proof. |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Tom Lane | In default nextval('foo') expression for a SERIAL colum... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Peter Eisentraut | Change PL/Perl and Pg interface build to use configured... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Tom Lane | Fix a bug with building rtree_gist indexes. |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Tom Lane | Repair error with not adjusting active scans properly... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2002-05-27 |
Tom Lane | Update dblink to work with qualified relation names. |
commit | commitdiff | tree | snapshot |
2002-05-27 |
Tom Lane | Distinguish between MaxHeapAttributeNumber and MaxTuple... |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Bruce Momjian | Add |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Tom Lane | Remove AMI_OVERRIDE tests from tqual.c routines; they... |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Tom Lane | AlterDatabaseSet() forgot to update the indexes on... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Tom Lane | Fix coding error in UTF conversion. |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Tom Lane | Add 'volatile' to suppress gcc warning. Not sure why... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Tom Lane | Wups, managed to break ANALYZE with one aspect of that... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Tom Lane | Mark index entries "killed" when they are no longer... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Peter Eisentraut | Change PL/Tcl build to use configured compiler and... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Tom Lane | Add $(LDFLAGS) to Windows make rule for postgres execut... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Tom Lane | Modify sequence state storage to eliminate dangling... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Tom Lane | Minor kibitzing. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Peter Eisentraut | Add optional "validator" function to languages that... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Tom Lane | Make RelationForgetRelation error out if the relcache... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Tom Lane | Un-break table creation. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Hiroshi Inoue | Allow |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Hiroshi Inoue | 1) Support Keyset Driven driver cursors. |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Tom Lane | Since COPY fires triggers, it seems like a good idea... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Tom Lane | Remove SetQuerySnapshot() from FETCH processing. No... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Tom Lane | Remove global variable scanCommandId in favor of storin... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Tom Lane | Spell long option with -c not --, for compatibility... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Tom Lane | Repair OPEN cursor(args), which I broke on 11/29/01... |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Tom Lane | Restructure indexscan API (index_beginscan, index_getne... |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Bruce Momjian | Mark as done: |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Michael Meskes | - Fixed some parser bugs. |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Tatsuo Ishii | Update docs about new -N option |
commit | commitdiff | tree | snapshot |
2002-05-19 |
Michael Meskes | - Fixed reduce/reduce conflict in parser. |
commit | commitdiff | tree | snapshot |
2002-05-19 |
Peter Eisentraut | Reorder keyword token declarations alphabetically.... |
commit | commitdiff | tree | snapshot |
2002-05-19 |
Peter Eisentraut | Remove bitrotten view_perms test. Add some similar... |
commit | commitdiff | tree | snapshot |
2002-05-19 |
Peter Eisentraut | Dump privileges on functions, aggregates, languages. |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Tom Lane | Add display of sort keys to the default EXPLAIN output. |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Tom Lane | Teach query_tree_walker, query_tree_mutator, and SS_fin... |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Peter Eisentraut | Revise command completion tags as per hackers message... |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Peter Eisentraut | Allow functions to be executed with the privileges... |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Tom Lane | Change set_plan_references and join_references to take... |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Tom Lane | Add missing fix_expr_references() step for the funcexpr... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Tom Lane | Get rid of the last few uses of typeidTypeName() rather... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Tom Lane | Support temporary setting of search path during CREATE... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Tom Lane | Dept. of second thoughts: interaction between DoIt... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Peter Eisentraut | Extend syntax of CREATE FUNCTION to resemble SQL99. |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Tom Lane | Guard against empty-string results from pg_getlocale. |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Tom Lane | Merge the last few variable.c configuration variables... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Tom Lane | Fix obsolete statement about permissions on COPY ref... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Tom Lane | Remove unnecessary pfree's in geometric operators.... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Thomas G. Lockhart | Fix lookup tables used for rounding interval data value... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Peter Eisentraut | Make regression tests locale-proof by setting some... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Tatsuo Ishii | Fix bug in psql. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Barry Lind | fixed problem connecting to server with client_min_mess... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Tom Lane | Fix typo in _copyAlterUserSetStmt. |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Tom Lane | AVG probably shouldn't be upper case here, considering |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Tom Lane | Make operators have their own comments separate from... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Tom Lane | Get rid of long-since-vestigial Iter node type, in... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Tom Lane | First pass at set-returning-functions in FROM, by Joe... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Tom Lane | Update for additional options in CREATE OPERATOR. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Tom Lane | Forgot to handle 'opaque' function arguments in regproc... |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Tom Lane | First pass at schema-fying pg_dump/pg_restore. Much... |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Tom Lane | Suppress duplicate logging of utility commands under... |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Peter Eisentraut | Make initdb print a message about which locale it is... |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Hiroshi Inoue | Add a file for version control. |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Tom Lane | Accept SET SESSION AUTHORIZATION DEFAULT and RESET... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Tom Lane | Make dumpACL behave more reasonably for case where... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Tom Lane | Cause fmtId to always use its internal buffer for the... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Tom Lane | Reorder snapshot checks to save a couple comparisons... |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Tom Lane | A little paranoia never hurt anyone. |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Tom Lane | plpgsql_dstring_append was broken for long strings. |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Tom Lane | Not needed anymore. |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Tom Lane | Add missing includes. |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Tom Lane | Add a trivial testbed for pg_sema and pg_shmem code. |
commit | commitdiff | tree | snapshot |
next |