Commit Graph

32396 Commits (ef007e67022bf7f2367aa10fd226d6fb86b6fb9c)
 

Author SHA1 Message Date
Tom Lane 48f545a3ae Fix overoptimistic assumptions in column width estimation for subqueries. 15 years ago
Heikki Linnakangas 26a092657b Add recovery.conf to the index in the user manual. 15 years ago
Tom Lane 9c471d2412 Fix handling of extension membership when filling in a shell operator. 15 years ago
Tom Lane 38c9eb8fee Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. 15 years ago
Tom Lane 548d1f752b Fix performance problem when building a lossy tidbitmap. 15 years ago
Robert Haas 1ffcc377f6 Fix contrib/sepgsql and contrib/xml2 to always link required libraries. 15 years ago
Robert Haas 1013770dd2 Allow sepgsql regression tests to be run from a user homedir. 15 years ago
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 7ce4abf599 Improve detection of Python 3.2 installations 15 years ago
Peter Eisentraut 7b1509d562 Change PyInit_plpy to external linkage 15 years ago
Tom Lane f85e4057cf Update 9.1 release notes to reflect commits through today. 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
Magnus Hagander aee1df4de5 Adjust wording now that estimated size can increase 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
Peter Eisentraut 1361a47359 MacOS -> Mac OS 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
Bruce Momjian 96a770d5da In pg_upgrade, avoid dumping orphaned temporary tables. This makes the 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
Peter Eisentraut 00fc5d2263 Message style improvements 15 years ago
Peter Eisentraut 280daac707 Fix typo 15 years ago
Tom Lane 6a3f153d08 Fix incorrect timeout handling during initial authentication transaction. 15 years ago
Bruce Momjian fee4a066b1 Add major features list and introductory text for 9.1 release notes. 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
Peter Eisentraut 8956231576 Add "Compatibility" section to ALTER EXTENSION reference page 15 years ago
Peter Eisentraut 9089628d96 Remove whitespace from end of lines 15 years ago
Peter Eisentraut b689df4ca9 Rename "Example" sections to "Examples" in dblink chapter 15 years ago
Peter Eisentraut ad8641d535 Fix a whitespace issue with the man pages 15 years ago
Tom Lane af0eca1a80 Clean up ill-advised attempt to invent a private set of Node tags. 15 years ago
Tom Lane 34e2ef661b Fix thinko in documentation of local_preload_libraries. 15 years ago
Tom Lane 20b6578bdb Reduce PG_SYSLOG_LIMIT to 900 bytes. 15 years ago
Bruce Momjian 95245e8878 Fix markup for recent wal_level clarification. 15 years ago