Commit Graph

22119 Commits (e096406c05425208b2f4a8ce9ea6b283294de4e2)
 

Author SHA1 Message Date
Bruce Momjian e096406c05 Update to 2006. 20 years ago
Bruce Momjian 5173b1a40f Done: 20 years ago
Bruce Momjian a4a6ee4a5d Check for "msys" so it doesn't use 'con' by checking for an evironment 20 years ago
Bruce Momjian 5fde861375 Improve STRINGS_H macro test for MSVC extensions. 20 years ago
Tom Lane c1bb2877b2 Improve OS X shared-memory documentation: fix typos and provide a usable 20 years ago
Tom Lane 5b8ac71042 Support include directives in postgresql.conf. 20 years ago
Tom Lane 60d3c9fdf4 Declare the arguments of AllocateFile() as const char *, not char *. 20 years ago
Tom Lane 2689abf078 Incorporate a couple of recent tuplesort.c improvements into tuplestore.c. 20 years ago
Tom Lane 20bdc71369 Prevent lazy_space_alloc from making requests that exceed MaxAllocSize, 20 years ago
Tom Lane 80cadb303c Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize; 20 years ago
Tatsuo Ishii b3d0442ab3 Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte 20 years ago
Bruce Momjian 18bc9ea561 Add: 20 years ago
Bruce Momjian 3bce31f613 > gettimeofday.c:35: warning: integer constant is too large for "long" 20 years ago
Bruce Momjian f1d7f80c1a > It doesn't say that only the listed commands acquire ACCESS EXCLUSIVE, 20 years ago
Bruce Momjian 64e7c8a951 Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. 20 years ago
Bruce Momjian 26d6054128 That was a typo in my comment before the code (the nutshell 20 years ago
Bruce Momjian 295615a6ca This patch fixes this warning. 20 years ago
Bruce Momjian ef3f7c3f74 Avoid trying to open /dev/tty on Win32. Some Win32 systems have 20 years ago
Tom Lane decdaf3592 Improve pg_dump and psql to use libpq's newer COPY support routines, 20 years ago
Bruce Momjian 0b1b010c12 Fixes for Win32-client only compiles. 20 years ago
Bruce Momjian 43e9bab94a Rename Online Backup to Continuous Archiving. 20 years ago
Bruce Momjian bf8337b8af Update ipcclean to use try 'id' first for root check. 20 years ago
Bruce Momjian 28edbdb7be Add workaround so MSVC doesn't try to load strings.h, which it doesn't 20 years ago
Tom Lane 523adeb111 Teach PQcmdTuples() that a COPY command tag might contain a row count, 20 years ago
Bruce Momjian 502e9aefdc Clarify macro layout for win32 IMPORT. 20 years ago
Bruce Momjian f4a4755734 Done: 20 years ago
Bruce Momjian c776fba1e1 Done: 20 years ago
Tom Lane 023570f5e3 Make the COPY command return a command tag that includes the number of 20 years ago
Tom Lane 4e086f7cb5 Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so that 20 years ago
Bruce Momjian a6add72ac3 In ipcclean, check LOGNAME only if USER is not set. 20 years ago
Neil Conway 587bc81887 Fix a typo. 20 years ago
Tom Lane 984a6ced3e Add CASCADE option to TRUNCATE. Joachim Wieland 20 years ago
Bruce Momjian 2a0ba3f8dd Add: 20 years ago
Bruce Momjian b35440eae8 Appended is a small documentation patch that adds a note to the CREATE 20 years ago
Bruce Momjian 66eccb466e Add: 20 years ago
Bruce Momjian d65b4e30f0 Add: 20 years ago
Bruce Momjian 6839bc95d4 Add comment about localized month names for to_date and to_timestamp. 20 years ago
Tom Lane 9a506a6257 Arrange to call AbsorbFsyncRequests every so often while performing a 20 years ago
Tom Lane f0bfc02001 Remove unnecessary lo_lseek call in lo_open. Apparently there was once 20 years ago
Tom Lane 56aa84a69c Fix ancient error in large objects usage example: overwrite() subroutine 20 years ago
Tom Lane 9356877bba Repair oidvectorrecv and int2vectorrecv, which I broke while changing 20 years ago
Bruce Momjian 487b7f5de3 Update OS X shared memory documentation for 10.3.9 and later to use 20 years ago
Bruce Momjian 33a84bb306 Mark tsearch2 item as Tom's, not Teodor's. 20 years ago
Bruce Momjian 989d94a171 Update TODO.detail/qsort. 20 years ago
Bruce Momjian 8da308036d Update TODO.detail/qsort. 20 years ago
Teodor Sigaev 38c4fe87ac Significantly improve ranking: 20 years ago
Bruce Momjian 85fa9f516c Update TODO.detail/qsort. 20 years ago
Bruce Momjian 1fa33539ab Add to TODO.detail for qsort. 20 years ago
Bruce Momjian f79df7fcc9 Add: 20 years ago
Tom Lane fa7f6ff0db Fix possible crash at transaction end when a plpgsql function is used and 20 years ago