aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02
* _SPI_execute_plan failed to return result tuple table to caller inTom Lane2005-10-01
* Repair planning bug introduced in 7.4: outer-join ON clauses that referencedTom Lane2005-09-28
* Fix problems with PGXS builds against an installation tree that wasTom Lane2005-09-27
* The original patch to avoid building a hash join's hashtable when theTom Lane2005-09-25
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* This patch cleans up the access to members of ItemIdData.Bruce Momjian2005-09-22
* Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian2005-09-19
* Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway2005-09-16
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-12
* Given its current definition that depends on time(NULL), timetz_zoneTom Lane2005-09-09
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-09
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-08
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-02
* Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane2005-08-29
* Sigh, looks like you need '.set mips2' before you can access MIPSTom Lane2005-08-29
* Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it'sTom Lane2005-08-28
* Add a SYNC instruction to the S_UNLOCK sequence for MIPS.Tom Lane2005-08-28
* Change the division of labor between grouping_planner and query_plannerTom Lane2005-08-27
* Get the MIPS assembler syntax right. Also add a separate sync command;Tom Lane2005-08-27
* Another try at the inlined MIPS spinlock code. Can't test this myself,Tom Lane2005-08-26
* Adjust m68k spinlock code to avoid duplicate in-line and not-in-lineTom Lane2005-08-26
* Some more mop-up for Windows IPv6 support. Andrew DunstanTom Lane2005-08-26