aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Various style cleanups for GiST; no changes to functionality.Neil Conway2005-05-15
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-15
* Further marginal speed hacking: in MemoryContextReset, don't callTom Lane2005-05-14
* Minor refactoring to eliminate duplicate code and make startup aTom Lane2005-05-14
* Minor speed hacks in AllocSetReset: avoid clearing the freelist headersTom Lane2005-05-14
* Revise nodeMergejoin in light of example provided by Guillaume Smet.Tom Lane2005-05-13
* Remove some unnecessary code: since ExecMakeFunctionResultNoSets does notTom Lane2005-05-12
* This patch will ensure that the hash table iteration performed byBruce Momjian2005-05-11
* 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
* Fix typo in comment.Neil Conway2005-05-10
* Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmtTatsuo Ishii2005-05-09
* Add some defenses against functions declared to return set that don'tTom Lane2005-05-09
* Complete the following TODO items:Neil Conway2005-05-09
* Repair very-low-probability race condition between relation extensionTom Lane2005-05-07
* Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane2005-05-07
* Fix case in which a debug printout would print already-pfreed data.Tom Lane2005-05-07
* Add comment on C locale test for upper/lower/initcap().Bruce Momjian2005-05-07
* Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian2005-05-07
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Update comment to mention "Name classification hierarchy" as place toBruce Momjian2005-05-06
* Convert some mulit-line comments in copy.c to single line, as appropriate.Bruce Momjian2005-05-06
* Marginal performance improvements in dynahash: make sure that everythingTom Lane2005-05-06
* Fix bogus hashtable setup. (This code has quite a few other problemsTom Lane2005-05-05
* Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane2005-05-05
* Adjust nodeBitmapIndexscan to keep the target index opened from planTom Lane2005-05-05
* Allow implicit cast from any named composite type to RECORD. At theTom Lane2005-05-05
* Clean up MultiXactIdExpand's API by separating out the case where weTom Lane2005-05-03
* Alter the signature for encoding conversion functions to declare theTom Lane2005-05-03
* Change tsearch2 to not use the unsafe practice of creating functionsTom 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
* Make record_out and record_send extract type information from the passedTom Lane2005-04-30
* Use the standard lock manager to establish priority order when thereTom Lane2005-04-30
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-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
* On further experimentation, there were still a couple of bugs inTom Lane2005-04-25
* Fix ExpandIndirectionStar to handle cases where the expression to beTom Lane2005-04-25
* get_expr_result_type probably needs to be able to handle OpExpr as wellTom Lane2005-04-25
* Avoid rechecking lossy operators twice in a bitmap scan plan.Tom Lane2005-04-25
* While determining the filter clauses for an index scan (either plainTom Lane2005-04-25
* 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
* Adjust nodeBitmapIndexscan.c to not keep the index open across calls,Tom Lane2005-04-24
* Actually, nodeBitmapIndexscan.c doesn't need to create a standardTom Lane2005-04-24