summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-04-26Please find attached a small patch against current cvs head, so thatBruce Momjian
2004-04-26Please find a attached a small patch that adds accessor functionsBruce Momjian
2004-04-25Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, removeNeil Conway
2004-04-25Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway
2004-04-24Ensure getaddrinfo_all returns null result on failure.Tom Lane
2004-04-22Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway
2004-04-22Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian
2004-04-22This patch makes the EXECUTE command's completion tag return theBruce Momjian
2004-04-21Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane
2004-04-21Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane
2004-04-21Change COPY CSV keyword to be:Bruce Momjian
2004-04-19Code review for ARC patch. Eliminate static variables, improve handlingTom Lane
2004-04-19Prevent doubling of escapes when not in quote mode for CSV.Bruce Momjian
2004-04-19Remove debug code that acidentally got into CVS from previous commit.Bruce Momjian
2004-04-19Fix for BEGIN with ISOLATION/READONLY clauses.Bruce Momjian
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-19Complete TODO item:Bruce Momjian
2004-04-18Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane
2004-04-16Handle Warn_restart_ready properly in SIGTERM safety patch.Bruce Momjian
2004-04-15Modify COPY for() loop to use attnum as a variable name, not 'i'.Bruce Momjian
2004-04-12Here's an attempt at new socket and signal code for win32.Bruce Momjian
2004-04-11Exit backend from SIGTERM or FATAL by simulating client EOF, rather thanBruce Momjian
2004-04-10Please find a small patch to fix the brain damage "century" andBruce Momjian
2004-04-09Translation updatesDennis Bjorklund
2004-04-07Push superuser check farther down in the if() statements to fix startupBruce Momjian
2004-04-07Still another place to make the world safe for zero-column tables.Tom Lane
2004-04-07Extend set-operation planning to keep track of the sort ordering inducedTom Lane
2004-04-07build_subquery_pathkeys() was examining wrong copy of subquery target list,Tom Lane
2004-04-07> >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian
2004-04-06Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE.Tom Lane
2004-04-06ALTER SEQUENCE RESTART did the wrong thing if sequence last_value wasTom Lane
2004-04-06The attached applied patch throws an error if the delimiter appears inBruce Momjian
2004-04-05Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian
2004-04-05This is a cleanup patch for access/transam/xact.c. It only removes someBruce Momjian
2004-04-05Allow LIKE/ILIKE to appear in more places in a query.Bruce Momjian
2004-04-05Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian
2004-04-05Improve handling of GUC USERLIMIT variables by reorganizing code. Also,Bruce Momjian
2004-04-02check_sql_fn_retval has always thought that we supported doingTom Lane
2004-04-02Fix poor choice of error message in corner cases.Tom Lane
2004-04-02Clean up some code that had gotten a bit ugly through repeated revisions.Tom Lane
2004-04-02Get rid of crocky use of RangeVar nodes in parser to represent partiallyTom Lane
2004-04-01Fix some portability issues with new float input code (didn't work onTom Lane
2004-04-01Add missing casts to unsigned char in recently-added isspace() calls.Tom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-04-01Improve comments on USERLIMIT GUC processing.Bruce Momjian
2004-03-30Fix to_char for 1 BC. Previously it returned 1 AD.Bruce Momjian
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2004-03-29Use fuzzy comparison of path costs in add_path(), so that paths with theTom Lane
2004-03-27Clean up function call arg appearance.Bruce Momjian
2004-03-27Change small 'if/else' test to use Max().Bruce Momjian