| Commit message (Expand) | Author | Age |
* | updates | Peter Eisentraut | 2001-11-02 |
* | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian | 2001-10-30 |
* | Fix bug with illegal call to calloc. | Tatsuo Ishii | 2001-10-29 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | All three *.po patches applied. | Bruce Momjian | 2001-10-24 |
* | Forbid the switch combination --clean --create, which is pointless | Tom Lane | 2001-10-23 |
* | Generate correct syntax for DROP OPERATOR with unary operators. | Tom Lane | 2001-10-22 |
* | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane | 2001-10-19 |
* | Fix several problems with simple_prompt() --- the nastiest being that | Tom Lane | 2001-10-18 |
* | Use LEFT JOIN, not FULL JOIN, in statistical views. | Tom Lane | 2001-10-16 |
* | Prompt for password from /dev/tty and fall back to stdin/stderr. | Bruce Momjian | 2001-10-15 |
* | Forgot to add this file... | Tatsuo Ishii | 2001-10-15 |
* | PG_DUMP NLS (Russian) | Bruce Momjian | 2001-10-15 |
* | Commit Patrice's patches except: | Tatsuo Ishii | 2001-10-15 |
* | Here are few more translated messages into Russian | Bruce Momjian | 2001-10-13 |
* | Tatsuo Ishii <t-ishii@sra.co.jp> writes: | Bruce Momjian | 2001-10-11 |
* | While playing around with trying to add foreign keys to the | Bruce Momjian | 2001-10-06 |
* | Move psql's zh_TW.po to the right place. | Peter Eisentraut | 2001-10-05 |
* | files attached are Traditional Chinese translations translated | Bruce Momjian | 2001-10-05 |
* | Attached is the updated version of the patch, which matches | Bruce Momjian | 2001-10-05 |
* | Don't try to hack pg_description if not superuser. (Really want a | Tom Lane | 2001-10-04 |
* | I've just finished the Chinese NLS support(zh_CN part) files | Bruce Momjian | 2001-10-04 |
* | Consistently use gcc's __attribute__((format)) to check sprintf-style | Tom Lane | 2001-10-03 |
* | DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax | Tom Lane | 2001-10-03 |
* | Fix up bad indenting in a few places. | Thomas G. Lockhart | 2001-10-03 |
* | Change pg_dump to produce CREATE INDEX commands by using the backend's | Tom Lane | 2001-10-01 |
* | These are further fixes for double quotes missing in the various shell | Bruce Momjian | 2001-09-30 |
* | This is a simple patch to put double quotes around a few cases in | Bruce Momjian | 2001-09-29 |
* | sbasename $0 is now basename "$0" | Bruce Momjian | 2001-09-22 |
* | For consistency with the rest of PostgreSQL, rename BLOBs to large objects | Peter Eisentraut | 2001-09-21 |
* | Add 'reload' option to pg_ctl to send SIGHUP to the postmaster. | Tom Lane | 2001-09-21 |
* | Give VACUUM its own GUC parameter for memory usage, rather than | Tom Lane | 2001-09-21 |
* | Change FixupBlobXrefs() to take 'lo' type into account. | Hiroshi Inoue | 2001-09-17 |
* | Russian translation from Serguei Mokhov | Peter Eisentraut | 2001-09-16 |
* | Update from Serguei Mokhov | Peter Eisentraut | 2001-09-16 |
* | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut | 2001-09-16 |
* | Invoke on_exit() with correct number and type of arguments. | Peter Eisentraut | 2001-09-11 |
* | Remove extra space at end of line. | Peter Eisentraut | 2001-09-10 |
* | > NOTE: in the command.c in three places there (I believe) is a typo: | Bruce Momjian | 2001-09-10 |
* | Make the world somewhat safe for (not from) DELETE FROM pg_shadow; | Peter Eisentraut | 2001-09-08 |
* | Update tab completion for \d*. | Bruce Momjian | 2001-09-07 |
* | Fix a number of places where pg_dump was careless about explicitly | Tom Lane | 2001-09-07 |
* | Russian translation from Serguei Mokhov | Peter Eisentraut | 2001-09-06 |
* | Commit Karel's patch. | Tatsuo Ishii | 2001-09-06 |
* | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane | 2001-09-06 |
* | pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC. | Bruce Momjian | 2001-09-04 |
* | Parse the arguments of \connect as SQL identifiers, so that they expose | Peter Eisentraut | 2001-09-02 |
* | For INSERTs, one can now tab complete DEFAULT VALUES. | Peter Eisentraut | 2001-08-30 |
* | Include directory rearrangement | Peter Eisentraut | 2001-08-28 |