Commit Graph

31022 Commits (3eebb33dddcfe4ac0719b697c1ebd3694038054e)
 

Author SHA1 Message Date
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
Heikki Linnakangas ca63029eac Fix crash in the new GiST insertion code, when an update splits the root page. 15 years ago
Tom Lane 52fd2d65a3 Fix up core tsquery GIN support for new extractQuery API. 15 years ago
Tom Lane 304845075c Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. 15 years ago
Magnus Hagander 361418be7c Ensure the directory for gram.h is created on win32 15 years ago
Magnus Hagander 3457514c2d Properly install gram.h on MSVC builds 15 years ago
Magnus Hagander db4d22d0ef Add pgreadlink() on Windows to read junction points 15 years ago
Michael Meskes 1066dbfb85 There is no need to have to identical functions in ecpg thus removing one of them. 15 years ago
Tom Lane fdf2dbda3f Fix assorted corner-case bugs in contrib/intarray. 15 years ago
Tom Lane adf328c0e1 Add array_contains_nulls() function in arrayfuncs.c. 15 years ago
Tom Lane 4d1b76e49e Fix up gincostestimate for new extractQuery API. 15 years ago