summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2005-05-25At the head of wchareq, length of (multibyte) character is compared byBruce Momjian
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-05-24Previous fix for "x FULL JOIN y ON true" failed to handle the caseTom Lane
2005-05-24Inserting 5 characters into char(10) does not produce 5 padding spacesTatsuo Ishii
2005-05-24Fix weird indentation of function return type.Neil Conway
2005-05-24Log queries for client-side prepare/execute. Simon RiggsBruce Momjian
2005-05-24Remove more extraneous parentheses in date/time functions.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-23Remove unnecessary parentheses in datetime/timestamp code.Bruce Momjian
2005-05-23Avoid redundant relation lock grabs during planning, and make sureTom Lane
2005-05-22Teach the planner to remove SubqueryScan nodes from the plan if theyTom Lane
2005-05-21Remove excess parens, use Abs instead of : ?.Bruce Momjian
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-19Make a comment pgindent-proof, per suggestion from Alvaro.Tom Lane
2005-05-19Update comment that I missed the first time around.Tom Lane
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-17Modify tidbitmap.c to avoid creating a hash table until there is moreTom Lane
2005-05-16Adjust out-of-date comment.Tom Lane
2005-05-15Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slotTom Lane
2005-05-15Various style cleanups for GiST; no changes to functionality.Neil Conway
2005-05-15Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian
2005-05-14Further marginal speed hacking: in MemoryContextReset, don't callTom Lane
2005-05-14Minor refactoring to eliminate duplicate code and make startup aTom Lane
2005-05-14Minor speed hacks in AllocSetReset: avoid clearing the freelist headersTom Lane
2005-05-13Revise nodeMergejoin in light of example provided by Guillaume Smet.Tom Lane
2005-05-12Remove some unnecessary code: since ExecMakeFunctionResultNoSets does notTom Lane
2005-05-11This patch will ensure that the hash table iteration performed byBruce Momjian
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-10Fix typo in comment.Neil Conway
2005-05-09Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmtTatsuo Ishii
2005-05-09Add some defenses against functions declared to return set that don'tTom Lane
2005-05-09Complete the following TODO items:Neil Conway
2005-05-07Repair very-low-probability race condition between relation extensionTom Lane
2005-05-07Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane
2005-05-07Fix case in which a debug printout would print already-pfreed data.Tom Lane
2005-05-07Add comment on C locale test for upper/lower/initcap().Bruce Momjian
2005-05-07Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-05-06Update comment to mention "Name classification hierarchy" as place toBruce Momjian
2005-05-06Convert some mulit-line comments in copy.c to single line, as appropriate.Bruce Momjian