Commit Graph

12661 Commits (ae5bc8a60129e7b26654304f44bd5110c7153ae3)

Author SHA1 Message Date
Bruce Momjian ae5bc8a601 No need to use our standard libs for the thread test --- they might not 22 years ago
Neil Conway 1812d3b233 Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch 22 years ago
Tom Lane 2ce964b958 Ensure getaddrinfo_all returns null result on failure. 22 years ago
Bruce Momjian f6646efa4c Hook thread_test program run at the end of configure run. 22 years ago
Bruce Momjian 95178c8d24 Report error if thread-test is run without having threading enabled in 22 years ago
Bruce Momjian 66b42d3028 Improve thread test program. Test only functions that need testing. 22 years ago
Neil Conway fc7fd50182 Add ceiling() as an alias for ceil(), and power() as an alias for pow(). 22 years ago
Bruce Momjian 7a66015e98 Add new auto-detection of thread flags. 22 years ago
Michael Meskes 77528c9bd7 Fixed memory misusage in variable handling. 22 years ago
Bruce Momjian 1b4e82559c Simplify thread test program. 22 years ago
Neil Conway 0fa2afa93a Make psql's \d+ command indicate whether the table in question 22 years ago
Bruce Momjian b3bc93a4b7 Rename global psql startup file to psqlrc.sample. 22 years ago
Bruce Momjian 65b020bd61 Fix filename mention in psqlrc.sample file. 22 years ago
Neil Conway 139abc2896 Make LocalRefCount and PrivateRefCount arrays of int32, rather than long. 22 years ago
Bruce Momjian b00d50d365 Per discussion earlier today, here is a fix that lets ereport() on win32 22 years ago
Bruce Momjian 914042fe5f This patch makes the EXECUTE command's completion tag return the 22 years ago
Bruce Momjian ec7c4c1b66 Please find attached a small patch so that "pg_restore" ignores some sql 22 years ago
Bruce Momjian be6bbcef56 Add global psql config file, psql.rc.sample. 22 years ago
Bruce Momjian f9a2d0b2fb More thread test program improvements. 22 years ago
Bruce Momjian 53b5455387 Improve thread test program to show if non-*_r functions are even called. 22 years ago
Tom Lane 37fa3b6c89 Tweak indexscan and seqscan code to arrange that steps from one page to 22 years ago
Tom Lane 95a03e9cdf Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track 22 years ago
Bruce Momjian 49d3d9cf40 Change COPY CSV keyword to be: 22 years ago
Bruce Momjian 9b04ddc185 Add NetBSD thread compile flags. 22 years ago
Bruce Momjian 6949fc0269 Remove pg_encoding. Not needed anymore since we have an initdb in C. 22 years ago
PostgreSQL Daemon 41fa9e9bae Remove all of the libpgtcl and pgtclsh files, including all references to 22 years ago
Tom Lane 011c3e62e7 Code review for ARC patch. Eliminate static variables, improve handling 22 years ago
Bruce Momjian 52e4f27af9 Prevent doubling of escapes when not in quote mode for CSV. 22 years ago
Bruce Momjian e60da4bcf6 Remove debug code that acidentally got into CVS from previous commit. 22 years ago
Bruce Momjian 09f317539a Fix for BEGIN with ISOLATION/READONLY clauses. 22 years ago
Bruce Momjian 31338352bd * Most changes are to fix warnings issued when compiling win32 22 years ago
Bruce Momjian 862b20b382 Complete TODO item: 22 years ago
Tom Lane b5e52b080c Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses 22 years ago
Bruce Momjian 3e2aef58a2 Handle Warn_restart_ready properly in SIGTERM safety patch. 22 years ago
Bruce Momjian 3a14336746 Modify COPY for() loop to use attnum as a variable name, not 'i'. 22 years ago
Tom Lane 6c72f44c62 Improve syntax error messages for invalid-argument cases in RETURN and 22 years ago
Peter Eisentraut 0117ed7d4c Translation updates 22 years ago
Peter Eisentraut a45f9e4e52 Translation updates 22 years ago
Bruce Momjian a4c40f140d Here's an attempt at new socket and signal code for win32. 22 years ago
Bruce Momjian abdabeb995 Change psql \copy stdin/stdout to read from command input/output. 22 years ago
Bruce Momjian 3c4ab3f51d Exit backend from SIGTERM or FATAL by simulating client EOF, rather than 22 years ago
Bruce Momjian 1934055cbe Please find a small patch to fix the brain damage "century" and 22 years ago
Dennis Bjorklund 4bd3f0744d Translation updates 22 years ago
Dennis Bjorklund 0469e9e086 Translation updates 22 years ago
Bruce Momjian 60282569f4 Magnus says new Win32 timezone library will not need special horology: 22 years ago
Bruce Momjian 1f12abbc7d Push superuser check farther down in the if() statements to fix startup 22 years ago
Tom Lane 0bb21d391c Still another place to make the world safe for zero-column tables. 22 years ago
Bruce Momjian e675a23688 Update Darwin thread compile flags, and OS version info. 22 years ago
Bruce Momjian 9b3bc35f82 Update darwin OS version. 22 years ago
Tom Lane 989067bd22 Extend set-operation planning to keep track of the sort ordering induced 22 years ago