summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-09-30Come to think of it, functions in FROM have the same syntactic restrictionTom Lane
2004-09-29Split out everything that looks like a function call from c_expr intoTom Lane
2004-09-29Minor adjustments to improve the accuracy of our computation of requiredTom Lane
2004-09-28Adjust obsolete comment about memory needs for lock table.Tom Lane
2004-09-28Arrange to preallocate all required space for the buffer and FSM hashTom Lane
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-09-27Translation updatePeter Eisentraut
2004-09-27Translation updatePeter Eisentraut
2004-09-27Remove references to the ODBC driver from the main source tree. From KrisNeil Conway
2004-09-27A few minor list-related cleanups:Neil Conway
2004-09-27Code cleanup: don't bother casting the argument to pfree() to void *Neil Conway
2004-09-27Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings,Tom Lane
2004-09-26Fix multiple breakages in our support for SSL certificates.Tom Lane
2004-09-26Repair bug that would allow libpq to think a command had succeeded whenTom Lane
2004-09-24GUC assign hooks that look at external state in deciding whether aTom Lane
2004-09-24Cleanup some ancient Ultrix / Alpha code in main() that is intended toNeil Conway
2004-09-24shmdt takes a void* parameter, per Kris Jurka.Tom Lane
2004-09-24ExecProcAppend() wasn't called ExecAppend() because the latter name wasNeil Conway
2004-09-23Fix ALTER TABLE OWNER to adjust the ownership of dependent sequences,Tom Lane
2004-09-23If we're going to print unrecognized result codes from SSL_get_errorTom Lane
2004-09-22Arrange for hash join to skip scanning the outer relation if it detectsTom Lane
2004-09-22Adjust ExecMakeTableFunctionResult to produce a single all-nulls rowTom Lane
2004-09-22This patch from Alvaro Herrera adds transaction ID to the list ofNeil Conway
2004-09-21Rotate on time boundaries that are sensible per local time rather than GMT.Tom Lane
2004-09-20Documentation improvements, per Josh Berkus.Tom Lane
2004-09-20Translation updatePeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-18Fix estimate_num_groups to be able to use expression-index statisticsTom Lane
2004-09-18Fix memory leak in tokenize_file, per report from Vadim Passynkov.Tom Lane
2004-09-17Allow WIN1250 as server encoding.Peter Eisentraut
2004-09-17Hashed LEFT JOIN would miss outer tuples with no inner match if the joinTom Lane
2004-09-17Now that xmax and cmin are distinct fields again, we should zero xmax whenTom Lane
2004-09-16Remove erroneous Assert, per example from Kris Jurka.Tom Lane
2004-09-16Add some marginal tweaks to eliminate memory leakages associated withTom Lane
2004-09-16RecentXmin is too recent to use as the cutoff point for accessingTom Lane
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-09-16Fix a read of uninitialized memory in array_out(). Perform some minorNeil Conway
2004-09-14Translation updatePeter Eisentraut
2004-09-13Translation updatePeter Eisentraut
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-09-13Translation updatesPeter Eisentraut
2004-09-13Fix two typos in comments.Neil Conway
2004-09-12When LockAcquire fails at the stage of creating a proclock object, beTom Lane
2004-09-11Renumber SnapshotNow and the other special snapshot codes so thatTom Lane
2004-09-11Ensure that pg_largeobject references opened by lo_import() or lo_export()Tom Lane
2004-09-10Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane
2004-09-10More cleanup.Bruce Momjian
2004-09-09Added a call to gettext() to fix broken translated error messages.Dennis Bjorklund
2004-09-09Translation updatesDennis Bjorklund