aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* BufferAlloc() doesn't allocate write error buffers.Hiroshi Inoue2000-09-29
* avoid database-wide restart on write errorHiroshi Inoue2000-09-29
* Cygwin doesn't have DST before 1970 eitherPeter Eisentraut2000-09-28
* Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut2000-09-27
* Reset current user id to session user id during transaction abortPeter Eisentraut2000-09-27
* - Synced preproc.y with gram.y.Michael Meskes2000-09-26
* Fix compile error in ecpg when enable-multibyte is on. This is due toTatsuo Ishii2000-09-26
* When the RI triggers lock the PK table, temporarily switch the current userPeter Eisentraut2000-09-25
* Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,Peter Eisentraut2000-09-25
* Correct error in grammar for subselect-in-FROM: SQL spec does not allowTom Lane2000-09-25
* Use variable aliases, if supplied, rather than real column names inTom Lane2000-09-25
* System neglected to complain about ungrouped variables passed toTom Lane2000-09-25
* Karel missed an ichar->chr ...Tom Lane2000-09-25
* Change // to /*.Bruce Momjian2000-09-25
* the patch include:Bruce Momjian2000-09-25
* disable plperl again.Bruce Momjian2000-09-25
* Acquire read lock on a buffer while writing it out, to preventTom Lane2000-09-25
* Tweak resultmap so that geometry regress test selects the right comparisonTom Lane2000-09-24
* Clean up some ugly coding (hardwired constants) in index_formtuple.Tom Lane2000-09-23
* Don't free() the result of getpwuid().Peter Eisentraut2000-09-22
* SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases.Tom Lane2000-09-22
* Add check of 'SET DateStyle TO DEFAULT'.Tom Lane2000-09-22
* Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with somethingPeter Eisentraut2000-09-21
* *** empty log message ***Michael Meskes2000-09-21
* Fix coredump in copyCommentStmt().Tom Lane2000-09-20
* *** empty log message ***Michael Meskes2000-09-20
* Make sure that FlushRelationBuffers() is invoked by all paths throughTom Lane2000-09-19
* Fix GEQO optimizer to work correctly with new outer-join-capableTom Lane2000-09-19
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-19
* *** empty log message ***Michael Meskes2000-09-19
* Make rule lister use aliases from FROM clause when a table column hasTom Lane2000-09-18
* Move contrib/odbc/odbc.sql together with odbc driver, remove old files;Peter Eisentraut2000-09-18
* Only retrieve view definition if relation is a view (case statement)Philip Warner2000-09-18
* Uses column select expressions to get object object owners and tests for blan...Philip Warner2000-09-18
* Parse JOIN/ON conditions with the proper visibility of input columns,Tom Lane2000-09-17
* psql forgot to close connection before re-issuing password prompt.Peter Eisentraut2000-09-17
* Improve error message for dumpRules() failureTom Lane2000-09-17
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-17
* Variant horology resultfiles are inconsistent with the test, again.Tom Lane2000-09-15
* Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane2000-09-15
* Allow PL/pgSQL accept non ascii identifiersTatsuo Ishii2000-09-15
* Minor code cleanup (cast away const-ness)Philip Warner2000-09-15
* - Support for relkind = RELKIND_VIEW.Philip Warner2000-09-15
* Move a few specific tests to isolate homogenous type tests intoThomas G. Lockhart2000-09-14
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Fix relation-to-view conversion so that it doesn't try to convert a plainTom Lane2000-09-12
* Update expected/horology-no-DST-before-1970.out for new horology test.Tom Lane2000-09-12
* Clean up compiler warning.Tom Lane2000-09-12
* Suppress compile warnings caused by failure to use PG_RETURN macro.Tom Lane2000-09-12
* As if my JDBC patch hasn't already caused enough grief, there is now aBruce Momjian2000-09-12