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 |
2000-02-19 |
Tatsuo Ishii | Add new backslash command \eset and \eshow. |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Tatsuo Ishii | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Tom Lane | Clean up scan.l's handling of \r vs \n --- they are... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Tom Lane | Remove gcc warnings. The Postgres world isn't really... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Tom Lane | Plug some more memory leaks in the planner. It still... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Hiroshi Inoue | Implement reindex command |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Tom Lane | Replace inefficient _bt_invokestrat calls with direct... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Peter Eisentraut | Fixed handling of old --with-mb option using newly... |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Hiroshi Inoue | Fix assert bug(was my fault) |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Tom Lane | Finish repairing 6.5's problems with r-tree indexes... |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Tom Lane | Update expected/horology-no-DST-before-1970.out to... |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Bruce Momjian | Package: postgresql |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Bruce Momjian | README not needed anymore. |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Thomas G. Lockhart | All regression tests pass except for rules.sql (unrelated). |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Thomas G. Lockhart | All regression tests pass except for rules.sql (unrelated). |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Thomas G. Lockhart | Implement "date/time grand unification". |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Thomas G. Lockhart | Make ISO date style (e.g. "2000-02-16 09:33") the default. |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Bruce Momjian | include cleanup |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Bruce Momjian | Clean up include files use in psql. |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Tom Lane | If we don't have any stats for a boolean column, assume |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Tom Lane | Make eqsel produce better results for boolean columns, |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Tom Lane | Update EXPLAIN documentation to reflect the fact that the |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Tom Lane | Remove long-dead code. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Tom Lane | Fix missing lfirst() in ListTableAsAttrs(). This code |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Tom Lane | New cost model for planning, incorporating a penalty... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Tom Lane | Change to report COPY line number in error messages... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Tom Lane | Silence gcc warning about uninitialized var. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Tom Lane | Removed unused var to silence gcc warning. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Tom Lane | Repair bogus rule display of attr lists. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Tom Lane | Remove some // comments, which are not ANSI C last... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Thomas G. Lockhart | Rename file to be consistant with other platform-specif... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Thomas G. Lockhart | Fix extraneous ending tag on libpq.sgml. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Thomas G. Lockhart | Carry column aliases from the parser frontend. Enables... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Thomas G. Lockhart | Update "join syntax" test for new capabilities. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Thomas G. Lockhart | Add line to mention PST8PDT time zone. Seems useful... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Thomas G. Lockhart | Fix up error message to start with cap letter. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Thomas G. Lockhart | Fix up tabbing for _int8 entry. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Thomas G. Lockhart | Add "DEC" as synonym for "DECIMAL". |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Thomas G. Lockhart | Recognize special case of POSIX time zone: "GMT+8"... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Thomas G. Lockhart | Fix up error and log messages. |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Bruce Momjian | I suspect that you are not the person to send this... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Bruce Momjian | Update README.NT with new NT ipc location. |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-02-13 |
Peter Eisentraut | Adjusted psql echoing options (-a and -e) |
commit | commitdiff | tree | snapshot |
next |