| 2000-03-01 |  Tom Lane | Simplify parsing of column constraints by treating... | commit | commitdiff | tree | snapshot | 
| 2000-03-01 |  Tatsuo Ishii | Remove using puts() to print messages. Instead use... | commit | commitdiff | tree | snapshot | 
| 2000-02-29 |  Jan Wieck | Changed execution time of ON <event> RESTRICT referential | commit | commitdiff | tree | snapshot | 
| 2000-02-28 |  Bruce Momjian | autoconf | commit | commitdiff | tree | snapshot | 
| 2000-02-28 |  Bruce Momjian | Update ecpg to use snprintf | commit | commitdiff | tree | snapshot | 
| 2000-02-28 |  Bruce Momjian | Update HISTORY file. | commit | commitdiff | tree | snapshot | 
| 2000-02-28 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-02-28 |  Bruce Momjian | Fix comment spacing. | commit | commitdiff | tree | snapshot | 
| 2000-02-28 |  Byron Nikolaidis | update to 6.40.0009 and provide WIN32 defines for auto... | commit | commitdiff | tree | snapshot | 
| 2000-02-28 |  Bruce Momjian | remove extra include. | commit | commitdiff | tree | snapshot | 
| 2000-02-28 |  Byron Nikolaidis | missing state transition | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Looks like I broke SET variable = DEFAULT awhile ago... | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Correct bogus syntax in SET example. | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Avoid a little bit of unnecessary computation in canoni... | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Add lztext to TypeCategory so that lztext OP text cases... | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Jan forgot to increment catversion when adding lztext... | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Bruce Momjian | Update history | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Jan Wieck | Reactivated LZTEXT data type and changed rule plan... | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tatsuo Ishii | Update expected files due to the psql format change | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tatsuo Ishii | Suppress unneccesary message from createdb | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tatsuo Ishii | Add SQL_ASCII test case | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tatsuo Ishii | Fix multibyte regress results for EUC_CN, EUC_KR and... | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tatsuo Ishii | Add LinuxPPC mappings | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Clean up badly-formatted error messages from pg_connect. | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Add Assert() to check for trying to heap_close a relati... | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Add 'volatile' declarations to silence gcc warnings... | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Minor improvements in regprocout() and oidvectortypes(). | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Fix poorly worded error messages for unary operator... | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Clean up dependencies for version.o. | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Clean up dependencies for version.o. | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Clean up dependencies for version.o. | commit | commitdiff | tree | snapshot | 
| 2000-02-27 |  Tom Lane | Fix a couple of inconsistent usages of include <..... | commit | commitdiff | tree | snapshot | 
| 2000-02-26 |  Bruce Momjian | Add 7.0 changes to HISTORY file.  This has to go into... | commit | commitdiff | tree | snapshot | 
| 2000-02-26 |  Tom Lane | Add date and time datatype handling to convert_to_scala... | commit | commitdiff | tree | snapshot | 
| 2000-02-26 |  Tom Lane | Change rule dumper to produce reasonable output for... | commit | commitdiff | tree | snapshot | 
| 2000-02-26 |  Tom Lane | Fix exprTypmod to recognize length-coercion function... | commit | commitdiff | tree | snapshot | 
| 2000-02-26 |  Tom Lane | psql's \d command wasn't doing the right things with... | commit | commitdiff | tree | snapshot | 
| 2000-02-26 |  Tom Lane | I had managed to break acceptance of "char", which... | commit | commitdiff | tree | snapshot | 
| 2000-02-26 |  Tom Lane | Undo a couple of mistaken applications of NameStr(... | commit | commitdiff | tree | snapshot | 
| 2000-02-26 |  Tom Lane | Shared-memory hashtables have non-extensible directorie... | commit | commitdiff | tree | snapshot | 
| 2000-02-25 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 2000-02-25 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 2000-02-25 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-02-25 |  Tom Lane | Fix longstanding bug that kept functional indexes from... | commit | commitdiff | tree | snapshot | 
| 2000-02-24 |  Peter Eisentraut | Enabled regression driver to run without PGLIB set. | commit | commitdiff | tree | snapshot | 
| 2000-02-24 |  Bruce Momjian | Suppress timespan and datetime ops from being brought... | commit | commitdiff | tree | snapshot | 
| 2000-02-24 |  Bruce Momjian | Add missing files like foreign key regression tests... | commit | commitdiff | tree | snapshot | 
| 2000-02-24 |  Bruce Momjian | The following is required in order to make beta1... | commit | commitdiff | tree | snapshot | 
| 2000-02-24 |  Tom Lane | Tweak libpq so that if a backend ERROR message arrives... | commit | commitdiff | tree | snapshot | 
| 2000-02-24 |  Hiroshi Inoue | Check pending cancel request before waiting for lock | commit | commitdiff | tree | snapshot | 
| 2000-02-24 |  Hiroshi Inoue | Add the check CommonSpecialPortal in use(my fault) | commit | commitdiff | tree | snapshot | 
| 2000-02-24 |  Tom Lane | Add numeric <-> int8 and numeric <-> int2 conversion... | commit | commitdiff | tree | snapshot | 
| 2000-02-24 |  Tom Lane | Make make_const() check the size and precision of a... | commit | commitdiff | tree | snapshot | 
| 2000-02-24 |  Tom Lane | int8in failed to detect overflow; it really should. | commit | commitdiff | tree | snapshot | 
| 2000-02-23 |  Bruce Momjian | Fix plpsql for bsdi. | commit | commitdiff | tree | snapshot | 
| 2000-02-23 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 2000-02-23 |  Bruce Momjian | 1. miscadmin.h needs to include sys/types.h for a defin... | commit | commitdiff | tree | snapshot | 
| 2000-02-22 |  Bruce Momjian | Well, here's the first pass on regression | commit | commitdiff | tree | snapshot | 
| 2000-02-22 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 2000-02-22 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-02-22 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-02-22 |  Hiroshi Inoue | Change cancel while waiting-for-lock stuff. | commit | commitdiff | tree | snapshot | 
| 2000-02-22 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-02-22 |  Tom Lane | First post-beta1 bug fix :-(.  Silly typo in new coding... | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Tom Lane | Quick hack solution so that pg_dump of views works... | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Peter Eisentraut | Fixed psql's Control-C handling when COPY in progress | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Tom Lane | Oops, commited a test version of this file by accident... | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Tom Lane | Change parse-time representation of float literals... | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Tom Lane | To avoid confusion during early beta testing, commit... | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Tom Lane | Clean up temp file in 'make clean'. | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Jan Wieck | Avoid race conditions in detection of EINPROGRESS durin... | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Hiroshi Inoue | Fix "Invalid XID in t_cmin" error in vacuum. | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Tom Lane | Clean up some really grotty coding in catcache.c, impro... | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Hiroshi Inoue | fix the TODO | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Tatsuo Ishii | Fixes for \encoding command. | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Tom Lane | Update discussion of aggregate syntax to mention ALL. | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Tom Lane | Update SELECT documentation to have a more thorough... | commit | commitdiff | tree | snapshot | 
| 2000-02-21 |  Tom Lane | Tweak planner to use OFFSET+LIMIT, not just LIMIT,... | commit | commitdiff | tree | snapshot | 
| 2000-02-20 |  Tom Lane | Further cleanups for type coercion: treat the locution... | commit | commitdiff | tree | snapshot | 
| 2000-02-20 |  Tom Lane | Create a new expression node type RelabelType, which... | commit | commitdiff | tree | snapshot | 
| 2000-02-20 |  Peter Eisentraut | Forgot to include the documentation for \encoding ... | commit | commitdiff | tree | snapshot | 
| 2000-02-20 |  Peter Eisentraut | Moved psql \eset and \eshow to \encoding | commit | commitdiff | tree | snapshot | 
| 2000-02-20 |  Tom Lane | Fix broken list-slinging logic in func_select_candidate and | commit | commitdiff | tree | snapshot | 
| 2000-02-20 |  Tom Lane | Even after the great date/time consolidation, TypeCateg... | commit | commitdiff | tree | snapshot | 
| 2000-02-20 |  Tom Lane | Reduce proc_exit(1) to proc_exit(0) for errors detected... | commit | commitdiff | tree | snapshot | 
| 2000-02-20 |  Tom Lane | Fix missing \n in some psql_error calls. | commit | commitdiff | tree | snapshot | 
| 2000-02-20 |  Tom Lane | Add a simple regress test for SERIAL --- it's not much, | commit | commitdiff | tree | snapshot | 
| 2000-02-20 |  Tom Lane | Fix SERIAL columns, which Thomas inadvertently broke... | commit | commitdiff | tree | snapshot | 
| 2000-02-19 |  Tom Lane | Repair longstanding violation of SQL92 semantics: GROUP... | commit | commitdiff | tree | snapshot | 
| 2000-02-19 |  Tom Lane | Apply Keith Park's updates for expected/horology-solari... | commit | commitdiff | tree | snapshot | 
| 2000-02-19 |  Tom Lane | Get rid of postgres.c's separate parsing logic for... | commit | commitdiff | tree | snapshot | 
| 2000-02-19 |  Tom Lane | Accept the noise-word ALL in aggregate function invocat... | commit | commitdiff | tree | snapshot | 
| 2000-02-19 |  Tom Lane | plperl's makefile tried to use perl's choice of compile... | commit | commitdiff | tree | snapshot | 
| 2000-02-19 |  Tom Lane | HP's compiler objects (quite rightly too) to 'static... | commit | commitdiff | tree | snapshot | 
| 2000-02-19 |  Thomas G. Lockhart | First workaround solution for Jan's column constraint... | commit | commitdiff | tree | snapshot | 
| 2000-02-19 |  Thomas G. Lockhart | Clean up markup so docs will compile. | commit | commitdiff | tree | snapshot | 
| 2000-02-19 |  Thomas G. Lockhart | Update for new Irix info. | commit | commitdiff | tree | snapshot | 
| 2000-02-19 |  Tatsuo Ishii | Fix nasty bug in setting client_encoding | commit | commitdiff | tree | snapshot | 
| next |