Commit Graph

31032 Commits (74bcdfbe2dd656f04db4e883b5bdcdafddebff08)
 

Author SHA1 Message Date
Bruce Momjian 74bcdfbe2d In the docs, better distinguish server from client SSL settings in the documentation. 15 years ago
Bruce Momjian 2c38cce1be github test 15 years ago
Peter Eisentraut 46211da1b8 Use HTABs instead of Python dictionary objects to cache procedures 15 years ago
Tom Lane bdd8ed973d Fix miscalculation of itemsafter in array_set_slice(). 15 years ago
Alvaro Herrera 978445bece Increment Py_None refcount for NULL array elements 15 years ago
Bruce Momjian 08af45f4ff Add getopt() support to test_fsync; also fix printf() format problem. 15 years ago
Magnus Hagander 48075095ac Set fallback_application_name in walreceiver 15 years ago
Heikki Linnakangas 34ef02b4d4 Before exiting walreceiver, fsync() all the WAL received. 15 years ago
Bruce Momjian e0c274679c In test_fsync, use #define for printf format of ops/sec. 15 years ago
Bruce Momjian 6dc15e3bef Use O_DIRECT in O_SYNC test of different size. Restructure O_DIRECT 15 years ago
Bruce Momjian 3eebb33ddd Reverse number of stars used for test_fsync details. 15 years ago
Bruce Momjian 431605f666 In test_fsync, warn about options without o_direct that are not used by 15 years ago
Tom Lane 6ca452ba7f Move a couple of declarations to reflect where the routines really are. 15 years ago
Tom Lane 36750dcef5 Add .gitignore to silence git complaints about parser/scanner output files. 15 years ago
Bruce Momjian 001d3664e3 Have test_fsync output details that fdatasync is the default 15 years ago
Bruce Momjian 169516ad93 Restructure test_fync to use modular C so there is less duplicate code 15 years ago
Magnus Hagander 3866ff6149 Enumerate available tablespaces after starting the backup 15 years ago
Bruce Momjian 3ab80cfe03 Improve output display of test_fsync. 15 years ago
Bruce Momjian 677b06ca46 Apply patch for test_fsync to add tests for O_DIRECT. 15 years ago
Heikki Linnakangas 8f5d65e916 Treat a WAL sender process that hasn't started streaming yet as a regular 15 years ago
Magnus Hagander fcd810c69a Use a lexer and grammar for parsing walsender commands 15 years ago
Magnus Hagander 688423d004 Exit from base backups when shutdown is requested 15 years ago
Tom Lane 52948169bc Code review for postmaster.pid contents changes. 15 years ago
Tom Lane f0f36045b2 Revert incorrect memory-conservation hack in inheritance_planner(). 15 years ago
Magnus Hagander 9eacd427e8 Make sure walsender state is only read while holding the spinlock 15 years ago
Bruce Momjian 712dd95370 More libpq documentation adjustments from Leslie S Satenstein, reviewed 15 years ago
Heikki Linnakangas a5a02a7445 Fix the logic in libpqrcv_receive() to determine if there's any incoming data 15 years ago
Peter Eisentraut c667cc24e8 Workaround for recursive make breakage 15 years ago
Peter Eisentraut 35eb0958be Don't run regression tests in SQL_ASCII encoding by default 15 years ago
Bruce Momjian a0423ec02d Apply libpq documentation patches submitted by Leslie S Satenstein and 15 years ago
Tom Lane d487afbb81 Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. 15 years ago
Robert Haas 7a32ff9732 Revert patch adding support for logging the current role. 15 years ago
Robert Haas a8a8867912 Add support for logging the current role. 15 years ago
Andrew Dunstan b7a0b42641 Unbreak regression tests, apparently broken by commit 4c8e20f 15 years ago
Peter Eisentraut e3094fd3a8 Re-add recursive coverage target in src/backend/ 15 years ago
Peter Eisentraut b95ea9dd62 Add some subsection headings 15 years ago
Magnus Hagander 4c8e20f815 Track walsender state in shared memory and expose in pg_stat_replication 15 years ago
Magnus Hagander 47a5f3e9da Add missing function prototype, for consistency 15 years ago
Tom Lane e6dce4e439 Adjust basebackup.c to suppress compiler warnings. 15 years ago
Tom Lane 9d1ac2f5fa Tweak create_index_paths()'s test for whether to consider a bitmap scan. 15 years ago
Magnus Hagander 1c400d3309 Typo fix 15 years ago
Magnus Hagander b7ebda9d8c Reset walsender ps title in the main loop 15 years ago
Magnus Hagander 2e36343f82 Set process title to indicate base backup is running 15 years ago
Heikki Linnakangas dc1305ce5f Leave temporary files out of streaming base backups. 15 years ago
Bruce Momjian 0a5f119931 A toast relid field are no longer needed in pg_upgrade's rel arrays, so 15 years ago
Magnus Hagander 0eb59c4591 Backend support for streaming base backups 15 years ago
Tom Lane be0c3ea2d3 Update contrib/pg_trgm for new GIN extractQuery API. 15 years ago
Tom Lane ba398969cd Update contrib/hstore for new GIN extractQuery API. 15 years ago
Tom Lane 327b257682 Improve comment. 15 years ago
Magnus Hagander 4448917d51 Split pg_start_backup() and pg_stop_backup() into two pieces 15 years ago