Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Tom Lane e6107da53c Turn off zero_damaged_pages in the right place (ie, in the autovac 20 years ago
Bruce Momjian 8d51c276ca Use SetConfigOption() to turn off "zero_damaged_pages" in autovacuum. 20 years ago
Bruce Momjian 79d25cf775 Back out comment update about sighup, original was accurate. 20 years ago
Bruce Momjian ce1106d2fa Properly set "escape_string_warning" to default to true. 20 years ago
Tom Lane fb51ad3419 Make all our flex and bison files use %option prefix or %name-prefix 20 years ago
Tom Lane 012abebab1 Remove the stub support we had for UNION JOIN; per discussion, this is 20 years ago
Tom Lane 48cf295742 'make clean' should NOT remove *~ files. 20 years ago
Bruce Momjian d694bd812a Default to ON for 8.2, as announced in the release notes: 20 years ago
Bruce Momjian d69b163247 Attached is the new patch. To summarize: 20 years ago
Bruce Momjian 19c21d115d Enable standard_conforming_strings to be turned on. 20 years ago
Bruce Momjian a9c1047ebd Update comment on how sighup signal affects postgresql.conf reload. 20 years ago
Bruce Momjian 526f773d2f * Stephen Frost (sfrost@snowman.net) wrote: 20 years ago
Bruce Momjian 357cc01e57 This patch adds native LDAP auth, for those platforms that don't have 20 years ago
Bruce Momjian 5e3bcac1d9 Fix psql history handling so 'execute' backslash commands (\g) 20 years ago
Bruce Momjian 4c63b1f88e Prevent autovacuum from zeroing damaged pages. 20 years ago
Bruce Momjian ca8f27998a In psql, save history of backslash commands used in multi-line 20 years ago
Neil Conway 99114a2473 Per recent discussion on -hackers, we should sometimes reorder the 20 years ago
Andrew Dunstan 5d723d05c0 Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian e096406c05 Update to 2006. 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 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 3bce31f613 > gettimeofday.c:35: warning: integer constant is too large for "long" 20 years ago
Bruce Momjian 64e7c8a951 Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. 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 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
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 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
Tom Lane fa7f6ff0db Fix possible crash at transaction end when a plpgsql function is used and 20 years ago
Tom Lane 181f55e5fb Fix up pg_dump to emit shell-type definitions at the proper time, to 20 years ago