summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2005-09-28Repair planning bug introduced in 7.4: outer-join ON clauses that referencedTom Lane
2005-09-27Fix problems with PGXS builds against an installation tree that wasTom Lane
2005-09-25The original patch to avoid building a hash join's hashtable when theTom Lane
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-09-22This patch cleans up the access to members of ItemIdData.Bruce Momjian
2005-09-19Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian
2005-09-16Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway
2005-09-12Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane
2005-09-09Given its current definition that depends on time(NULL), timetz_zoneTom Lane
2005-09-09Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane
2005-09-08Create the pg_pltemplate system catalog to hold template informationTom Lane
2005-09-02Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane
2005-08-29Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane
2005-08-29Sigh, looks like you need '.set mips2' before you can access MIPSTom Lane
2005-08-28Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it'sTom Lane
2005-08-28Add a SYNC instruction to the S_UNLOCK sequence for MIPS.Tom Lane
2005-08-27Change the division of labor between grouping_planner and query_plannerTom Lane
2005-08-27Get the MIPS assembler syntax right. Also add a separate sync command;Tom Lane
2005-08-26Another try at the inlined MIPS spinlock code. Can't test this myself,Tom Lane
2005-08-26Adjust m68k spinlock code to avoid duplicate in-line and not-in-lineTom Lane
2005-08-26Some more mop-up for Windows IPv6 support. Andrew DunstanTom Lane
2005-08-26Arrange for indexes and toast tables to inherit their ownership fromTom Lane
2005-08-25Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror toTom Lane
2005-08-25Replace out-of-line tas() assembly code for MIPS with a properlyTom Lane
2005-08-23Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane
2005-08-22enable_constraint_exclusion => constraint_exclusionBruce Momjian
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane
2005-08-20Make GetMultiXactIdMembers() a public function.Tatsuo Ishii
2005-08-20Add BackendXidGetPid().Tatsuo Ishii
2005-08-20Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane
2005-08-18Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMITTom Lane
2005-08-17Avoid an Assert failure if OuterUserId hasn't been set yet duringTom Lane
2005-08-15Rename pg_stat_file columns to be more consistent. Split apart changeBruce Momjian
2005-08-15Allow the pgstat views to show toast tables as well as regular tablesTom Lane
2005-08-13Tweak catalog cache management algorithms to reduce cost ofTom Lane
2005-08-13Make pg_stat_file() use OUT parameters so that the user doesn't have toTom Lane
2005-08-12Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane
2005-08-12Code & docs review for server instrumentation patch. File timestampsTom Lane
2005-08-12Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZTom Lane
2005-08-12Add files to do read I/O on the cluster directory:Bruce Momjian
2005-08-12Solve the problem of OID collisions by probing for duplicate OIDsTom Lane
2005-08-11Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane
2005-08-08Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane
2005-08-05Actually, this macro had worse problems than a bogus name ...Tom Lane
2005-08-05Fix misspelled macro name. Doesn't appear to be used anywhere yet,Tom Lane
2005-08-04ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane
2005-08-02Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane
2005-08-02Code and docs review for pg_column_size() patch.Tom Lane
2005-08-01Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane
2005-08-01Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane