Commit Graph

31137 Commits (9688c4e6f1516d2fc0db5d200112c4d91538878d)
 

Author SHA1 Message Date
Tom Lane 9688c4e6f1 Make reduce_outer_joins() smarter about semijoins. 15 years ago
Magnus Hagander 507069de6d Add option to include WAL in base backup 15 years ago
Bruce Momjian 5d5678d7c3 Properly capitalize documentation headings; some only had initial-word 15 years ago
Tom Lane 6f489dca65 Make installation.sgml build standalone again. 15 years ago
Magnus Hagander 4ea1a273fb Use GSSAPI library for SSPI auth, when native SSPI is not available 15 years ago
Robert Haas 7f242d880b Try to avoid running with a full fsync request queue. 15 years ago
Tom Lane b2826ad52d Copy-edit a paragraph in the contrib/seg documentation. 15 years ago
Tom Lane 20a0f97273 Rephrase pg_conversion description to avoid splitting link across page. 15 years ago
Tom Lane 4305462497 Update release notes. 15 years ago
Tom Lane 7ccb6dc2d3 Prevent buffer overrun while parsing an integer in a "query_int" value. 15 years ago
Tom Lane 0ac8c8df85 Don't include <asm/ia64regs.h> unnecessarily. 15 years ago
Tom Lane 29d442199a Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20. 15 years ago
Heikki Linnakangas 1e4baa5c96 Update psql's \copyright to match the text we have in the COPYRIGHT file. 15 years ago
Tom Lane 85f345bec2 Improve grammar and spelling in durability discussion. 15 years ago
Bruce Momjian b34ee30115 Update non-durable docs about non-synchronous-commit allowing 15 years ago
Robert Haas a40b1e0bf3 Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction. 15 years ago
Bruce Momjian 81c48aeaa8 Restructure streaming docs so streaming seems more integrated in the 15 years ago
Tom Lane 7ab6f2da23 Change inv_truncate() to not repeat its systable_getnext_ordered() scan. 15 years ago
Peter Eisentraut 8b6f5f2510 Use -Wformat-security when available 15 years ago
Peter Eisentraut 6fe5e4e63e autoreconf 15 years ago
Peter Eisentraut 5829738868 Do not prefix error messages with the string "PL/Python: " 15 years ago
Peter Eisentraut 582b5ac62e Improve exception usage in PL/Python 15 years ago
Peter Eisentraut 418df3a5dd Also save the error detail in SPIError 15 years ago
Peter Eisentraut ddf8c16822 Fix compiler warnings 15 years ago
Bruce Momjian 4fec63f94e Per Peter E, use 'kB' for kilobyte, not 'K'. 15 years ago
Bruce Momjian 00869024cb In pg_test_fsync, use K(1024) rather than k(1000) for write size units. 15 years ago
Bruce Momjian 159e3d8629 Update contrib documention mentions to point to actual documentation 15 years ago
Bruce Momjian e84730a916 Update sync commit performance documentation to be consistent with other 15 years ago
Itagaki Takahiro 69039ea8b5 Make 'on' uppercase in a sql example. 15 years ago
Robert Haas 5c2a7c6e97 Add a comment explaining why we force physical removal of OIDs. 15 years ago
Robert Haas a06e41deeb Remove arbitrary ALTER TABLE .. ADD COLUMN restriction. 15 years ago
Bruce Momjian 64bc872761 Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rather than 15 years ago
Bruce Momjian a91c950658 Update warning about synchronous-commit durability, per suggestion from 15 years ago
Robert Haas 2b2b2ae2aa Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation. 15 years ago
Tom Lane 5042d16d12 Remove old claim that ExclusiveLock is sometimes taken on system catalogs. 15 years ago
Robert Haas 558d1c95ae Fix thinko in ALTER FOREIGN TABLE documentation. 15 years ago
Tom Lane bd1ad1b019 Replace pg_class.relhasexclusion with pg_index.indisexclusion. 15 years ago
Tom Lane 88452d5ba6 Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX. 15 years ago
Magnus Hagander 966d4f52c2 Typo fix for MemSet size. 15 years ago
Bruce Momjian d7a714828f Use consistent spacing for PGAPPICON Makefile option. 15 years ago
Bruce Momjian 9dd7933937 Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, but verify 15 years ago
Bruce Momjian 9fc0192283 In test_open_sync(), writes kilobytes as intended, not by bytes. 15 years ago
Peter Eisentraut 77ff840835 Document the "S" option for psql's \dn command in the psql help 15 years ago
Peter Eisentraut 88dcdf9007 Call PLy_spi_execute_fetch_result inside the try/catch block 15 years ago
Peter Eisentraut 52713d02c7 Refactor PLy_spi_prepare to save two levels of indentation 15 years ago
Robert Haas ea2c2641f9 More documentation cleanup for sepgsql. 15 years ago
Heikki Linnakangas 74be35b07c Fix typo in the psql \d query handling, so that we use the correct query 15 years ago
Magnus Hagander 9752080942 Exclude sepgsql from MSVC regression testing as well 15 years ago
Heikki Linnakangas 56d77c9e56 Silence compiler warning about uninitialized variable, noted by 15 years ago
Robert Haas 41611f16e9 PGXS support for contrib/hstore 15 years ago