Commit Graph

31120 Commits (7ab6f2da23516e48174f3f144ee9ef19bdc287fb)
 

Author SHA1 Message Date
Tom Lane 7ab6f2da23 Change inv_truncate() to not repeat its systable_getnext_ordered() scan. 16 years ago
Peter Eisentraut 8b6f5f2510 Use -Wformat-security when available 16 years ago
Peter Eisentraut 6fe5e4e63e autoreconf 16 years ago
Peter Eisentraut 5829738868 Do not prefix error messages with the string "PL/Python: " 16 years ago
Peter Eisentraut 582b5ac62e Improve exception usage in PL/Python 16 years ago
Peter Eisentraut 418df3a5dd Also save the error detail in SPIError 16 years ago
Peter Eisentraut ddf8c16822 Fix compiler warnings 16 years ago
Bruce Momjian 4fec63f94e Per Peter E, use 'kB' for kilobyte, not 'K'. 16 years ago
Bruce Momjian 00869024cb In pg_test_fsync, use K(1024) rather than k(1000) for write size units. 16 years ago
Bruce Momjian 159e3d8629 Update contrib documention mentions to point to actual documentation 16 years ago
Bruce Momjian e84730a916 Update sync commit performance documentation to be consistent with other 16 years ago
Itagaki Takahiro 69039ea8b5 Make 'on' uppercase in a sql example. 16 years ago
Robert Haas 5c2a7c6e97 Add a comment explaining why we force physical removal of OIDs. 16 years ago
Robert Haas a06e41deeb Remove arbitrary ALTER TABLE .. ADD COLUMN restriction. 16 years ago
Bruce Momjian 64bc872761 Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rather than 16 years ago
Bruce Momjian a91c950658 Update warning about synchronous-commit durability, per suggestion from 16 years ago
Robert Haas 2b2b2ae2aa Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation. 16 years ago
Tom Lane 5042d16d12 Remove old claim that ExclusiveLock is sometimes taken on system catalogs. 16 years ago
Robert Haas 558d1c95ae Fix thinko in ALTER FOREIGN TABLE documentation. 16 years ago
Tom Lane bd1ad1b019 Replace pg_class.relhasexclusion with pg_index.indisexclusion. 16 years ago
Tom Lane 88452d5ba6 Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX. 16 years ago
Magnus Hagander 966d4f52c2 Typo fix for MemSet size. 16 years ago
Bruce Momjian d7a714828f Use consistent spacing for PGAPPICON Makefile option. 16 years ago
Bruce Momjian 9dd7933937 Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, but verify 16 years ago
Bruce Momjian 9fc0192283 In test_open_sync(), writes kilobytes as intended, not by bytes. 16 years ago
Peter Eisentraut 77ff840835 Document the "S" option for psql's \dn command in the psql help 16 years ago
Peter Eisentraut 88dcdf9007 Call PLy_spi_execute_fetch_result inside the try/catch block 16 years ago
Peter Eisentraut 52713d02c7 Refactor PLy_spi_prepare to save two levels of indentation 16 years ago
Robert Haas ea2c2641f9 More documentation cleanup for sepgsql. 16 years ago
Heikki Linnakangas 74be35b07c Fix typo in the psql \d query handling, so that we use the correct query 16 years ago
Magnus Hagander 9752080942 Exclude sepgsql from MSVC regression testing as well 16 years ago
Heikki Linnakangas 56d77c9e56 Silence compiler warning about uninitialized variable, noted by 16 years ago
Robert Haas 41611f16e9 PGXS support for contrib/hstore 16 years ago
Robert Haas c26ac226e4 Blind attempt to exclude sepgsql from MSVC build system. 16 years ago
Robert Haas 194c8f713a First round of cleanup of sepgsql code and documentation. 16 years ago
Robert Haas 968bc6fac9 sepgsql, an SE-Linux integration for PostgreSQL 16 years ago
Magnus Hagander e5487f65fd Make walsender options order-independent 16 years ago
Magnus Hagander 39e911e28a Reorder includes to unbreak MSVC 16 years ago
Heikki Linnakangas 7f508f1c6b Add 'directory' format to pg_dump. The new directory format is compatible 16 years ago
Tom Lane f36920796e Fix another portability issue in pg_basebackup. 16 years ago
Tom Lane dd5f0db96b Improve getObjectDescription's display of pg_amop and pg_amproc entries. 16 years ago
Tom Lane de3c2d6e92 Revert "Factor out functions responsible for caching I/O routines". 16 years ago
Tom Lane 10e99f15d4 Add .gitignore file to silence complaints about pg_basebackup. 16 years ago
Tom Lane b3cfcdaad2 Suppress uninitialized-variable warning. 16 years ago
Andrew Dunstan 6c41cf5977 Silence flex warnings about DOS file paths in MSVC builds 16 years ago
Magnus Hagander d13e0975c9 Use pg_strcasecmp instead of strcasecmp for portability 16 years ago
Magnus Hagander f88a638199 Only show pg_stat_replication details to superusers 16 years ago
Magnus Hagander fe12263c9f filemode is parsed on win32 even if never used 16 years ago
Magnus Hagander 048d148fe6 Add pg_basebackup tool for streaming base backups 16 years ago
Robert Haas 6f59777c65 Code cleanup for assign_transaction_read_only. 16 years ago