2002-04-24 |
Bruce Momjian | Here's a patch to add unknownin/unknownout support... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Bruce Momjian | pgdb.connect() seems to be broken on Python 2.0.1 ... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Bruce Momjian | Sorry for the package, but the following patch need... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Bruce Momjian | xlog.c: If possible please add the following patch... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Bruce Momjian | [ Patch comments in three pieces.] |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Bruce Momjian | Update to my2pg 1.24. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Bruce Momjian | Based on this report, I am adding a FUNC_MAX_ARGS define to |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Bruce Momjian | Add item: |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Bruce Momjian | Update as done: |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Bruce Momjian | Update for syslog and name Tom in trigger: |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Tom Lane | Clean up INT64CONST conflicts. Make the pg_crc code... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Hiroshi Inoue | 1) Fix SQLProcedures(). |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Tom Lane | Update SQL-command reference pages for schema features. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Tom Lane | Oops, forgot we had a macro to encapsulate test for... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Tom Lane | Fix incorrect Assert; install a more trustworthy check... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Tom Lane | Update GRANT example and discussion to match current... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Michael Meskes | Synced preproc.y and keywords.c. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Thomas G. Lockhart | Convert GUC parameters back to strings if input as... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Thomas G. Lockhart | Check for multiple arguments on parameters which do... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Thomas G. Lockhart | Oops. Remove declaration for set_name_needs_quotes... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Thomas G. Lockhart | Remove the definition for set_name_needs_quotes() on... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Thomas G. Lockhart | Initialize or set a couple of variables to suppress... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tom Lane | Update horology-no-DST-before-1970.out (tested on HPUX... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Thomas G. Lockhart | Provide new option "--enable-integer-datetimes". Defaul... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Thomas G. Lockhart | Support alternate storage scheme of 64-bit integer... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Thomas G. Lockhart | Include stdio.h and stdlib.h for completeness. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Thomas G. Lockhart | Make WITHOUT TIME ZONE the default for TIMESTAMP and... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Thomas G. Lockhart | Allow more choices for style of value in various SET... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Thomas G. Lockhart | Add fields in the control file to check for whether... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Thomas G. Lockhart | Augment the date/time examples in the User's Guide... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Thomas G. Lockhart | Minor wording change for readability. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Peter Eisentraut | Make pg_dump independent of FUNC_MAX_ARGS. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tom Lane | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tom Lane | Restructure AclItem representation so that we can have... |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Tatsuo Ishii | Remove --enable-syslog option |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Peter Eisentraut | pq_getstring doesn't go through pq_getbyte anymore... |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Peter Eisentraut | Scanner performance improvements |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Peter Eisentraut | Add missing include. |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Tom Lane | Change naming rule for ON SELECT rules of views: they... |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Tom Lane | pg_trigger's index on tgrelid is replaced by a unique... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Tom Lane | Make PUBLIC an unreserved word (in fact, not a keyword... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Tom Lane | Rule names are now unique per-relation, rather than... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Suggest another possible solution for funcs using temp... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | More neutral: |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Correct documention of lo_unlink return value as int... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Ant 1.4.1 now requires for jdbc. Mention in HISTORY... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Add how to get database/user listing information. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Add user: |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Add to DROP COLUMN. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Add to PREPARE archive. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Update for Neil: |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Update for Oleg: |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Back out python change, needs delay. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Change docs to do 20! rather than larger. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Updated: |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Add mention of -DLINUX_PROFILE to profile mention. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Tom Lane | Opclasses live in namespaces. I also took the opportun... |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Bruce Momjian | Add SQL92 document name. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Bruce Momjian | Update to point directly to ANSI store. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Bruce Momjian | Add mention of standards documents. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Bruce Momjian | Add steps for typical patch. |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Tom Lane | Operators live in namespaces. CREATE/DROP/COMMENT... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Dave Cramer | Added some rudimentary table and column tests |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Dave Cramer | fixed getColumns as per Panu Outinen's email. At this... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Michael Meskes | Fixed typo in preproc/type.h |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Bruce Momjian | The patch I sent to -patches a little while ago wasn... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Bruce Momjian | The attached patch corrects an inaccuracy in src/backen... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Bruce Momjian | CATALOG VERSION UPDATED: |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Bruce Momjian | Disable VACUUM from being called from a function becaus... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Bruce Momjian | Fix for NOTIFY when NAMEDATALEN is nonstandard in serve... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Bruce Momjian | Fix for EINTR returns from Win9X socket operations: |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Tom Lane | Adjust rules for search_path so that pg_catalog is... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Bruce Momjian | Update as completed: |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Tatsuo Ishii | Fix text_substr bug intrduced in 7.3 development |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Tom Lane | Fix oversight in recent change of representation for... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Tom Lane | The contents of command.c, creatinh.c, define.c, remove... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Hiroshi Inoue | 1) Fix a bug about reporting varchar info thanks to... |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Bruce Momjian | Add bitmap email to archive. |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Peter Eisentraut | Allow detection of collateindex.pl in stylesheet direct... |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Bruce Momjian | Update; |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Bruce Momjian | Fix comment dashes. |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Michael Meskes | - Synced preproc.y with gram.y |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Tatsuo Ishii | Fix broken SGML tag. |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Bruce Momjian | Rod's patch does what it is supposed to do, but it... |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Bruce Momjian | Patch against 7.2.1 sources. Uses Solaris Intimate... |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Tom Lane | Update/correct inheritance examples. |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Bruce Momjian | This is a proposed patch to doc/src/sgml/libpgtcl.sgml... |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Bruce Momjian | Mention precision of NUMERIC in docs. |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
next |