summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-03-10Move non-blocking code into its own /port file, for code clarity.Bruce Momjian
2004-03-09Corrects a typo, introduces missing variables, and rearranges theBruce Momjian
2004-03-09Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib andBruce Momjian
2004-03-09Add ALSO keyword to CREATE RULE.Bruce Momjian
2004-03-09Add:Bruce Momjian
2004-03-08Add comment about why ON COMMENT in non-current database throws just anBruce Momjian
2004-03-08Test for whether a previous IN join restricts the current join was tooTom Lane
2004-03-07When testing usability of a partial index, recognize that an indexTom Lane
2004-03-05Per a brief conversation with Tom, I've created a patch for addingBruce Momjian
2004-03-05Win32:Bruce Momjian
2004-03-05Add new SPI functions for use by PL/Java:Bruce Momjian
2004-03-05Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X.Bruce Momjian
2004-03-04Emit a warning when an empty string is input to the oid, float4, andNeil Conway
2004-03-02Remove useless rebuilding of subPlan list during ExecInitNode. Wouldn'tTom Lane
2004-03-02Update obsolete comment.Tom Lane
2004-03-02Junkfilter logic to force a projection step during SELECT INTO was tooTom Lane
2004-03-02Teach is_distinct_query to recognize that GROUP BY forces a subquery'sTom Lane
2004-02-29make_sort_from_pathkeys()'s method for choosing which of severalTom Lane
2004-02-28Remove unneeded indxqual field in IndexScanState, and the useless workTom Lane
2004-02-27Adjust remove_redundant_join_clauses() so that when it has a choiceTom Lane
2004-02-27genericcostestimate() neglected to include qual startup cost inTom Lane
2004-02-27process_implied_equality must copy the substructure of the clauses itTom Lane
2004-02-27Fix a few omissions in the initcap() documentation & source codeNeil Conway
2004-02-25For application to HEAD, following community review.Bruce Momjian
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane
2004-02-24Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane
2004-02-23Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane
2004-02-23Do a direct probe during postmaster startup to determine the maximumTom Lane
2004-02-23Write #include <dl.h>, not #include "dl.h", to correctly reflect theTom Lane
2004-02-22Move responsibility for copying argv[] array into ps_status.c, where itTom Lane
2004-02-21Fix random build breakage from log_disconnections patch.Tom Lane
2004-02-21Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane
2004-02-19Cosmetic changes (mostly whitespace) to make it easier to diff theTom Lane
2004-02-18Here is a patch that implements setitimer() on win32. With this patchBruce Momjian
2004-02-18Improve the consistency of the error message emitted when rejectingNeil Conway
2004-02-17Rename function log_session_end to log_disconnections.Bruce Momjian
2004-02-17Fix prototype for on_proc_exit in log_disconnections patch.Bruce Momjian
2004-02-17This patch brings up to date what I did last year (now unfortunatelyBruce Momjian
2004-02-17Here is an updated version of the win32 readdir patch.Bruce Momjian
2004-02-17Under Win32, stat() returns an st_ino field, but it has no meaning (onBruce Momjian
2004-02-17Make use of statistics on index expressions. There are still someTom Lane
2004-02-16Change may -> might, and remove an extra tab.Bruce Momjian
2004-02-15First steps towards statistics on expressional (nee functional) indexes.Tom Lane
2004-02-14Create crosstype comparison operators for date vs. timestamp and dateTom Lane
2004-02-13Repair optimization bug I introduced in a moment of brain fade back inTom Lane
2004-02-13After further thought about support for gathering stats on functionalTom Lane
2004-02-13Try to make 'cross-database references are not implemented' errors aTom Lane
2004-02-12Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane
2004-02-12Add CVS ID tags to port/win32/files.Bruce Momjian
2004-02-12Avoid delaying postmaster shutdown by up to 10 seconds on platformsTom Lane