| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix test order | Peter Eisentraut | 2000-10-01 | 1 | -7/+11 |
* | Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexes | Tom Lane | 2000-09-30 | 1 | -28/+24 |
* | Convert more charset/locale documentation to DocBook | Peter Eisentraut | 2000-09-30 | 7 | -373/+299 |
* | fix shell bug | Peter Eisentraut | 2000-09-30 | 2 | -6/+6 |
* | Update FAQ. | Bruce Momjian | 2000-09-30 | 2 | -2/+9 |
* | Update TODO list. | Bruce Momjian | 2000-09-30 | 1 | -0/+2 |
* | autoconf | Bruce Momjian | 2000-09-29 | 1 | -2/+2 |
* | Please apply the following patch to fix problems with the AIX port | Bruce Momjian | 2000-09-29 | 7 | -12/+82 |
* | Add `id' attributes to all `chapter' and `sect1' tags, to generate useful | Peter Eisentraut | 2000-09-29 | 57 | -310/+312 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 77 | -2623/+3138 |
* | New unified regression test driver, test/regress makefile cleanup, | Peter Eisentraut | 2000-09-29 | 20 | -546/+1190 |
* | Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter | Peter Eisentraut | 2000-09-29 | 6 | -17/+17 |
* | Enable initdb to create several levels of directories for PGDATA, if | Peter Eisentraut | 2000-09-29 | 1 | -2/+2 |
* | Linking with -lc or -lm crashes on Cygwin; filter out those libraries from | Peter Eisentraut | 2000-09-29 | 1 | -0/+4 |
* | Cygwin uses _sys_nerr for sys_nerr | Peter Eisentraut | 2000-09-29 | 2 | -7/+15 |
* | BufferAlloc() doesn't allocate write error buffers. | Hiroshi Inoue | 2000-09-29 | 1 | -2/+12 |
* | avoid database-wide restart on write error | Hiroshi Inoue | 2000-09-29 | 1 | -5/+4 |
* | Cygwin doesn't have DST before 1970 either | Peter Eisentraut | 2000-09-28 | 1 | -0/+1 |
* | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut | 2000-09-27 | 16 | -743/+564 |
* | Change with delimiters to using delimiters in psql manual page. | Bruce Momjian | 2000-09-27 | 1 | -2/+2 |
* | Reset current user id to session user id during transaction abort | Peter Eisentraut | 2000-09-27 | 1 | -1/+7 |
* | - Synced preproc.y with gram.y. | Michael Meskes | 2000-09-26 | 8 | -156/+155 |
* | Fix compile error in ecpg when enable-multibyte is on. This is due to | Tatsuo Ishii | 2000-09-26 | 1 | -3/+3 |
* | document configure --without-tk | Peter Eisentraut | 2000-09-25 | 1 | -7/+8 |
* | When the RI triggers lock the PK table, temporarily switch the current user | Peter Eisentraut | 2000-09-25 | 1 | -1/+35 |
* | Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, | Peter Eisentraut | 2000-09-25 | 12 | -1521/+581 |
* | Correct error in grammar for subselect-in-FROM: SQL spec does not allow | Tom Lane | 2000-09-25 | 1 | -8/+5 |
* | Use variable aliases, if supplied, rather than real column names in | Tom Lane | 2000-09-25 | 6 | -58/+62 |
* | System neglected to complain about ungrouped variables passed to | Tom Lane | 2000-09-25 | 1 | -2/+2 |
* | Karel missed an ichar->chr ... | Tom Lane | 2000-09-25 | 1 | -2/+2 |
* | Change // to /*. | Bruce Momjian | 2000-09-25 | 1 | -2/+2 |
* | the patch include: | Bruce Momjian | 2000-09-25 | 5 | -28/+102 |
* | disable plperl again. | Bruce Momjian | 2000-09-25 | 1 | -4/+4 |
* | Acquire read lock on a buffer while writing it out, to prevent | Tom Lane | 2000-09-25 | 1 | -32/+45 |
* | Tweak resultmap so that geometry regress test selects the right comparison | Tom Lane | 2000-09-24 | 1 | -1/+1 |
* | Clean up some ugly coding (hardwired constants) in index_formtuple. | Tom Lane | 2000-09-23 | 1 | -12/+14 |
* | These are obsolete. | Peter Eisentraut | 2000-09-23 | 4 | -2861/+0 |
* | Don't free() the result of getpwuid(). | Peter Eisentraut | 2000-09-22 | 1 | -6/+1 |
* | SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases. | Tom Lane | 2000-09-22 | 1 | -8/+13 |
* | Add check of 'SET DateStyle TO DEFAULT'. | Tom Lane | 2000-09-22 | 2 | -0/+3 |
* | Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something | Peter Eisentraut | 2000-09-21 | 6 | -1467/+1170 |
* | *** empty log message *** | Michael Meskes | 2000-09-21 | 5 | -8/+22 |
* | Fix coredump in copyCommentStmt(). | Tom Lane | 2000-09-20 | 1 | -2/+3 |
* | *** empty log message *** | Michael Meskes | 2000-09-20 | 14 | -73/+575 |
* | Make sure that FlushRelationBuffers() is invoked by all paths through | Tom Lane | 2000-09-19 | 1 | -42/+72 |
* | Fix GEQO optimizer to work correctly with new outer-join-capable | Tom Lane | 2000-09-19 | 6 | -48/+57 |
* | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut | 2000-09-19 | 12 | -65/+166 |
* | *** empty log message *** | Michael Meskes | 2000-09-19 | 16 | -336/+587 |
* | Make rule lister use aliases from FROM clause when a table column has | Tom Lane | 2000-09-18 | 1 | -19/+49 |
* | Move contrib/odbc/odbc.sql together with odbc driver, remove old files; | Peter Eisentraut | 2000-09-18 | 14 | -1371/+258 |