| 1999-04-20 |  Tom Lane | Un-break CREATE TYPE.  Fix some other inconsistencies... | commit | commitdiff | tree | snapshot | 
| 1999-04-20 |  Tom Lane | Change elog(ERROR) to get back to main loop via a plain... | commit | commitdiff | tree | snapshot | 
| 1999-04-20 |  Tom Lane | Portability patches for HPUX 11 and Unixware in configure | commit | commitdiff | tree | snapshot | 
| 1999-04-19 |  Bruce Momjian | Add temporary for temp. | commit | commitdiff | tree | snapshot | 
| 1999-04-19 |  Tatsuo Ishii | Fix typo in multi-byte encodings (EHC_CN --> EUC_CN) | commit | commitdiff | tree | snapshot | 
| 1999-04-19 |  Tom Lane | Fix problems seen when result of a subselect was used... | commit | commitdiff | tree | snapshot | 
| 1999-04-19 |  Tom Lane | Repair some problems in planner's handling of HAVING... | commit | commitdiff | tree | snapshot | 
| 1999-04-18 |  Tom Lane | After transforming a CASE expr with a default argument, | commit | commitdiff | tree | snapshot | 
| 1999-04-18 |  Tom Lane | Update CREATE FUNCTION's on-line help in psql. | commit | commitdiff | tree | snapshot | 
| 1999-04-18 |  Tom Lane | Allow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' to | commit | commitdiff | tree | snapshot | 
| 1999-04-17 |  Bruce Momjian | Add res checking to libpq examples, from Dan Merillat. | commit | commitdiff | tree | snapshot | 
| 1999-04-16 |  Tom Lane | Add missing function prototypes to stifle gcc warnings. | commit | commitdiff | tree | snapshot | 
| 1999-04-16 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 1999-04-16 |  Tatsuo Ishii | Fix kill() call in elog() so that it gets its own pid... | commit | commitdiff | tree | snapshot | 
| 1999-04-16 |  Tatsuo Ishii | Overhaul Wisconsin Benchmark test suit | commit | commitdiff | tree | snapshot | 
| 1999-04-16 |  Tom Lane | Improve error messages when a connection is rejected. | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Thomas G. Lockhart | Fix max(int8) result by making sure int8larger() copies... | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Tatsuo Ishii | Hello! | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Peter Mount | Replaced <literal></literal> with "" in ProgramListing... | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Tom Lane | Initialize reltuples = 1000, relpages = 10 in a newly... | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Tom Lane | Add ORDER BY clauses to some select-from-view operations | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Tom Lane | psql did the wrong thing with COPY FROM STDIN inside... | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Thomas G. Lockhart | Move some useful date/time test macros to here to allow | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Thomas G. Lockhart | Declare hashint8(). | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Thomas G. Lockhart | Fix code to check legal dates *before* calling localtim... | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Thomas G. Lockhart | Fix boolean assignment of return values to use "FALSE... | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Thomas G. Lockhart | Code modified to reject out of range day of month. | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Thomas G. Lockhart | Fix error message to match that returned by new regress... | commit | commitdiff | tree | snapshot | 
| 1999-04-15 |  Tom Lane | Correct documentation of CREATE OPERATOR. | commit | commitdiff | tree | snapshot | 
| 1999-04-14 |  Tom Lane | Correct psql's online help for CREATE OPERATOR, which did | commit | commitdiff | tree | snapshot | 
| 1999-04-14 |  Tom Lane | pg_dump was trying to use an incorrect (or, perhaps... | commit | commitdiff | tree | snapshot | 
| 1999-04-14 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 1999-04-14 |  Marc G. Fournier | use new config.guess output for system specific expecte... | commit | commitdiff | tree | snapshot | 
| 1999-04-14 |  Marc G. Fournier | use config.guess instead of uname -s to figure out... | commit | commitdiff | tree | snapshot | 
| 1999-04-13 |  Bruce Momjian | Fix adding columns to a temp table. | commit | commitdiff | tree | snapshot | 
| 1999-04-13 |  Bruce Momjian | Add ARM32 support by Andrew McMurry | commit | commitdiff | tree | snapshot | 
| 1999-04-13 |  Bruce Momjian | array_in is defined in the system catalog as taking... | commit | commitdiff | tree | snapshot | 
| 1999-04-13 |  Bruce Momjian | There are some bugs about backward scanning using | commit | commitdiff | tree | snapshot | 
| 1999-04-13 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 1999-04-13 |  Tatsuo Ishii | Add -E option | commit | commitdiff | tree | snapshot | 
| 1999-04-13 |  Tatsuo Ishii | Document updation for 6.5 | commit | commitdiff | tree | snapshot | 
| 1999-04-12 |  Vadim B. Mikheev | Fix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty(). | commit | commitdiff | tree | snapshot | 
| 1999-04-12 |  Vadim B. Mikheev | Some comments... | commit | commitdiff | tree | snapshot | 
| 1999-04-12 |  Vadim B. Mikheev | Unique btree-s: | commit | commitdiff | tree | snapshot | 
| 1999-04-12 |  Tatsuo Ishii | add mipsel-unknown-linux-gnu support. config.guess... | commit | commitdiff | tree | snapshot | 
| 1999-04-11 |  Peter Mount | Implement UpdateCount | commit | commitdiff | tree | snapshot | 
| 1999-04-11 |  Tom Lane | Repair problems seen when CREATE OPERATOR mentions a | commit | commitdiff | tree | snapshot | 
| 1999-04-10 |  Tom Lane | Fix another batch of bogosities in pg_operator table. | commit | commitdiff | tree | snapshot | 
| 1999-04-10 |  Tom Lane | Tweak create_operator regress test so it doesn't illustrate | commit | commitdiff | tree | snapshot | 
| 1999-04-10 |  Peter Mount | vacuumlo deals with large objects not referenced by... | commit | commitdiff | tree | snapshot | 
| 1999-04-09 |  Tom Lane | Fix CREATE OPERATOR ... LANGUAGE 'internal', which... | commit | commitdiff | tree | snapshot | 
| 1999-04-08 |  Thomas G. Lockhart | Add section from Tom Lane on hashjoin characteristics... | commit | commitdiff | tree | snapshot | 
| 1999-04-08 |  Thomas G. Lockhart | Add emacs editor hints to bottom of file. | commit | commitdiff | tree | snapshot | 
| 1999-04-07 |  Tom Lane | Fix some more hashjoin-related bugs in pg_operator... | commit | commitdiff | tree | snapshot | 
| 1999-04-07 |  Tatsuo Ishii | Prepare multi-byte support document for 6.5 | commit | commitdiff | tree | snapshot | 
| 1999-04-07 |  Tom Lane | Unmark 'hashable' operators that can't really be used for | commit | commitdiff | tree | snapshot | 
| 1999-04-06 |  Thomas G. Lockhart | Fix markup to include all closing tags. | commit | commitdiff | tree | snapshot | 
| 1999-04-06 |  Thomas G. Lockhart | Start indenting markup. No text changes. | commit | commitdiff | tree | snapshot | 
| 1999-04-06 |  Thomas G. Lockhart | Fix XREF markup and typo. | commit | commitdiff | tree | snapshot | 
| 1999-04-06 |  Thomas G. Lockhart | Version string was truncating the last character. | commit | commitdiff | tree | snapshot | 
| 1999-04-06 |  Tom Lane | On reflection, filesize limit ought to be an exact... | commit | commitdiff | tree | snapshot | 
| 1999-04-05 |  Tom Lane | Reduce default file size limit to 1Gb, and move the | commit | commitdiff | tree | snapshot | 
| 1999-04-05 |  Vadim B. Mikheev | Fix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirty | commit | commitdiff | tree | snapshot | 
| 1999-04-05 |  Tom Lane | Fix potential overflow problems when relation size... | commit | commitdiff | tree | snapshot | 
| 1999-04-04 |  Tom Lane | We use CFLAGS = -O2 on every other gcc platform, so... | commit | commitdiff | tree | snapshot | 
| 1999-04-04 |  Tom Lane | Use MAXALIGN value found by configure instead of a | commit | commitdiff | tree | snapshot | 
| 1999-04-03 |  Tom Lane | Give a better error message if an SQL-language function is | commit | commitdiff | tree | snapshot | 
| 1999-04-03 |  Tom Lane | Fix bogus pg_amop entries for int8 hash, cidr btree, | commit | commitdiff | tree | snapshot | 
| 1999-04-03 |  Tom Lane | Fix nasty bug in optimization of multiway joins: optimizer | commit | commitdiff | tree | snapshot | 
| 1999-04-02 |  Tom Lane | Repair problems with omitted password and VALID UNTIL | commit | commitdiff | tree | snapshot | 
| 1999-04-02 |  Tom Lane | Remove overly presumptuous use of __STDC__ in c.h,... | commit | commitdiff | tree | snapshot | 
| 1999-04-02 |  Tom Lane | Clean up compile errors and warnings, cf Billy Allie's | commit | commitdiff | tree | snapshot | 
| 1999-04-02 |  Tom Lane | Update config.guess and config.sub to versions from | commit | commitdiff | tree | snapshot | 
| 1999-03-30 |  Thomas G. Lockhart | Fix up small markup problems. Force omit-tags to nil... | commit | commitdiff | tree | snapshot | 
| 1999-03-30 |  Thomas G. Lockhart | Repair cut-and-paste typo which described createdb... | commit | commitdiff | tree | snapshot | 
| 1999-03-30 |  Thomas G. Lockhart | Include libpq+.sgml in the doc set. | commit | commitdiff | tree | snapshot | 
| 1999-03-30 |  Thomas G. Lockhart | Updates from Vince Vielhaber are the first since 1997. | commit | commitdiff | tree | snapshot | 
| 1999-03-30 |  Thomas G. Lockhart | Markup fixes from Vince Vielhaber. | commit | commitdiff | tree | snapshot | 
| 1999-03-30 |  Tatsuo Ishii | Add -E option | commit | commitdiff | tree | snapshot | 
| 1999-03-30 |  Tatsuo Ishii | Bug fixes and enhances to psql submitted by Masaaki... | commit | commitdiff | tree | snapshot | 
| 1999-03-30 |  Bruce Momjian | Small cleanups. | commit | commitdiff | tree | snapshot | 
| 1999-03-29 |  Tatsuo Ishii | Addition to test/locale submitted by Oleg Broytmann... | commit | commitdiff | tree | snapshot | 
| 1999-03-29 |  Tatsuo Ishii | change comparison char* and NULL to char* and '\0'... | commit | commitdiff | tree | snapshot | 
| 1999-03-29 |  Tom Lane | Modify fmgr so that internal name (compiler name) of... | commit | commitdiff | tree | snapshot | 
| 1999-03-28 |  Vadim B. Mikheev | 1. Vacuum is updated for MVCC. | commit | commitdiff | tree | snapshot | 
| 1999-03-28 |  Tom Lane | Expanded opr_sanity test to look at pg_proc and other | commit | commitdiff | tree | snapshot | 
| 1999-03-28 |  Tom Lane | New regression test to cross-check pg_type, pg_class, | commit | commitdiff | tree | snapshot | 
| 1999-03-28 |  Tom Lane | Clean up various minor irregularities detected by type_... | commit | commitdiff | tree | snapshot | 
| 1999-03-28 |  Tom Lane | Remove pg_attribute_check.sql: these checks merged... | commit | commitdiff | tree | snapshot | 
| 1999-03-28 |  Tom Lane | Fix bogus function signature for areajoinsel. | commit | commitdiff | tree | snapshot | 
| 1999-03-27 |  Tom Lane | Delete unused system table pg_parg. | commit | commitdiff | tree | snapshot | 
| 1999-03-26 |  Tom Lane | No longer need this file here; superseded by oidjoins... | commit | commitdiff | tree | snapshot | 
| 1999-03-26 |  Tom Lane | Add results of findoidjoins as a standard regression... | commit | commitdiff | tree | snapshot | 
| 1999-03-26 |  Tom Lane | Remove a bunch of dead entries exposed by findoidjoins... | commit | commitdiff | tree | snapshot | 
| 1999-03-26 |  Tom Lane | Update findoidjoins for 6.5: remove workaround for... | commit | commitdiff | tree | snapshot | 
| 1999-03-25 |  Tom Lane | Revise memutils.h to use alignment information gathered by | commit | commitdiff | tree | snapshot | 
| 1999-03-25 |  Tatsuo Ishii | Fix multi-byte+locale problem | commit | commitdiff | tree | snapshot | 
| 1999-03-25 |  Tom Lane | Clean up att_align calculations so that XXXALIGN macros | commit | commitdiff | tree | snapshot | 
| 1999-03-24 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 1999-03-24 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| next |