aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Remove incorrect extra heap_close when deleting a builtin function.Tom Lane2000-09-12
* Btree WAL records.Vadim B. Mikheev2000-09-12
* Add regression tests for date, time, and time with time zone types.Thomas G. Lockhart2000-09-12
* Modify date->timestamp conversion to use mktime().Thomas G. Lockhart2000-09-12
* Attached is a patch that prevents a NullPointerException in the JDBCBruce Momjian2000-09-12
* This patch implements the following command:Bruce Momjian2000-09-12
* Attached are a patch to allow the charset encoding used by the JDBCBruce Momjian2000-09-12
* Applied to jdbc1 and jdbc2.Bruce Momjian2000-09-12
* This patch implements a different "relkind"Bruce Momjian2000-09-12
* Previous patch backed out.Bruce Momjian2000-09-12
* This patch is for the TODO itemBruce Momjian2000-09-12
* This patch, when applied in src/pl will unbreak plperl inBruce Momjian2000-09-12
* This patch for the 7.0.2 JDBC interface addresses four issues IBruce Momjian2000-09-12
* O.K. -Bruce Momjian2000-09-12
* Irix fix:Bruce Momjian2000-09-12
* This is temporal place holder for Relation File Node tillVadim B. Mikheev2000-09-10
* Make building scripts kind of consistent in look and feel, kind of immunePeter Eisentraut2000-09-08
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-07
* Fix psql crash. If MULTIBYTE is enabled, \l+ dumps core due toTatsuo Ishii2000-09-07
* A bit of cleanup after SSL patch. Add it to config file, improvePeter Eisentraut2000-09-06
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* Added functionsJan Wieck2000-09-05
* GET DIAGNOSTICS statement to PL/pgSQL to access SPI_processedJan Wieck2000-09-05
* Change initdb to not delete PGDATA directory unless it was created byPeter Eisentraut2000-09-01
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Added EXECUTE command to PL/pgSQL for execution ofJan Wieck2000-08-31