summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2000-09-18Move contrib/odbc/odbc.sql together with odbc driver, remove old files;Peter Eisentraut
2000-09-18Only retrieve view definition if relation is a view (case statement)Philip Warner
2000-09-18Uses column select expressions to get object object owners and tests for blan...Philip Warner
2000-09-17Parse JOIN/ON conditions with the proper visibility of input columns,Tom Lane
2000-09-17Add a blurb about what tools are required to build.Peter Eisentraut
2000-09-17psql forgot to close connection before re-issuing password prompt.Peter Eisentraut
2000-09-17Improve error message for dumpRules() failureTom Lane
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-09-15Add ILIKE operators ~~*, !~~* to documentation.Tom Lane
2000-09-15Variant horology resultfiles are inconsistent with the test, again.Tom Lane
2000-09-15Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane
2000-09-15Allow PL/pgSQL accept non ascii identifiersTatsuo Ishii
2000-09-15Minor code cleanup (cast away const-ness)Philip Warner
2000-09-15- Support for relkind = RELKIND_VIEW.Philip Warner
2000-09-14Move a few specific tests to isolate homogenous type tests intoThomas G. Lockhart
2000-09-14Add new FAQ's.Bruce Momjian
2000-09-14rename README.CharsetsBruce Momjian
2000-09-12typo fixBruce Momjian
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-09-12typo fixBruce Momjian
2000-09-12datatype -> data type.Bruce Momjian
2000-09-12Fix relation-to-view conversion so that it doesn't try to convert a plainTom Lane
2000-09-12Update expected/horology-no-DST-before-1970.out for new horology test.Tom Lane
2000-09-12Clean up compiler warning.Tom Lane