Commit Graph

7709 Commits (ec12e80019ea61d7f85bcf143cba2bc397fd512f)

Author SHA1 Message Date
Bruce Momjian 341cb70044 The following patch updates the FAQ_AIX and makes C++ code work with 25 years ago
D'Arcy J.M. Cain c4d354c271 Add changes from Mikhail Terekhov <terekhov@emc.com>. 25 years ago
Tatsuo Ishii c252c972f6 Add checking for valid database encoding. 25 years ago
Bruce Momjian 12ceb11182 ODBC source code cleanup. Mostly alignment of #define constants. 25 years ago
Tom Lane ff71301806 Spell __volatile__ correctly. 25 years ago
Bruce Momjian 153237cc45 OpenBSD resultmap change: 25 years ago
Bruce Momjian 33881e4f68 Add period to message. 25 years ago
Bruce Momjian 099b60b352 Change message to _the_ administrator. There is only one administrative 25 years ago
Tom Lane 7e733dc960 Add #define HAVE_ATEXIT, per report from Magnus. 25 years ago
Tom Lane b8c2421ef6 pqsignal call needs to be #ifndef WIN32, per report from Magnus. 25 years ago
Hiroshi Inoue 80c6843e6b Add multibyte support 25 years ago
Tom Lane ccd415c63f Fix unportable assumptions about alignment of local char[n] variables. 25 years ago
Tom Lane 571dbe4606 Improve comments for xlog item size #defines. 25 years ago
D'Arcy J.M. Cain 5fb00d424a Update the changes for version 3.2. 25 years ago
D'Arcy J.M. Cain f99e2003f1 Document the --with-python flag as a simpler way of installing the 25 years ago
Peter Eisentraut 3206e5225f Pick up any extra -I options for Python build. 25 years ago
Tom Lane 1ed61b3a9c Fix unportable assumptions about alignment of local char[n] variables. 25 years ago
Tom Lane 42eaad0575 Re-order declarations to un-break the non-HAS_TEST_AND_SET case. 25 years ago
Tom Lane 00713cb7cb Fix code that incorrectly assumed a 'char foo[N]' local variable would 25 years ago
Peter Eisentraut 6ba0f31bdd Make less misleading message for failed + ignored tests. 25 years ago
Tom Lane f2c8f278b1 Portability fix from Steve Nicolai. 25 years ago
Peter Eisentraut b420c47434 Disable pg_upgrade. 25 years ago
Tom Lane 5b4045d5d6 Hadn't built on a PARISC 1.1 box in a long time ... but when I did, 25 years ago
Tom Lane e458ebfd21 When using 'long long int' for int64 type, check to see if the compiler 25 years ago
Tom Lane 32924c1c90 Mark exception and assert global variables as DLLIMPORT, so that plpgsql 25 years ago
Tatsuo Ishii 40f158da48 Add checking for strtoul. SunOS4 does not have it. 25 years ago
Bruce Momjian 7cf952e7b4 Fix comments that were mis-wrapped, for Tom Lane. 25 years ago
Philip Warner b1065f8fc2 Fix checking of file operations in demo ('files') output format. 25 years ago
Tom Lane a062473696 Fix problems with coredumps due to ^C when longjmp buffer isn't valid. 25 years ago
Tom Lane b32cac8055 Fix Joubert's complaint that int8-sized numeric literals are mishandled 25 years ago
Marc G. Fournier 69a2c2bad2 geometry tests 'FAILED' from a precision standpoint, but differently then 25 years ago
Bruce Momjian 0686d49da0 Remove dashes in comments that don't need them, rewrap with pgindent. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Hiroshi Inoue ff3c4896a9 The attached patch fixes win32.mak which got broken by the Multibyte mod 25 years ago
Vadim B. Mikheev ab36582a19 Check bufHdr->cntxDirty and call StartBufferIO in BufferSync() 25 years ago
Hiroshi Inoue 736c4655c3 a fix from Eiji Tokuya. 25 years ago
Bruce Momjian 85c0c73267 Fix 'ps' WAIT status display bug on setproctitle() platforms, cleared by 25 years ago
Tom Lane ca03b551fc Discuss LOCALE differences as a reason for regression test failure. 25 years ago
Tom Lane 68bc848766 Tweak out-of-memory error messages to include the request size, so that 25 years ago
Tom Lane 184fb14b90 Make regular-expression error messages a tad less obscure, 25 years ago
Bruce Momjian c41536ea56 Update Peter Mount's email address in README. 25 years ago
Philip Warner cfeccdf80a - Added CVS headers to files 25 years ago
Tom Lane 7c9f29546c Give postmaster enough time to update the pidfile before checking to 25 years ago
Tom Lane af6e88a9cf Remove NEXTXID xlog record type to avoid three-way deadlock risk. 25 years ago
Tom Lane ddc5bc958a When we add 'waiting' to the ps_status display, there should be a 25 years ago
Tom Lane 934126b518 Considering the BeOS port didn't compile without IPC_STAT and shm_nattch, 25 years ago
Tom Lane 4bd983bf34 Patches from Cyril Velter to make shared-memory-conflict-detection code 25 years ago
Philip Warner 5c1b00450c Fixed but in _enableTriggersIfNecessary introduced by previous patches by me 25 years ago
Tom Lane fd5bac6d27 Fix coredump due to writing one more byte than we'd allocated. 25 years ago
Tom Lane ae293d33cf Make sure ControlFile logId/logSeg don't go backwards (barely possible given a 25 years ago