summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2005-06-05Replace the parser's namespace tree (which formerly had the sameTom Lane
2005-06-04Allow kerberos name and username case sensitivity to be specified fromBruce Momjian
2005-06-04Change expandRTE() and ResolveNew() back to taking just the singleTom Lane
2005-06-03Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane
2005-06-02Push enable/disable of notify and catchup interrupts all the way downTom Lane
2005-06-02Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane
2005-05-31ParseComplexProjection should make use of expandRecordVariable so thatTom Lane
2005-05-30Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane
2005-05-30Add support for NUMERIC ^ NUMERIC based on power(numeric, numeric).Bruce Momjian
2005-05-30When enqueueing after-row triggers for updates of a table with a foreignNeil Conway
2005-05-30Create separate ON INSERT and ON UPDATE triggers on tables with foreignNeil Conway
2005-05-30Change the UNKNOWN type to have an internal representation matchingTom Lane
2005-05-29Improve LockAcquire API per my recent proposal. All error conditionsTom Lane
2005-05-29Remove typeidIsValid() checks in can_coerce_type(). These checksTom Lane
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-27Arrange to cache fmgr lookup information for an index's access methodTom Lane
2005-05-27Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway
2005-05-26Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-05-24Put parentheses around use of macro arguments in FMODULO and TMODULO.Bruce Momjian
2005-05-23More macro cleanups for date/time.Bruce Momjian
2005-05-23Add datetime macros for constants, for clarity:Bruce Momjian
2005-05-22Teach the planner to remove SubqueryScan nodes from the plan if theyTom Lane
2005-05-20Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian
2005-05-20Implement md5(bytea), update regression tests and documentation. PatchNeil Conway
2005-05-19Factor out lock cleanup code that is needed in several places in lock.c.Tom Lane
2005-05-19Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane
2005-05-17Extend the pg_locks system view so that it can fully display all lockTom Lane
2005-05-17Cleanup GiST header files. Since GiST extensions are often written asNeil Conway
2005-05-17GiST improvements:Neil Conway
2005-05-15Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian
2005-05-14Minor refactoring to eliminate duplicate code and make startup aTom Lane
2005-05-13Revise nodeMergejoin in light of example provided by Guillaume Smet.Tom Lane
2005-05-11This patch refactors away some duplicated code in the index AM buildNeil Conway
2005-05-11This patch reduces the size of the message header used by statisticsNeil Conway
2005-05-11Code cleanup: in C89, there is no point casting the first argument toNeil Conway
2005-05-10Back out check for unreferenced files.Bruce Momjian
2005-05-10Report index name on CLUSTER failure. Also, suggest ALTER TABLEBruce Momjian
2005-05-09Complete the following TODO items:Neil Conway
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-05-05Adjust nodeBitmapIndexscan to keep the target index opened from planTom Lane
2005-05-03Clean up MultiXactIdExpand's API by separating out the case where weTom Lane
2005-05-02Check the file system on postmaster startup and report any unreferencedBruce Momjian
2005-05-02Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway
2005-05-01Change CREATE TYPE to require datatype output and send functions to haveTom Lane
2005-04-30Change catalog entries for record_out and record_send to show only oneTom Lane
2005-04-30Use the standard lock manager to establish priority order when thereTom Lane
2005-04-29Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane
2005-04-28Implement sharable row-level locks, and use them for foreign key referencesTom Lane
2005-04-25Replace slightly klugy create_bitmap_restriction() function with aTom Lane