Commit Graph

31098 Commits (d7a714828f1a4d09adef68b58674a6266aa8fa03)
 

Author SHA1 Message Date
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
Tom Lane b3cfcdaad2 Suppress uninitialized-variable warning. 15 years ago
Andrew Dunstan 6c41cf5977 Silence flex warnings about DOS file paths in MSVC builds 15 years ago
Magnus Hagander d13e0975c9 Use pg_strcasecmp instead of strcasecmp for portability 15 years ago
Magnus Hagander f88a638199 Only show pg_stat_replication details to superusers 15 years ago
Magnus Hagander fe12263c9f filemode is parsed on win32 even if never used 15 years ago
Magnus Hagander 048d148fe6 Add pg_basebackup tool for streaming base backups 15 years ago
Robert Haas 6f59777c65 Code cleanup for assign_transaction_read_only. 15 years ago
Tom Lane cc73c16050 Quick hack to un-break plpython regression tests. 15 years ago
Tom Lane 0f73aae13d Allow the wal_buffers setting to be auto-tuned to a reasonable value. 15 years ago
Tom Lane 518b1e96c0 Suppress "control reaches end of non-void function" warning from gcc 4.5. 15 years ago
Tom Lane e2627258c3 Suppress possibly-uninitialized-variable warnings from gcc 4.5. 15 years ago
Peter Eisentraut 116ce2f4d0 Get rid of the global variable holding the error state 15 years ago
Tom Lane 37eb2cd4ad More pg_test_fsync fixups. 15 years ago
Tom Lane 3ae28ce8c4 Suppress unused-variables warning when OPEN_SYNC_FLAG isn't defined. 15 years ago
Magnus Hagander f5a0fd2f3b Link libpgport into pg_test_fsync on msvc 15 years ago
Robert Haas a0c75f5539 Avoid treating WAL senders as normal backends. 15 years ago
Robert Haas fb4c5d2798 Code cleanup for assign_XactIsoLevel. 15 years ago
Tom Lane cb38ab6d3b More pg_test_fsync cleanup. 15 years ago
Tom Lane bc616703e8 Clean up pg_test_fsync commit. 15 years ago
Tom Lane 0cf3db2175 Fix broken markup, also minor copy-editing. 15 years ago
Peter Eisentraut 4609caf364 Correctly add exceptions to the plpy module for Python 3 15 years ago
Robert Haas d3b372e92d Emphasize where OVER needs to be when using a window function. 15 years ago
Bruce Momjian 5925aa09a9 Update SGML docs to point to new /contrib/pg_test_fsync. 15 years ago
Bruce Momjian b35bfcae93 Update C banner on new pg_test_fsync file. 15 years ago
Bruce Momjian 606a3d54fc Move test_fsync to /contrib. 15 years ago
Heikki Linnakangas 8aea1373d8 Don't require usage privileges on the foreign data wrapper when creating a 15 years ago
Robert Haas 8ceb245680 Make ALTER TABLE revalidate uniqueness and exclusion constraints. 15 years ago
Peter Eisentraut 14b9f69cb2 Fix wrong comment 15 years ago
Peter Eisentraut 81f79dbf2e Fix typo 15 years ago