Commit Graph

31059 Commits (bc616703e8767d2a5d0312cdbf5dc3c6de2b86fe)
 

Author SHA1 Message Date
Tom Lane bc616703e8 Clean up pg_test_fsync commit. 16 years ago
Tom Lane 0cf3db2175 Fix broken markup, also minor copy-editing. 16 years ago
Peter Eisentraut 4609caf364 Correctly add exceptions to the plpy module for Python 3 16 years ago
Robert Haas d3b372e92d Emphasize where OVER needs to be when using a window function. 16 years ago
Bruce Momjian 5925aa09a9 Update SGML docs to point to new /contrib/pg_test_fsync. 16 years ago
Bruce Momjian b35bfcae93 Update C banner on new pg_test_fsync file. 16 years ago
Bruce Momjian 606a3d54fc Move test_fsync to /contrib. 16 years ago
Heikki Linnakangas 8aea1373d8 Don't require usage privileges on the foreign data wrapper when creating a 16 years ago
Robert Haas 8ceb245680 Make ALTER TABLE revalidate uniqueness and exclusion constraints. 16 years ago
Peter Eisentraut 14b9f69cb2 Fix wrong comment 16 years ago
Peter Eisentraut 81f79dbf2e Fix typo 16 years ago
Peter Eisentraut 740e54ca84 Factor out functions responsible for caching I/O routines 16 years ago
Robert Haas 9c5e2c120b Add new psql command \dL to list languages. 16 years ago
Robert Haas 92f7eebbbd Document that WITH queries are also called Common Table Expressions. 16 years ago
Tom Lane 357faea82e Show correct datatype for pg_class.relpersistence, plus a typo fix. 16 years ago
Peter Eisentraut fbed5d4830 Add braces around an if block, for readability 16 years ago
Peter Eisentraut 847e8c7783 Free plan values in the PLyPlanObject dealloc function 16 years ago
Peter Eisentraut 719461b7a2 Improve message for errors in compiling anonymous PL/Python blocks 16 years ago
Peter Eisentraut d9a95c0adb Use PyObject_New instead of PyObject_NEW 16 years ago
Peter Eisentraut 41282111e6 Skip dropped attributes when converting Python objects to tuples 16 years ago
Peter Eisentraut 59ea9ef9aa Use palloc in TopMemoryContext instead of malloc 16 years ago
Peter Eisentraut 88047e59ba Fix an error when a set-returning function fails halfway through the execution 16 years ago
Bruce Momjian 8995440e38 In test_fsync, adjust test headings to match wal_sync_method values; 16 years ago
Tom Lane 1b393f4e5d Avoid detoast in texteq/textne/byteaeq/byteane for unequal-length strings. 16 years ago
Magnus Hagander 6e1726d082 Log replication connections only when log_connections is on 16 years ago
Heikki Linnakangas b1dc45c11d Fix thinko in comment. Spotted by Jim Nasby. 16 years ago
Bruce Momjian 4acfd43a7d Remove "github test" that somehow got into my tree. Sorry. 16 years ago
Bruce Momjian 74bcdfbe2d In the docs, better distinguish server from client SSL settings in the documentation. 16 years ago
Bruce Momjian 2c38cce1be github test 16 years ago
Peter Eisentraut 46211da1b8 Use HTABs instead of Python dictionary objects to cache procedures 16 years ago
Tom Lane bdd8ed973d Fix miscalculation of itemsafter in array_set_slice(). 16 years ago
Alvaro Herrera 978445bece Increment Py_None refcount for NULL array elements 16 years ago
Bruce Momjian 08af45f4ff Add getopt() support to test_fsync; also fix printf() format problem. 16 years ago
Magnus Hagander 48075095ac Set fallback_application_name in walreceiver 16 years ago
Heikki Linnakangas 34ef02b4d4 Before exiting walreceiver, fsync() all the WAL received. 16 years ago
Bruce Momjian e0c274679c In test_fsync, use #define for printf format of ops/sec. 16 years ago
Bruce Momjian 6dc15e3bef Use O_DIRECT in O_SYNC test of different size. Restructure O_DIRECT 16 years ago
Bruce Momjian 3eebb33ddd Reverse number of stars used for test_fsync details. 16 years ago
Bruce Momjian 431605f666 In test_fsync, warn about options without o_direct that are not used by 16 years ago
Tom Lane 6ca452ba7f Move a couple of declarations to reflect where the routines really are. 16 years ago
Tom Lane 36750dcef5 Add .gitignore to silence git complaints about parser/scanner output files. 16 years ago
Bruce Momjian 001d3664e3 Have test_fsync output details that fdatasync is the default 16 years ago
Bruce Momjian 169516ad93 Restructure test_fync to use modular C so there is less duplicate code 16 years ago
Magnus Hagander 3866ff6149 Enumerate available tablespaces after starting the backup 16 years ago
Bruce Momjian 3ab80cfe03 Improve output display of test_fsync. 16 years ago
Bruce Momjian 677b06ca46 Apply patch for test_fsync to add tests for O_DIRECT. 16 years ago
Heikki Linnakangas 8f5d65e916 Treat a WAL sender process that hasn't started streaming yet as a regular 16 years ago
Magnus Hagander fcd810c69a Use a lexer and grammar for parsing walsender commands 16 years ago
Magnus Hagander 688423d004 Exit from base backups when shutdown is requested 16 years ago
Tom Lane 52948169bc Code review for postmaster.pid contents changes. 16 years ago