2000-03-08 |
Bruce Momjian | Hi Peter, |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Bruce Momjian | Hi, |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Bruce Momjian | Protects you from coredumps if you do eg. str::int4... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Bruce Momjian | I've recently written to pgsql-ports about a problem... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Tom Lane | Someone (probably me) forgot about handling of typecast... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Bruce Momjian | Fix problems with pg_upgrade found by Kardos, Dr. Andrea |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Bruce Momjian | Sorting for the inet data type randomly returns the... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Tatsuo Ishii | Add SQL_ASCII encoding test case |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Peter Eisentraut | Forgot to run autoconf. |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Peter Eisentraut | Added configure test for readline's filename_completion... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Tom Lane | Apply a MATERIAL node to the result of an uncorrelated... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Tom Lane | Hmm, it seems nodeMaterial has been broken for a good... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Bruce Momjian | Patch for Irix from Mark Dalphin. |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Peter Eisentraut | More fixes for psql ^C handling, especially during... |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Bruce Momjian | New plperl Makefile. |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Bruce Momjian | Add QNX fixes from Kardos, Dr. Andreas |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Tom Lane | equalAttr() had its strcmp test backwards :-( |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Tom Lane | Small performance improvement in comparetup_heap. |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Hiroshi Inoue | Change reindex command to work properly with gist/hash... |
commit | commitdiff | tree | snapshot |
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 |
next |