summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
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
2000-09-12Suppress compile warnings caused by failure to use PG_RETURN macro.Tom Lane
2000-09-12As if my JDBC patch hasn't already caused enough grief, there is now aBruce Momjian
2000-09-12Remove incorrect extra heap_close when deleting a builtin function.Tom Lane
2000-09-12Btree WAL records.Vadim B. Mikheev
2000-09-12Add regression tests for date, time, and time with time zone types.Thomas G. Lockhart
2000-09-12Modify date->timestamp conversion to use mktime().Thomas G. Lockhart
2000-09-12Attached is a patch that prevents a NullPointerException in the JDBCBruce Momjian
2000-09-12This patch implements the following command:Bruce Momjian
2000-09-12Attached are a patch to allow the charset encoding used by the JDBCBruce Momjian
2000-09-12Applied to jdbc1 and jdbc2.Bruce Momjian
2000-09-12This patch implements a different "relkind"Bruce Momjian
2000-09-12Previous patch backed out.Bruce Momjian
2000-09-12This patch is for the TODO itemBruce Momjian
2000-09-12This patch, when applied in src/pl will unbreak plperl inBruce Momjian
2000-09-12This patch for the 7.0.2 JDBC interface addresses four issues IBruce Momjian
2000-09-12O.K. -Bruce Momjian
2000-09-12Irix fix:Bruce Momjian
2000-09-10This is temporal place holder for Relation File Node tillVadim B. Mikheev
2000-09-08Make building scripts kind of consistent in look and feel, kind of immunePeter Eisentraut
2000-09-07Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev
2000-09-07Fix psql crash. If MULTIBYTE is enabled, \l+ dumps core due toTatsuo Ishii
2000-09-06A bit of cleanup after SSL patch. Add it to config file, improvePeter Eisentraut
2000-09-06Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut
2000-09-05Added functionsJan Wieck
2000-09-05GET DIAGNOSTICS statement to PL/pgSQL to access SPI_processedJan Wieck
2000-09-01Change initdb to not delete PGDATA directory unless it was created byPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-31Added EXECUTE command to PL/pgSQL for execution ofJan Wieck
2000-08-30AbortOutOfAnyTransaction() just before backend exit, to ensure thatTom Lane
2000-08-30SSL patch from MagnusBruce Momjian
2000-08-30Improve the following.Hiroshi Inoue
2000-08-29Include kernel error message in failed-to-open file reports.Tom Lane
2000-08-29Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut
2000-08-29 * to_char:Bruce Momjian
2000-08-29This is mostly the same as an earlier patch IBruce Momjian
2000-08-29Update obsolete comments.Tom Lane
2000-08-29Remove bogus use of int4out().Tom Lane
2000-08-28Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B.Peter Eisentraut
2000-08-28New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut
2000-08-27Clean up callers of AllocateFile and BasicOpenFile to ensure thatTom Lane