| 2001-11-08 |  Peter Eisentraut | Move the indexterms around so they don't affect formatting | commit | commitdiff | tree | snapshot | 
| 2001-11-08 |  Peter Eisentraut | Use <important> rather than <caution> when the conditio... | commit | commitdiff | tree | snapshot | 
| 2001-11-08 |  Peter Eisentraut | Small tuning | commit | commitdiff | tree | snapshot | 
| 2001-11-08 |  Peter Eisentraut | Spacing improvements | commit | commitdiff | tree | snapshot | 
| 2001-11-08 |  Peter Eisentraut | Don't use dot in id attribute, which confuses the index... | commit | commitdiff | tree | snapshot | 
| 2001-11-08 |  Peter Eisentraut | Cleanup of bibliography | commit | commitdiff | tree | snapshot | 
| 2001-11-08 |  Bruce Momjian | Fix indenting for 'extern "C"' cases. | commit | commitdiff | tree | snapshot | 
| 2001-11-08 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-11-08 |  Bruce Momjian | Make extern C handling more flexible. | commit | commitdiff | tree | snapshot | 
| 2001-11-08 |  Bruce Momjian | When given oversized key, encrypt/decrypt corrupted | commit | commitdiff | tree | snapshot | 
| 2001-11-08 |  Tom Lane | PostgreSQL works again on Mac OS X 10.1.  Hold your... | commit | commitdiff | tree | snapshot | 
| 2001-11-08 |  Tom Lane | Add casts to suppress compiler warnings observed on... | commit | commitdiff | tree | snapshot | 
| 2001-11-07 |  Bruce Momjian | Fix replacement of extern C string. | commit | commitdiff | tree | snapshot | 
| 2001-11-07 |  Bruce Momjian | Fix typo. | commit | commitdiff | tree | snapshot | 
| 2001-11-07 |  Bruce Momjian | Prevent indenting of 'extern "C"' blocks. | commit | commitdiff | tree | snapshot | 
| 2001-11-07 |  Bruce Momjian | Mention new =NULL change in Migration section. | commit | commitdiff | tree | snapshot | 
| 2001-11-07 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-11-07 |  Bruce Momjian | Fix wrapping. | commit | commitdiff | tree | snapshot | 
| 2001-11-07 |  Bruce Momjian | Correct, not too ambitious, not too | commit | commitdiff | tree | snapshot | 
| 2001-11-07 |  Bruce Momjian | Some post pgident run updates, | commit | commitdiff | tree | snapshot | 
| 2001-11-07 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-11-06 |  Tom Lane | Add some notes about conditional rules used with views. | commit | commitdiff | tree | snapshot | 
| 2001-11-06 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-11-06 |  Bruce Momjian | Add mention of another MySQL conversion tool. | commit | commitdiff | tree | snapshot | 
| 2001-11-06 |  PostgreSQL... | tag'd and branded as b2 ... | commit | commitdiff | tree | snapshot | 
| 2001-11-06 |  Tom Lane | Update for latest version of horology test.  REL7_2_BETA2 | commit | commitdiff | tree | snapshot | 
| 2001-11-06 |  Tom Lane | Clean up formatting of child process exit-status report... | commit | commitdiff | tree | snapshot | 
| 2001-11-06 |  Thomas G. Lockhart | Fix last (?) problem with sensitivity to daylight savin... | commit | commitdiff | tree | snapshot | 
| 2001-11-06 |  Thomas G. Lockhart | Add British Double Standard Time (BDST) per mailing... | commit | commitdiff | tree | snapshot | 
| 2001-11-06 |  Thomas G. Lockhart | Use PostgreSQL's standard declaration for a 32-bit... | commit | commitdiff | tree | snapshot | 
| 2001-11-06 |  Tom Lane | Add Darwin to list of known systems for ps_status. | commit | commitdiff | tree | snapshot | 
| 2001-11-06 |  Tom Lane | The extra semaphore that proc.c now allocates for check... | commit | commitdiff | tree | snapshot | 
| 2001-11-05 |  Tom Lane | Fix coredump in plpgsql when trying to return a rowtype... | commit | commitdiff | tree | snapshot | 
| 2001-11-05 |  Bruce Momjian | New pgindent run with fixes suggested by Tom.  Patch... | commit | commitdiff | tree | snapshot | 
| 2001-11-05 |  Hiroshi Inoue | Preparation for the parameter array handling. | commit | commitdiff | tree | snapshot | 
| 2001-11-05 |  Hiroshi Inoue | 1) Fix a few bugs about SQLGetData() | commit | commitdiff | tree | snapshot | 
| 2001-11-05 |  Bruce Momjian | More cleanup for stuff after closing brace in first... | commit | commitdiff | tree | snapshot | 
| 2001-11-05 |  Bruce Momjian | Handle tabs after closing brace in first column with... | commit | commitdiff | tree | snapshot | 
| 2001-11-05 |  Bruce Momjian | Improve readability of script. | commit | commitdiff | tree | snapshot | 
| 2001-11-05 |  Tom Lane | CREATE TABLE foo (x,y,z) AS SELECT ... can't apply... | commit | commitdiff | tree | snapshot | 
| 2001-11-05 |  Tom Lane | Remove ill-considered Assert. | commit | commitdiff | tree | snapshot | 
| 2001-11-04 |  Bruce Momjian | Pull in variables defined in structs;  had too many... | commit | commitdiff | tree | snapshot | 
| 2001-11-04 |  Tom Lane | Fix now-obsolete comment. | commit | commitdiff | tree | snapshot | 
| 2001-11-04 |  D'Arcy J.M... | Version was 3.3 but last released version was 3.1.... | commit | commitdiff | tree | snapshot | 
| 2001-11-04 |  Tom Lane | Merge three existing ways of signaling postmaster from... | commit | commitdiff | tree | snapshot | 
| 2001-11-04 |  D'Arcy J.M... | Note that PyGreSQL has been checked against Python... | commit | commitdiff | tree | snapshot | 
| 2001-11-04 |  D'Arcy J.M... | The "%d", while syntactically correct, was confusing... | commit | commitdiff | tree | snapshot | 
| 2001-11-04 |  Philip Warner | - Fix compiler warning in pg_restore | commit | commitdiff | tree | snapshot | 
| 2001-11-04 |  Bruce Momjian | Got "ADD" to appear only in ALTER TABLE and not CREATE... | commit | commitdiff | tree | snapshot | 
| 2001-11-04 |  Bruce Momjian | Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error... | commit | commitdiff | tree | snapshot | 
| 2001-11-03 |  Bruce Momjian | Require closing paren on line above brace to identify... | commit | commitdiff | tree | snapshot | 
| 2001-11-03 |  Tom Lane | Clean up wrong, misleading, or obsolete documentation... | commit | commitdiff | tree | snapshot | 
| 2001-11-03 |  Bruce Momjian | More updates for GNU indent. | commit | commitdiff | tree | snapshot | 
| 2001-11-03 |  Hiroshi Inoue | 1) Improve literal handling in parse_statement(). | commit | commitdiff | tree | snapshot | 
| 2001-11-03 |  Bruce Momjian | Make pgindent use GNU Indent version 2.X better. | commit | commitdiff | tree | snapshot | 
| 2001-11-02 |  Dave Cramer | proper select for Jason Davies patch to getImportedKeys | commit | commitdiff | tree | snapshot | 
| 2001-11-02 |  Dave Cramer | proper select for Jason Davies patch to getImportedKeys | commit | commitdiff | tree | snapshot | 
| 2001-11-02 |  Bruce Momjian | Add check for 'extern "C"' for pgindent. | commit | commitdiff | tree | snapshot | 
| 2001-11-02 |  Tom Lane | Windows portability macros SOCK_ERRNO and SOCK_STRERROR... | commit | commitdiff | tree | snapshot | 
| 2001-11-02 |  Tom Lane | Add default expressions to INSERTs during planning... | commit | commitdiff | tree | snapshot | 
| 2001-11-02 |  Peter Eisentraut | updates | commit | commitdiff | tree | snapshot | 
| 2001-11-02 |  Peter Eisentraut | Update keyword list for 7.2 release. | commit | commitdiff | tree | snapshot | 
| 2001-11-02 |  Tom Lane | Fix pg_pwd caching mechanism, which was broken by chang... | commit | commitdiff | tree | snapshot | 
| 2001-11-02 |  Tom Lane | Suppress compiler warning (only seen in MULTIBYTE case). | commit | commitdiff | tree | snapshot | 
| 2001-11-02 |  Tom Lane | Fix problem reported by Alex Korn: if a relation has... | commit | commitdiff | tree | snapshot | 
| 2001-11-02 |  Michael Meskes | Sync parser yet again. | commit | commitdiff | tree | snapshot | 
| 2001-11-01 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-11-01 |  Tom Lane | Minor code cleanups. | commit | commitdiff | tree | snapshot | 
| 2001-11-01 |  Tom Lane | Reject tabs and linefeeds in usernames and passwords... | commit | commitdiff | tree | snapshot | 
| 2001-11-01 |  Tom Lane | Add missing #include. | commit | commitdiff | tree | snapshot | 
| 2001-11-01 |  Tom Lane | Suppress trivial compiler warning. | commit | commitdiff | tree | snapshot | 
| 2001-11-01 |  Tom Lane | Fix broken markup. | commit | commitdiff | tree | snapshot | 
| 2001-11-01 |  Tom Lane | Copy-editing. | commit | commitdiff | tree | snapshot | 
| 2001-11-01 |  Barry Lind | minor improvements on Dave's last checkin | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Hiroshi Inoue | Suppress a compiler warning. | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Peter Eisentraut | A little reformatting for better print appearance. | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Peter Eisentraut | More information about partial indexes, and some tips... | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Peter Eisentraut | Reformat some non-sensical markup. | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Peter Eisentraut | Empty ulinks show the url string as hot text; no need... | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Dave Cramer | changes to support 3rd party ERD tools and staroffice | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Dave Cramer | allow null passwords | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Dave Cramer | added dummy login | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Thomas G. Lockhart | Fix queries to insulate from daylight savings time. | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Bruce Momjian | More *.po cleanups for new spacing. | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Bruce Momjian | Modify *.po files and regression expected output for... | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Bruce Momjian | Here is an updated version of /src/backend/po/ru.po | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Bruce Momjian | Traditional Chinese error messages for JDBC. | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Bruce Momjian | Attached is a small patch for the Reference Manual... | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Bruce Momjian | Add ALTER TABLE ADD UNIQUE regression tests from Christ... | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Bruce Momjian | Apply updated PO language patch. | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Bruce Momjian | PO language update. | commit | commitdiff | tree | snapshot | 
| 2001-10-31 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-10-30 |  Tom Lane | Update solaris-1947 variant files for new datetime... | commit | commitdiff | tree | snapshot | 
| 2001-10-30 |  Barry Lind | updates to JDBC TODO items | commit | commitdiff | tree | snapshot | 
| 2001-10-30 |  Tom Lane | Grammatical corrections. | commit | commitdiff | tree | snapshot | 
| 2001-10-30 |  Tom Lane | Fix problems with subselects used in GROUP BY expressio... | commit | commitdiff | tree | snapshot | 
| 2001-10-30 |  Barry Lind | fixed change in behavior introduced in bytea / getBytes... | commit | commitdiff | tree | snapshot | 
| 2001-10-30 |  Bruce Momjian | Fix small problem Tom Lane found with pgindent run. | commit | commitdiff | tree | snapshot | 
| next |