summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix test orderPeter Eisentraut2000-10-011-7/+11
* Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexesTom Lane2000-09-301-28/+24
* Convert more charset/locale documentation to DocBookPeter Eisentraut2000-09-307-373/+299
* fix shell bugPeter Eisentraut2000-09-302-6/+6
* Update FAQ.Bruce Momjian2000-09-302-2/+9
* Update TODO list.Bruce Momjian2000-09-301-0/+2
* autoconfBruce Momjian2000-09-291-2/+2
* Please apply the following patch to fix problems with the AIX portBruce Momjian2000-09-297-12/+82
* Add `id' attributes to all `chapter' and `sect1' tags, to generate usefulPeter Eisentraut2000-09-2957-310/+312
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-2977-2623/+3138
* New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut2000-09-2920-546/+1190
* Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut2000-09-296-17/+17
* Enable initdb to create several levels of directories for PGDATA, ifPeter Eisentraut2000-09-291-2/+2
* Linking with -lc or -lm crashes on Cygwin; filter out those libraries fromPeter Eisentraut2000-09-291-0/+4
* Cygwin uses _sys_nerr for sys_nerrPeter Eisentraut2000-09-292-7/+15
* BufferAlloc() doesn't allocate write error buffers.Hiroshi Inoue2000-09-291-2/+12
* avoid database-wide restart on write errorHiroshi Inoue2000-09-291-5/+4
* Cygwin doesn't have DST before 1970 eitherPeter Eisentraut2000-09-281-0/+1
* Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut2000-09-2716-743/+564
* Change with delimiters to using delimiters in psql manual page.Bruce Momjian2000-09-271-2/+2
* Reset current user id to session user id during transaction abortPeter Eisentraut2000-09-271-1/+7
* - Synced preproc.y with gram.y.Michael Meskes2000-09-268-156/+155
* Fix compile error in ecpg when enable-multibyte is on. This is due toTatsuo Ishii2000-09-261-3/+3
* document configure --without-tkPeter Eisentraut2000-09-251-7/+8
* When the RI triggers lock the PK table, temporarily switch the current userPeter Eisentraut2000-09-251-1/+35
* Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,Peter Eisentraut2000-09-2512-1521/+581
* Correct error in grammar for subselect-in-FROM: SQL spec does not allowTom Lane2000-09-251-8/+5
* Use variable aliases, if supplied, rather than real column names inTom Lane2000-09-256-58/+62
* System neglected to complain about ungrouped variables passed toTom Lane2000-09-251-2/+2
* Karel missed an ichar->chr ...Tom Lane2000-09-251-2/+2
* Change // to /*.Bruce Momjian2000-09-251-2/+2
* the patch include:Bruce Momjian2000-09-255-28/+102
* disable plperl again.Bruce Momjian2000-09-251-4/+4
* Acquire read lock on a buffer while writing it out, to preventTom Lane2000-09-251-32/+45
* Tweak resultmap so that geometry regress test selects the right comparisonTom Lane2000-09-241-1/+1
* Clean up some ugly coding (hardwired constants) in index_formtuple.Tom Lane2000-09-231-12/+14
* These are obsolete.Peter Eisentraut2000-09-234-2861/+0
* Don't free() the result of getpwuid().Peter Eisentraut2000-09-221-6/+1
* SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases.Tom Lane2000-09-221-8/+13
* Add check of 'SET DateStyle TO DEFAULT'.Tom Lane2000-09-222-0/+3
* Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with somethingPeter Eisentraut2000-09-216-1467/+1170
* *** empty log message ***Michael Meskes2000-09-215-8/+22
* Fix coredump in copyCommentStmt().Tom Lane2000-09-201-2/+3
* *** empty log message ***Michael Meskes2000-09-2014-73/+575
* Make sure that FlushRelationBuffers() is invoked by all paths throughTom Lane2000-09-191-42/+72
* Fix GEQO optimizer to work correctly with new outer-join-capableTom Lane2000-09-196-48/+57
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-1912-65/+166
* *** empty log message ***Michael Meskes2000-09-1916-336/+587
* Make rule lister use aliases from FROM clause when a table column hasTom Lane2000-09-181-19/+49
* Move contrib/odbc/odbc.sql together with odbc driver, remove old files;Peter Eisentraut2000-09-1814-1371/+258