summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-05-12Add comment to explain need for bizarre-looking coding in HandleSlashCmds.Tom Lane
2001-05-12Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut
2001-05-12PL/Python integration: support in create/droplang, add CVS keywords,Peter Eisentraut
2001-05-12 - Don't dump COMMENTs in data-only dumpsPhilip Warner
2001-05-11Cleanups of pltcl unknown thingy.Peter Eisentraut
2001-05-11Suppress failures in parallel regress tests due to use of same tableTom Lane
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-05-11Stamp for 7.1.2. Ready when you are...Bruce Momjian
2001-05-10BSD/OS has new precision, and negative zeros now.Bruce Momjian
2001-05-10Up version to force initdb to fix regression problems.Bruce Momjian
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