| 2003-03-20 | Bruce Momjian | > Mph.  It fails for me too when I use --enable-integer... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Minor doc patch: create function | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Just some fixups to a couple contrib directories I... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | The attatched patch fixes a memory error with contrib... | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Item done: | commit | commitdiff | tree | 
| 2003-03-20 | Bruce Momjian | Add start time to pg_stat_activity | commit | commitdiff | tree | 
| 2003-03-19 | Bruce Momjian | This patch fixes a very small memory leak in psql,... | commit | commitdiff | tree | 
| 2003-03-19 | Bruce Momjian | Remove typecasting section that isn't needed anymore. | commit | commitdiff | tree | 
| 2003-03-19 | Peter Eisentraut | Set up the privileges on the default schemas in initdb... | commit | commitdiff | tree | 
| 2003-03-19 | Peter Eisentraut | Avoid mysterious warning about possibly uninitialized... | commit | commitdiff | tree | 
| 2003-03-19 | Barry Lind | Applied patch to work around server bug. | commit | commitdiff | tree | 
| 2003-03-19 | Bruce Momjian | Fix typo: | commit | commitdiff | tree | 
| 2003-03-18 | Peter Eisentraut | Reimplement create and drop scripts in C, to reduce... | commit | commitdiff | tree | 
| 2003-03-18 | Peter Eisentraut | Make the printing code somewhat more independent by... | commit | commitdiff | tree | 
| 2003-03-18 | Peter Eisentraut | Improve error message. | commit | commitdiff | tree | 
| 2003-03-18 | Peter Eisentraut | Fix off-by-one error in the maxlen parameter handling. | commit | commitdiff | tree | 
| 2003-03-18 | Bruce Momjian | Compiling anything that uses InvalidOid under g++ yield... | commit | commitdiff | tree | 
| 2003-03-18 | Bruce Momjian | Remove duplicate ANALYZE recommendation in pg_dump. | commit | commitdiff | tree | 
| 2003-03-18 | Michael Meskes | Some bugfixes for numerical library. | commit | commitdiff | tree | 
| 2003-03-18 | Barry Lind | Applied updated translation patch | commit | commitdiff | tree | 
| 2003-03-18 | Bruce Momjian | Add to mmap discussion. | commit | commitdiff | tree | 
| 2003-03-18 | Bruce Momjian | Add mention of ANALYZE after object restore. | commit | commitdiff | tree | 
| 2003-03-17 | Bruce Momjian | Add mention of new sets returning functions capability. | commit | commitdiff | tree | 
| 2003-03-17 | Bruce Momjian | Update links, from Ian Barwick | commit | commitdiff | tree | 
| 2003-03-17 | Bruce Momjian | Add: | commit | commitdiff | tree | 
| 2003-03-17 | Bruce Momjian | Reorder crypt.h include for SunOS compile problem. | commit | commitdiff | tree | 
| 2003-03-17 | Bruce Momjian | Increase max known database size. | commit | commitdiff | tree | 
| 2003-03-16 | Michael Meskes | Forgot some files... | commit | commitdiff | tree | 
| 2003-03-16 | Michael Meskes | Started working on a seperate pgtypes library. First... | commit | commitdiff | tree | 
| 2003-03-15 | Tom Lane | Arrange to print the relevant key values when reporting... | commit | commitdiff | tree | 
| 2003-03-15 | Bruce Momjian | A typo in src/backend/libpq/hba.c breaks local ident... | commit | commitdiff | tree | 
| 2003-03-14 | Tom Lane | pg_dumpall failed on groups having no members.  Per... | commit | commitdiff | tree | 
| 2003-03-14 | Bruce Momjian | Remove unneeded dash blocks around function start comments. | commit | commitdiff | tree | 
| 2003-03-14 | Bruce Momjian | Update name of GUC var: | commit | commitdiff | tree | 
| 2003-03-14 | Bruce Momjian | Add: | commit | commitdiff | tree | 
| 2003-03-14 | Barry Lind | Fixed parsing to handle \n for updateable result sets... | commit | commitdiff | tree | 
| 2003-03-14 | Tom Lane | Repair incorrect prorettype entry for timestamptz_izone... | commit | commitdiff | tree | 
| 2003-03-14 | Barry Lind | Improved error message and added some log messages... | commit | commitdiff | tree | 
| 2003-03-14 | Tom Lane | Make eval_const_expressions simplify FieldSelect from... | commit | commitdiff | tree | 
| 2003-03-14 | Tom Lane | Prevent infinite loop in ln_var() due to roundoff error. | commit | commitdiff | tree | 
| 2003-03-13 | Tom Lane | GROUP BY got confused if there were multiple equal... | commit | commitdiff | tree | 
| 2003-03-13 | Peter Eisentraut | Big editing for consistent content and presentation. | commit | commitdiff | tree | 
| 2003-03-11 | Tom Lane | Add explicit tests for division by zero to all user... | commit | commitdiff | tree | 
| 2003-03-11 | Tom Lane | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n... | commit | commitdiff | tree | 
| 2003-03-10 | Tom Lane | This patch fixes a bunch of spelling mistakes in commen... | commit | commitdiff | tree | 
| 2003-03-10 | Bruce Momjian | Update German FAQ | commit | commitdiff | tree | 
| 2003-03-10 | Bruce Momjian | Cleanup up psql \connect and \pset pager setting displa... | commit | commitdiff | tree | 
| 2003-03-10 | Tom Lane | Restructure parsetree representation of DECLARE CURSOR... | commit | commitdiff | tree | 
| 2003-03-09 | Tom Lane | pg_restore failed to restore blobs if -X disable-trigge... | commit | commitdiff | tree | 
| 2003-03-09 | Tom Lane | tuplestore_donestoring() isn't needed anymore, but... | commit | commitdiff | tree | 
| 2003-03-09 | Tom Lane | Revise tuplestore and nodeMaterial so that we don't... | commit | commitdiff | tree | 
| 2003-03-08 | Barry Lind | Applied patch from Paul Sorenson to correctly handle... | commit | commitdiff | tree | 
| 2003-03-08 | Bruce Momjian | Not done: | commit | commitdiff | tree | 
| 2003-03-08 | Bruce Momjian | Reorder items and mark some as completed. | commit | commitdiff | tree | 
| 2003-03-07 | Barry Lind | Cleanup and reorganization. | commit | commitdiff | tree | 
| 2003-03-07 | Bruce Momjian | Add to mmap emails. | commit | commitdiff | tree | 
| 2003-03-07 | Bruce Momjian | Update FAQ. | commit | commitdiff | tree | 
| 2003-03-07 | Bruce Momjian | Update Russian FAQ, from Viktor Vislobokov. | commit | commitdiff | tree | 
| 2003-03-06 | Tom Lane | Tweak dependency code to suppress NOTICEs generated... | commit | commitdiff | tree | 
| 2003-03-06 | Tom Lane | Add missing --globals-only (long form of -g). | commit | commitdiff | tree | 
| 2003-03-06 | Bruce Momjian | Add: | commit | commitdiff | tree | 
| 2003-03-06 | Bruce Momjian | Add for protocol changes: | commit | commitdiff | tree | 
| 2003-03-06 | Bruce Momjian | Remove: | commit | commitdiff | tree | 
| 2003-03-06 | Bruce Momjian | Done: | commit | commitdiff | tree | 
| 2003-03-06 | Tom Lane | Use poll(2) in preference to select(2), if available... | commit | commitdiff | tree | 
| 2003-03-06 | Bruce Momjian | Add: | commit | commitdiff | tree | 
| 2003-03-06 | Tom Lane | Add code to dump contents of free space map into $PGDAT... | commit | commitdiff | tree | 
| 2003-03-05 | Tom Lane | Turns out new IN implementation has got some problems... | commit | commitdiff | tree | 
| 2003-03-05 | Tom Lane | Repair bug reported by Laurent Perez: bad plan generate... | commit | commitdiff | tree | 
| 2003-03-04 | Tom Lane | Reimplement free-space-map management as per recent... | commit | commitdiff | tree | 
| 2003-03-03 | Tom Lane | Prevent clustering on incomplete indexes: partial index... | commit | commitdiff | tree | 
| 2003-03-03 | Tom Lane | Improve description of geometric operators. | commit | commitdiff | tree | 
| 2003-03-03 | Tom Lane | Correct/edit comments for geometric operators.  No... | commit | commitdiff | tree | 
| 2003-03-02 | Tom Lane | Be smart about outer-join qualifications that mention... | commit | commitdiff | tree | 
| 2003-03-02 | Tom Lane | Repair memory leak introduced by recent change to make... | commit | commitdiff | tree | 
| 2003-02-27 | Tom Lane | Change EXTRACT(EPOCH FROM timestamp) so that a timestam... | commit | commitdiff | tree | 
| 2003-02-27 | Barry Lind | up build number to 202 for a new development build | commit | commitdiff | tree | 
| 2003-02-27 | Barry Lind | A little cleanup.  Removing an unnecessary method. | commit | commitdiff | tree | 
| 2003-02-27 | Barry Lind | Added support for SSL in the jdbc driver | commit | commitdiff | tree | 
| 2003-02-26 | D'Arcy J.M... | The quote function should return a string suitable... | commit | commitdiff | tree | 
| 2003-02-25 | Tom Lane | Remove REWRITE_INVOKE_MAX in favor of making an accurat... | commit | commitdiff | tree | 
| 2003-02-25 | Michael Meskes | Allow SET CONNECTION to be followed by connection objec... | commit | commitdiff | tree | 
| 2003-02-24 | Tom Lane | Avoid using a separate query to fetch the default expre... | commit | commitdiff | tree | 
| 2003-02-24 | Tom Lane | During VACUUM FULL, truncate off any deletable pages... | commit | commitdiff | tree | 
| 2003-02-23 | Tom Lane | Remove no-longer-used FixBTree GUC variable. | commit | commitdiff | tree | 
| 2003-02-23 | Tom Lane | btree page recycling can be done as soon as page's... | commit | commitdiff | tree | 
| 2003-02-23 | Tom Lane | Adjust btbulkdelete logic so that only one WAL record... | commit | commitdiff | tree | 
| 2003-02-23 | Tom Lane | Improve coding of log_heap_clean() and heap_xlog_clean(). | commit | commitdiff | tree | 
| 2003-02-23 | Tom Lane | First cut at recycling space in btree indexes.  Still... | commit | commitdiff | tree | 
| 2003-02-23 | Tom Lane | If a shutdown request comes in while we're still starti... | commit | commitdiff | tree | 
| 2003-02-22 | Tom Lane | Simplify timezone-handling code per proposal to pghacke... | commit | commitdiff | tree | 
| 2003-02-22 | Tom Lane | More infrastructure for btree compaction project. ... | commit | commitdiff | tree | 
| 2003-02-21 | Tom Lane | Revert patch that broke \d commands, until it can be... | commit | commitdiff | tree | 
| 2003-02-21 | Michael Meskes | Forgot to commit Makefile change. | commit | commitdiff | tree | 
| 2003-02-21 | Tom Lane | Make btree index structure adjustments and WAL logging... | commit | commitdiff | tree | 
| 2003-02-20 | Tom Lane | Fix timestamptz_in so that parsing of 'now'::timestampt... | commit | commitdiff | tree | 
| 2003-02-19 | Bruce Momjian | Back out LOCKTAG changes by Rod Taylor, pending code... | commit | commitdiff | tree | 
| 2003-02-19 | Tatsuo Ishii | Fix for GUC client_encoding variable not being handled | commit | commitdiff | tree | 
| 2003-02-19 | Michael Meskes | Added DATABASE command as alias to CONNECT TO. | commit | commitdiff | tree | 
| 2003-02-19 | Bruce Momjian | This patch makes the following changes to the documenta... | commit | commitdiff | tree | 
| next |