summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-10-01Fix quoting bugPeter Eisentraut
2000-10-01Fix test orderPeter Eisentraut
2000-09-30Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexesTom Lane
2000-09-30Convert more charset/locale documentation to DocBookPeter Eisentraut
2000-09-30fix shell bugPeter Eisentraut
2000-09-30Update FAQ.Bruce Momjian
2000-09-30Update TODO list.Bruce Momjian
2000-09-29autoconfBruce Momjian
2000-09-29Please apply the following patch to fix problems with the AIX portBruce Momjian
2000-09-29Add `id' attributes to all `chapter' and `sect1' tags, to generate usefulPeter Eisentraut
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-09-29New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut
2000-09-29Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut
2000-09-29Enable initdb to create several levels of directories for PGDATA, ifPeter Eisentraut
2000-09-29Linking with -lc or -lm crashes on Cygwin; filter out those libraries fromPeter Eisentraut
2000-09-29Cygwin uses _sys_nerr for sys_nerrPeter Eisentraut
2000-09-29BufferAlloc() doesn't allocate write error buffers.Hiroshi Inoue
2000-09-29avoid database-wide restart on write errorHiroshi Inoue
2000-09-28Cygwin doesn't have DST before 1970 eitherPeter Eisentraut
2000-09-27Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut
2000-09-27Change with delimiters to using delimiters in psql manual page.Bruce Momjian
2000-09-27Reset current user id to session user id during transaction abortPeter Eisentraut
2000-09-26- Synced preproc.y with gram.y.Michael Meskes
2000-09-26Fix compile error in ecpg when enable-multibyte is on. This is due toTatsuo Ishii
2000-09-25document configure --without-tkPeter Eisentraut
2000-09-25When the RI triggers lock the PK table, temporarily switch the current userPeter Eisentraut
2000-09-25Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,Peter Eisentraut
2000-09-25Correct error in grammar for subselect-in-FROM: SQL spec does not allowTom Lane
2000-09-25Use variable aliases, if supplied, rather than real column names inTom Lane
2000-09-25System neglected to complain about ungrouped variables passed toTom Lane
2000-09-25Karel missed an ichar->chr ...Tom Lane
2000-09-25Change // to /*.Bruce Momjian
2000-09-25 the patch include:Bruce Momjian
2000-09-25disable plperl again.Bruce Momjian
2000-09-25Acquire read lock on a buffer while writing it out, to preventTom Lane
2000-09-24Tweak resultmap so that geometry regress test selects the right comparisonTom Lane
2000-09-23Clean up some ugly coding (hardwired constants) in index_formtuple.Tom Lane
2000-09-23These are obsolete.Peter Eisentraut
2000-09-22Don't free() the result of getpwuid().Peter Eisentraut
2000-09-22SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases.Tom Lane
2000-09-22Add check of 'SET DateStyle TO DEFAULT'.Tom Lane
2000-09-21Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with somethingPeter Eisentraut
2000-09-21*** empty log message ***Michael Meskes
2000-09-20Fix coredump in copyCommentStmt().Tom Lane
2000-09-20*** empty log message ***Michael Meskes
2000-09-19Make sure that FlushRelationBuffers() is invoked by all paths throughTom Lane
2000-09-19Fix GEQO optimizer to work correctly with new outer-join-capableTom Lane
2000-09-19Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut
2000-09-19*** empty log message ***Michael Meskes
2000-09-18Make rule lister use aliases from FROM clause when a table column hasTom Lane