Commit Graph

27927 Commits (d8a30eca2e231dabf8cc3a491f2a47a48472f4d4)
 

Author SHA1 Message Date
Bruce Momjian d8a30eca2e Update read committed documentation to better explain undesirable 17 years ago
Michael Meskes 649a1252b7 Added result checks for calls to gmtime(). 17 years ago
Michael Meskes 08ffa78483 Argh, wrong line copied again. 17 years ago
Michael Meskes efd019fc94 Fixed copy&paste mistake that made library use uninitialized variable. 17 years ago
Andrew Dunstan b5d23f28ce allow alternative names for tclsh used on Windows 17 years ago
Tom Lane 623cf5edec Add a failure check for syslogger's use of _beginthreadex(), and remove 17 years ago
Tom Lane c242502005 Document the longstanding behavior of LIMIT NULL and OFFSET NULL, 17 years ago
Tom Lane c401a5ce58 Fix plpgsql to not treat INSERT INTO as an INTO-variables clause anywhere 17 years ago
Andrew Dunstan 775f1b379e Provide for parallel restoration from a custom format archive. Each data and 17 years ago
Alvaro Herrera 3a5b773715 Allow reloption names to have qualifiers, initially supporting a TOAST 17 years ago
Michael Meskes 80f95a6500 When changing a regression test file one should also change the expected output file. 17 years ago
Michael Meskes 934eab7cd5 Set memory segment to '0', just to be sure. 17 years ago
Michael Meskes 2d3c691146 Fixed auto allocation for binary data types. 17 years ago
Michael Meskes 77ca045384 Fixed bug in %s handling. 17 years ago
Peter Eisentraut 5e21197c7b Put pg_user_mapping section into the right (alphabetical) order. 17 years ago
Tom Lane daac6e988e Fix unnest() to handle a toasted input array safely. Per report from 18 years ago
Heikki Linnakangas 4265ed9f4e Check that connection limit is within valid range. IOW, not < -1. 18 years ago
Peter Eisentraut cb629f7225 Make messages consistent with existing ones 18 years ago
Peter Eisentraut c05460fe50 Whitespace fix in message 18 years ago
Tom Lane 2044434996 Update back-branch release notes. 18 years ago
Tom Lane 204db566b4 Update time zone data files to tzdata release 2009a: introduces Asia/Kathmandu 18 years ago
Tom Lane 0d65eea3da Replace argument-checking Asserts with regular test-and-elog checks in all 18 years ago
Teodor Sigaev b5b3134813 Fix incorrect dereferencing of char* to array's index. 18 years ago
Peter Eisentraut 7adbd76655 Message fix 18 years ago
Teodor Sigaev 3ca7eddbb7 Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger 18 years ago
Magnus Hagander 61fd2c51d8 Change warning-silencing code not to cast the pointer type, instead 18 years ago
Magnus Hagander 16c46d5d7a Go over all OpenSSL return values and make sure we compare them 18 years ago
Magnus Hagander 1ab7dc0630 Support running as a service on Windows 7, by not specifying 18 years ago
Magnus Hagander 6b73366520 Silence compiler warning on win32. 18 years ago
Magnus Hagander 3a8ec880dc Silence compiler warnings in new win32 locale code 18 years ago
Peter Eisentraut 5fe3da927b Revert updatable views 18 years ago
Alvaro Herrera c0f92b57dc Allow extracting and parsing of reloptions from a bare pg_class tuple, and 18 years ago
Peter Eisentraut 39ab3c1c61 Message format tuning 18 years ago
Tom Lane 006b9e7a92 Tweak the existing special case for AIX in pg_getaddrinfo_all() to handle 18 years ago
Bruce Momjian 4d65d2872b Document that SELECT ... ORDER BY .. FOR UPDATE/SHARE might return 18 years ago
Peter Eisentraut 3b35a904aa Message style review 18 years ago
Heikki Linnakangas 9187cedd7c Put back fast-path for the case that there's no backup blocks in 18 years ago
Peter Eisentraut 9c4b69ed5c Recreate ecpg_config.h with a stamp file created by config.status, same 18 years ago
Tom Lane 3cb5d6580a Support column-level privileges, as required by SQL standard. 18 years ago
Heikki Linnakangas bf136cf6e3 Only skip pages marked as clean in the visibility map, if the last 32 18 years ago
Heikki Linnakangas c079090bbc Update comments to reflect that tgenabled is not a boolean anymore. 18 years ago
Peter Eisentraut dd7e54a17f Automatic view update rules 18 years ago
Magnus Hagander 5841aa86eb Explicitly bind gettext to the correct encoding on Windows. 18 years ago
Magnus Hagander 95aaf25f39 Remove stray ' character at end of line. 18 years ago
Heikki Linnakangas 410a372ae3 Forgot to handle the new SPI_OK_REWRITTEN result code in a couple places. 18 years ago
Heikki Linnakangas 94136d5a18 Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the 18 years ago
Magnus Hagander 0154345078 Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 18 years ago
Magnus Hagander fa40ca42a6 Make some strings translatable again that were accidentally removed in 18 years ago
Magnus Hagander 477c5d3b0d Install .mo files for NLS as <program>-<version>.mo when building with MSVC 18 years ago
Heikki Linnakangas b2a667b9ee Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should 18 years ago