summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2006-05-30Add "inline" compile fix for MSVC/BCC:Bruce Momjian
2006-05-21Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
2006-05-19Stamp 8.1.4, except configure/configure.in.Bruce Momjian
2006-04-26Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane
2006-04-24Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.Bruce Momjian
2006-03-05Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian
2006-03-04Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian
2006-02-21Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane
2006-02-12Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane
2006-02-12Stamp 8.1.3, but exclude configure.in/configure change.Bruce Momjian
2006-02-10Change search for default operator classes so that it examines all opclassesTom Lane
2006-02-01Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian
2006-01-29Fix code that checks to see if an index can be considered to match the query'sTom Lane
2006-01-19It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane
2006-01-18Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane
2006-01-17Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane
2006-01-12Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane
2006-01-05Stamp release 8.1.2.Bruce Momjian
2006-01-05Arrange to set the LC_XXX environment variables to match our locale setup.Tom Lane
2005-12-14Defend against crash while processing Describe Statement or Describe PortalTom Lane
2005-12-09I reconfirmed MS-VC6. Thank you for wonderful correspondence.Bruce Momjian
2005-12-08Stamp 8.1.1.Bruce Momjian
2005-12-08Disble some Win32-specific code in win32-client-only builds:Bruce Momjian
2005-12-06Add documentation on the use of *printf() macros and libintl.Bruce Momjian
2005-12-06Put undef's before extern declarations that need 'em, per Andrew Dunstan.Tom Lane
2005-12-06Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane
2005-11-28Tweak hash join code to use an additional heuristic for deciding whetherTom Lane
2005-11-23Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node typesTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-20Modify tuptoaster's API so that it does not try to modify the passedTom Lane
2005-11-17DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane
2005-11-14Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane
2005-11-14Prevent ExecInsert() and ExecUpdate() from scribbling on the result tupleTom Lane
2005-11-05Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane
2005-11-04Disregard superuserness when checking to see if a role GRANT wouldTom Lane
2005-11-03Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera
2005-10-26Adjust parser so that POSTQUEL-style implicit RTEs are stored withTom Lane
2005-10-25Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane
2005-10-22Temporarily disable Qingqing's Windows signal processing patch, so thatTom Lane
2005-10-21Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doingTom Lane
2005-10-21Add an implicit cast from varchar to regclass, so that existing codeTom Lane
2005-10-18Improve trace_sort code to also show the total memory or disk space used.Tom Lane
2005-10-18Code review for regexp_replace patch. Improve documentation and comments,Tom Lane
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-14Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane
2005-10-13Add a comment describing the requirement that pointers into shared memoryNeil Conway
2005-10-12Do all accesses to shared buffer headers through volatile-qualifiedTom Lane
2005-10-11Add infrastructure for making spins_per_delay variable depending onTom Lane