Commit Graph

31127 Commits (0ac8c8df85951a6c4815f5e8e0491b6bba4534b7)
 

Author SHA1 Message Date
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
Robert Haas c26ac226e4 Blind attempt to exclude sepgsql from MSVC build system. 15 years ago
Robert Haas 194c8f713a First round of cleanup of sepgsql code and documentation. 15 years ago
Robert Haas 968bc6fac9 sepgsql, an SE-Linux integration for PostgreSQL 15 years ago
Magnus Hagander e5487f65fd Make walsender options order-independent 15 years ago
Magnus Hagander 39e911e28a Reorder includes to unbreak MSVC 15 years ago
Heikki Linnakangas 7f508f1c6b Add 'directory' format to pg_dump. The new directory format is compatible 15 years ago
Tom Lane f36920796e Fix another portability issue in pg_basebackup. 15 years ago
Tom Lane dd5f0db96b Improve getObjectDescription's display of pg_amop and pg_amproc entries. 15 years ago
Tom Lane de3c2d6e92 Revert "Factor out functions responsible for caching I/O routines". 15 years ago
Tom Lane 10e99f15d4 Add .gitignore file to silence complaints about pg_basebackup. 15 years ago