summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-05-10Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane
2001-05-10Move disabled message up to a higher makefile.Bruce Momjian
2001-05-09First cut at making indexscan cost estimates depend on correlationTom Lane
2001-05-09This directory contains a module that implements the "Metaphone" code asBruce Momjian
2001-05-09Add --echo option to createlang and droplang.Peter Eisentraut
2001-05-09Wow, I am getting good at this Makefile stuff. Peter may be OK with it.Bruce Momjian
2001-05-09I think I got the pltcl Makefile unknown rules working properly.Bruce Momjian
2001-05-09I have modifed heap.c so that it won't automatically generate duplicateBruce Momjian
2001-05-09that's just me again, here's normal patch for KOI8_U toBruce Momjian
2001-05-09 This patch should catch cases where the typesBruce Momjian
2001-05-09More cleanups to generate tcl unknown from Makefile.Bruce Momjian
2001-05-09Make tcl unknown configure from Makefile, not configure.Bruce Momjian
2001-05-09More --enable-pltcl-unknown renames.Bruce Momjian
2001-05-09Change to enable_pltcl_unknown mention.Bruce Momjian
2001-05-09Add TODO file.Bruce Momjian
2001-05-09Add plpython code.Bruce Momjian
2001-05-09Noticed a small bug in the code. Probably been there for some time. NoteBruce Momjian
2001-05-09This patch adds a new configure option --with-pltcl-unknown whichBruce Momjian
2001-05-09Right-align \du user-id.Bruce Momjian
2001-05-09Fix memory leak in new psql \du code.Bruce Momjian
2001-05-09Fix libpq++'s FieldSize to return int, not short.Bruce Momjian
2001-05-09Add mention of getLength returning short.Bruce Momjian
2001-05-09Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'mBruce Momjian
2001-05-09Use ColId instead of Ident for SET SESSION AUTHORIZATION.Peter Eisentraut
2001-05-09Mention new jdbc mailing list instead of interfaces list.Bruce Momjian
2001-05-09Cause planner to make use of average-column-width statistic that is nowTom Lane
2001-05-08Add SET SESSION AUTHORIZATION command.Peter Eisentraut
2001-05-08Mention SHELL usage in initdb.Bruce Momjian
2001-05-08Append and SubqueryScan nodes were not passing changed-parameter signals downTom Lane
2001-05-08Need to factor out strdup.o for separate treatment since it's in aPeter Eisentraut
2001-05-08Small cleanup.Bruce Momjian
2001-05-08Add newlines around debug output in optimizer showing total costs.Bruce Momjian
2001-05-08Run pgindent on ODBC code only, to reformat new comments.Bruce Momjian
2001-05-08ODBC source code cleanup patch. Should match rest of PostgreSQL code better.Bruce Momjian
2001-05-08Allow SHELL in Makefile.* to control initdb.Bruce Momjian
2001-05-08Fix paren typo in java.Bruce Momjian
2001-05-08Un-break exec_move_row() for case that a NULL tuple and tupdesc areTom Lane
2001-05-07Fix comment in file about 2*max_connections.Bruce Momjian
2001-05-07Shared library and GCC support for SCO OpenServer.Peter Eisentraut
2001-05-07Fix remaining RI permission problems (cascaded update/delete, restrict,Peter Eisentraut
2001-05-07Add \cd command to psql.Peter Eisentraut
2001-05-07> Occasionally and without warning I get this from my daily vacuumBruce Momjian
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-05-06Fix collateral damage from previous (rev 1.49) patch.Peter Eisentraut
2001-05-06Allow 'psql -f -' to read from standard input.Peter Eisentraut
2001-05-06Make prompt customization work with changeable Unix socket location.Peter Eisentraut
2001-05-04Makefile should have automatic dependency for parser.o too, if it'sTom Lane
2001-05-04Seems like we should not hold off cancel/die interrupts while we areTom Lane
2001-05-03Consolidate several near-identical uses of mktime() into a singleTom Lane
2001-05-03BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian