summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2003-05-02Back out second part of patch.Bruce Momjian
2003-05-02Back out last commit --- wrong patch.Bruce Momjian
2003-05-02Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian
2003-05-02Portal and memory management infrastructure for extended query protocol.Tom Lane
2003-04-29Infrastructure for deducing Param types from context, in the same wayTom Lane
2003-04-29Remove unneeded define.Bruce Momjian
2003-04-29Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane
2003-04-27Put back encoding-conversion step in processing of incoming queries;Tom Lane
2003-04-26Add transaction status field to ReadyForQuery messages, and make roomTom Lane
2003-04-26Tweak stats collector start logic so that we will not try to spawn aTom Lane
2003-04-25In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane
2003-04-25Prevent unlink/rename Win32 mapping on frontends.Bruce Momjian
2003-04-25Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian
2003-04-24Adjust subquery qual pushdown rules so that we can push down a qualTom Lane
2003-04-24Add Win32 shmem/sema prototypes.Bruce Momjian
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-22Add Win32 versions of unlink and rename --- loop until success.Bruce Momjian
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-04-20Apple's assembler likes the inlined TAS syntax too, so no reason toTom Lane
2003-04-19Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane
2003-04-18Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian
2003-04-17First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane
2003-04-17Fix abstime-to-time cast function, which has had broken implementationTom Lane
2003-04-08First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane
2003-04-06Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut
2003-04-04Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian
2003-04-04Tighten up register usage for inline PPC version of tas().Tom Lane
2003-04-04Put the isync where it's supposed to be.Tom Lane
2003-04-04Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane
2003-04-04Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane
2003-04-02Whack getaddrinfo() patch around until it works, more or less, onTom Lane
2003-03-29Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut
2003-03-28Add code to apply some simple sanity checks to the header fields of aTom Lane
2003-03-27Add new file.Bruce Momjian
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-27GetTupleForTrigger must use outer transaction's command counter for timeTom Lane
2003-03-23Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane
2003-03-22Adjust subquery qual pushdown rules to be more forgiving: if a qualTom Lane
2003-03-21Fix compile warning.Tom Lane
2003-03-21Add hostmask() function:Bruce Momjian
2003-03-21Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut
2003-03-21Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane
2003-03-20This patch creates a function named pg_get_triggerdef that takes the oid ofBruce Momjian
2003-03-20Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian
2003-03-20Todo items:Bruce Momjian
2003-03-20> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.hBruce Momjian
2003-03-20> I can see a couple possible downsides: (a) the library might have someBruce Momjian
2003-03-20Add start time to pg_stat_activityBruce Momjian
2003-03-19Set up the privileges on the default schemas in initdb with real GRANTPeter Eisentraut
2003-03-18Compiling anything that uses InvalidOid under g++ yields a warning aboutBruce Momjian