Commit Graph

7953 Commits (8ea91ba18ebc52d91ebb856e75d363d7d552a38b)

Author SHA1 Message Date
Tom Lane ce8fd39e15 Improve patternsel() by applying the operator itself to each value 20 years ago
Peter Eisentraut 894829a32c Change allow_system_table_mods to PGC_POSTMASTER, restoring previous 20 years ago
Tom Lane 2645cb54cb Fix the assert_enabled issue properly. This eliminates the former ABI 20 years ago
Tom Lane cbf39930d6 Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. Per 20 years ago
Tom Lane edfbd0744a Avoid leaking memory while reading toasted entries from pg_rewrite, 20 years ago
Neil Conway 44b928e876 Add a new system view, pg_prepared_statements, that can be used to 20 years ago
Tom Lane afa8f1971a Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to 20 years ago
Tom Lane e58a944700 Add comment explaining why RelationOpenSmgr() call is not needed. 20 years ago
Tom Lane 7eb5428199 During CatCacheRemoveCList, we must now remove any members that are 20 years ago
Tom Lane 0a8510e0f8 Fix failure to apply domain constraints to a NULL constant that's added to 20 years ago
Tom Lane a7812eb4be Fix Windows-only postmaster code to reject a connection request and continue, 20 years ago
Tom Lane 2d0475e480 Convert Assert checking for empty page into a regular test and elog. 20 years ago
Tom Lane 304160c3e2 Fix ReadBuffer() to correctly handle the case where it's trying to extend 20 years ago
Bruce Momjian 33cd2706ad Update x86 Solaris documenation ideas. 20 years ago
Bruce Momjian 449c8af127 Add compile flags sample. 20 years ago
Peter Eisentraut 86c23a6eb2 Make all command-line options of postmaster and postgres the same. See 20 years ago
Bruce Momjian 44f9021223 Remove BEOS port. 20 years ago
Bruce Momjian a1675649e4 Remove QNX port. 20 years ago
Tom Lane 349f40b2c2 Rearrange backend startup sequence so that ShmemIndexLock can become 20 years ago
Tom Lane e0078ea22d Fix another case in which autovacuum would fail while analyzing 20 years ago
Bruce Momjian 75bb2b611d Assume select() might modify struct timeout, so remove previous 20 years ago
Bruce Momjian 447450df71 Use setitimer() for stats file write, rather than do a gettimeofday() 20 years ago
Tom Lane fd924b2988 Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus. 20 years ago
Tom Lane 499f4d5e1e Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. 20 years ago
Bruce Momjian 9625b18493 Change if (!(x || y)) construct with if (!x && !y), for clarity. 20 years ago
Tom Lane fc6da31ae1 Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report 20 years ago
Neil Conway 0898033b1e Remove DOS line endings ("\r\n") from several .po files. DOS line endings 20 years ago
Bruce Momjian dbf53e6345 Rename variable to cmd_str. 20 years ago
Bruce Momjian ba3e1cb8c2 Rename variable 'what' to 'stat_msg'. 20 years ago
Bruce Momjian 206499d2fb Prefix client-side prepare with '[protocol]' rather than '[client]'. 20 years ago
Bruce Momjian a8a93f72c5 Rename send_rfq to send_ready_for_query. 20 years ago
Bruce Momjian c86be11ddc Mmark client-side prepare/bind/execute statements with "[client]" so 20 years ago
Bruce Momjian 12af9cdff4 Add support for Solaris x86_64 using Sun's compiler. 20 years ago
Tom Lane c876d965f5 Repair EXPLAIN failure when trying to display a plan condition that involves 20 years ago
Peter Eisentraut 810530020f Disallow setting ssl = on if SSL is not compiled in. 20 years ago
Tom Lane 195f164228 Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction 20 years ago
Neil Conway 12119188fe Revert some careless search-and-replace: "ADD" in comment text should 20 years ago
Tom Lane ab51bbaa06 Arrange to set the LC_XXX environment variables to match our locale 20 years ago
Tom Lane 15093bf2d8 Move plpgsql's fetchArgInfo() into funcapi.c, and rename to 20 years ago
Bruce Momjian 776d63f975 Mention "table" in "violates foreign key constraint" message that was 20 years ago
Tom Lane a4e5169994 Remove silly use of DLLIMPORT. 20 years ago
Bruce Momjian 87289ff35c Add regression tests for CSV and \., and add automatic quoting of a 20 years ago
Tom Lane 6e07709760 Implement SQL-compliant treatment of row comparisons for < <= > >= cases 20 years ago
Bruce Momjian a598385f3b Our code had: 20 years ago
Bruce Momjian a4a4b8bb02 Protect ADD and HEADER symbols from conflicting with MIPS includes. 20 years ago
Bruce Momjian a2384d008a More uses of IS_HIGHBIT_SET() macro. 20 years ago
Bruce Momjian 261114a23f I have added these macros to c.h: 20 years ago
Bruce Momjian d8a8183456 Formatting cleanups. 20 years ago
Bruce Momjian 0658a6a634 Formatting cleanup. 20 years ago
Tatsuo Ishii 804f6b8fc9 Fix long standing Asian multibyte charsets bug. 20 years ago