Commit Graph

22058 Commits (1ffcc377f692fb227ebfeb6036aa949099d71979)

Author SHA1 Message Date
Tom Lane d89b8daf5e Tag 9.1rc1. 15 years ago
Tom Lane 6a42b29102 Explain max_prepared_transactions requirement in isolation tests' README. 15 years ago
Heikki Linnakangas b936d9264c Report libpq errors correctly if session setup or teardown steps fail in 15 years ago
Heikki Linnakangas b9585e8f98 Add an SSI regression test that tests all interesting permutations in the 15 years ago
Heikki Linnakangas 89c096c565 Strip whitespace from SQL blocks in the isolation test suite. This is purely 15 years ago
Peter Eisentraut 7b1509d562 Change PyInit_plpy to external linkage 15 years ago
Tom Lane f26474eff4 Fix two issues in plpython's handling of composite results. 15 years ago
Andrew Dunstan 22a55b3af6 Properly handle empty arrays returned from plperl functions. 15 years ago
Peter Eisentraut dfee7d16ad Translation updates 15 years ago
Heikki Linnakangas 59dd4790e2 If backup-end record is not seen, and we reach end of recovery from a 15 years ago
Peter Eisentraut 9dcaf9a052 Move \r out of translatable strings 15 years ago
Tom Lane 1713bbca7d Forget about targeting catalog cache invalidations by tuple TID. 15 years ago
Tom Lane 84333962ea Fix incorrect order of operations during sinval reset processing. 15 years ago
Tom Lane f48e62274f Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL. 15 years ago
Tom Lane 45476031a5 Fix race condition in relcache init file invalidation. 15 years ago
Magnus Hagander 0615782b23 Adjust total size in pg_basebackup progress report when reality changes 15 years ago
Peter Eisentraut be78374f16 Make pg_basebackup progress report translatable 15 years ago
Peter Eisentraut adbb764e50 Use less cryptic variable names 15 years ago
Peter Eisentraut b0313ddd6e Adjust regression tests for error message change 15 years ago
Peter Eisentraut 90ffdf83d2 Add "Reason code" prefix to internal SSI error messages 15 years ago
Tom Lane 148f321eb4 Fix unsafe order of operations in foreign-table DDL commands. 15 years ago
Tom Lane 6a3f153d08 Fix incorrect timeout handling during initial authentication transaction. 15 years ago
Robert Haas a60c16db5f Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name. 15 years ago
Tom Lane 989f530d3f Back-patch assorted latch-related fixes. 15 years ago
Tom Lane 74d099494c Measure WaitLatch's timeout parameter in milliseconds, not microseconds. 15 years ago
Tom Lane 6760a4d402 Documentation improvement and minor code cleanups for the latch facility. 15 years ago
Tom Lane 028a0c5a29 Fix nested PlaceHolderVar expressions that appear only in targetlists. 15 years ago
Tom Lane af0eca1a80 Clean up ill-advised attempt to invent a private set of Node tags. 15 years ago
Tom Lane 20b6578bdb Reduce PG_SYSLOG_LIMIT to 900 bytes. 15 years ago
Tom Lane 1318f1ad77 Move CheckRecoveryConflictDeadlock() call to a safer place. 15 years ago
Tom Lane 0dd6a09e3d Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId. 15 years ago
Heikki Linnakangas bc6616aaed Avoid integer overflow when LIMIT + OFFSET >= 2^63. 15 years ago
Peter Eisentraut c1b910ed18 Add host name resolution information to pg_hba.conf error messages 15 years ago
Tom Lane 4798aa5b09 Fix pg_restore's direct-to-database mode for standard_conforming_strings. 15 years ago
Peter Eisentraut 42221b597e Minor message style adjustment 15 years ago
Peter Eisentraut 14e109e82e Add missing newlines at end of error messages 15 years ago
Tom Lane 2ae6075b59 Fix previous patch so it also works if not USE_SSL (mea culpa). 15 years ago
Tom Lane f9d466e530 Improve libpq's error reporting for SSL failures. 15 years ago
Tom Lane f9c0547aa2 Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. 15 years ago
Andrew Dunstan 552a5c73e0 Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change. 15 years ago
Peter Eisentraut 70a488878f Change EDITOR_LINENUMBER_SWITCH to an environment variable 15 years ago
Tom Lane eb15f26d57 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. 15 years ago
Robert Haas 16a6a70ea3 Unbreak unlogged tables. 15 years ago
Tom Lane 64207122a2 Fix PQsetvalue() to avoid possible crash when adding a new tuple. 15 years ago
Peter Eisentraut 2011712a5a Fix typo 15 years ago
Peter Eisentraut e4ce3b7775 Change debug message from ereport to elog 15 years ago
Michael Meskes 826fe721b2 Adapted expected result for latest change to ecpglib. 15 years ago
Michael Meskes 40922b69c4 Made ecpglib write double with a precision of 15 digits. 15 years ago
Tom Lane fbd847a587 Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 15 years ago
Tom Lane 3b41d490bb Use errdetail_internal() for SSI transaction cancellation details. 15 years ago