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