Commit Graph

28070 Commits (2dbbf33f4a95cdcce66365bcdb47c885a8858d3c)
 

Author SHA1 Message Date
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 17 years ago
Heikki Linnakangas 4265ed9f4e Check that connection limit is within valid range. IOW, not < -1. 17 years ago
Peter Eisentraut cb629f7225 Make messages consistent with existing ones 17 years ago
Peter Eisentraut c05460fe50 Whitespace fix in message 17 years ago
Tom Lane 2044434996 Update back-branch release notes. 17 years ago
Tom Lane 204db566b4 Update time zone data files to tzdata release 2009a: introduces Asia/Kathmandu 17 years ago
Tom Lane 0d65eea3da Replace argument-checking Asserts with regular test-and-elog checks in all 17 years ago
Teodor Sigaev b5b3134813 Fix incorrect dereferencing of char* to array's index. 17 years ago
Peter Eisentraut 7adbd76655 Message fix 17 years ago
Teodor Sigaev 3ca7eddbb7 Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger 17 years ago
Magnus Hagander 61fd2c51d8 Change warning-silencing code not to cast the pointer type, instead 17 years ago
Magnus Hagander 16c46d5d7a Go over all OpenSSL return values and make sure we compare them 17 years ago
Magnus Hagander 1ab7dc0630 Support running as a service on Windows 7, by not specifying 17 years ago
Magnus Hagander 6b73366520 Silence compiler warning on win32. 17 years ago
Magnus Hagander 3a8ec880dc Silence compiler warnings in new win32 locale code 17 years ago
Peter Eisentraut 5fe3da927b Revert updatable views 17 years ago
Alvaro Herrera c0f92b57dc Allow extracting and parsing of reloptions from a bare pg_class tuple, and 17 years ago
Peter Eisentraut 39ab3c1c61 Message format tuning 17 years ago
Tom Lane 006b9e7a92 Tweak the existing special case for AIX in pg_getaddrinfo_all() to handle 17 years ago
Bruce Momjian 4d65d2872b Document that SELECT ... ORDER BY .. FOR UPDATE/SHARE might return 17 years ago
Peter Eisentraut 3b35a904aa Message style review 17 years ago
Heikki Linnakangas 9187cedd7c Put back fast-path for the case that there's no backup blocks in 17 years ago
Peter Eisentraut 9c4b69ed5c Recreate ecpg_config.h with a stamp file created by config.status, same 17 years ago
Tom Lane 3cb5d6580a Support column-level privileges, as required by SQL standard. 17 years ago
Heikki Linnakangas bf136cf6e3 Only skip pages marked as clean in the visibility map, if the last 32 17 years ago
Heikki Linnakangas c079090bbc Update comments to reflect that tgenabled is not a boolean anymore. 17 years ago
Peter Eisentraut dd7e54a17f Automatic view update rules 17 years ago
Magnus Hagander 5841aa86eb Explicitly bind gettext to the correct encoding on Windows. 17 years ago
Magnus Hagander 95aaf25f39 Remove stray ' character at end of line. 17 years ago
Heikki Linnakangas 410a372ae3 Forgot to handle the new SPI_OK_REWRITTEN result code in a couple places. 17 years ago
Heikki Linnakangas 94136d5a18 Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the 17 years ago
Magnus Hagander 0154345078 Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 17 years ago
Magnus Hagander fa40ca42a6 Make some strings translatable again that were accidentally removed in 17 years ago
Magnus Hagander 477c5d3b0d Install .mo files for NLS as <program>-<version>.mo when building with MSVC 17 years ago
Heikki Linnakangas b2a667b9ee Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should 17 years ago
Peter Eisentraut b287f0a39e Do not msgmerge against /dev/null; merge against the pot file itself 17 years ago
Peter Eisentraut 93a6be63a5 Revise the permission checking on user mapping DDL commands. 17 years ago
Bruce Momjian fe62698218 Update \d*S documentation to be more accurate; system objects are added 17 years ago
Bruce Momjian 71928e7b9f Make psql \d and \dt consistent for system tables, i.e prevent \d from 17 years ago
Bruce Momjian 2384287f6d Document RELKIND_SPECIAL reference in psql, from <= 8.1.X. 17 years ago
Tom Lane cc1d292d78 Fix accidental (I suppose) introduction of non-ASCII quote marks. 17 years ago
Magnus Hagander cfb9c7f8b5 Use the new text domain names ("postgres-8.4" instead of "postgres") 17 years ago