aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-01
* Fix code that checks to see if an index can be considered to match the query'sTom Lane2006-01-29
* It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane2006-01-19
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-18
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-17
* Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane2006-01-12
* Stamp release 8.1.2.Bruce Momjian2006-01-05
* Arrange to set the LC_XXX environment variables to match our locale setup.Tom Lane2006-01-05
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-14
* I reconfirmed MS-VC6. Thank you for wonderful correspondence.Bruce Momjian2005-12-09
* Stamp 8.1.1.Bruce Momjian2005-12-08
* Disble some Win32-specific code in win32-client-only builds:Bruce Momjian2005-12-08
* Add documentation on the use of *printf() macros and libintl.Bruce Momjian2005-12-06
* Put undef's before extern declarations that need 'em, per Andrew Dunstan.Tom Lane2005-12-06
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-06
* Tweak hash join code to use an additional heuristic for deciding whetherTom Lane2005-11-28
* Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node typesTom Lane2005-11-23
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Modify tuptoaster's API so that it does not try to modify the passedTom Lane2005-11-20
* DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane2005-11-17
* Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane2005-11-14
* Prevent ExecInsert() and ExecUpdate() from scribbling on the result tupleTom Lane2005-11-14
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
* Disregard superuserness when checking to see if a role GRANT wouldTom Lane2005-11-04
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Adjust parser so that POSTQUEL-style implicit RTEs are stored withTom Lane2005-10-26
* Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane2005-10-25
* Temporarily disable Qingqing's Windows signal processing patch, so thatTom Lane2005-10-22
* Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doingTom Lane2005-10-21
* Add an implicit cast from varchar to regclass, so that existing codeTom Lane2005-10-21
* Improve trace_sort code to also show the total memory or disk space used.Tom Lane2005-10-18
* Code review for regexp_replace patch. Improve documentation and comments,Tom Lane2005-10-18
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane2005-10-14
* Add a comment describing the requirement that pointers into shared memoryNeil Conway2005-10-13
* Do all accesses to shared buffer headers through volatile-qualifiedTom Lane2005-10-12
* Add infrastructure for making spins_per_delay variable depending onTom Lane2005-10-11
* Don't use a non-locked pre-test of the spinlock on x86_64 machines.Tom Lane2005-10-11
* Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane2005-10-10
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-09
* Add spaces around operator.Bruce Momjian2005-10-07
* Allocate a few extra LWLocks for possible use by add-on modules.Tom Lane2005-10-07
* Remove an unused typedef.Alvaro Herrera2005-10-07
* Minor API cleanup for async notifications: we can only register theNeil Conway2005-10-06
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-06
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Add a trace_sort option to help with measuring resource usage of externalTom Lane2005-10-03
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-03
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-03