Commit Graph

20737 Commits (bdf00543c2a645b7a773cdcd81fbd4e38e64ee1c)

Author SHA1 Message Date
Tom Lane bdf00543c2 Make sure LDFLAGS come before LIBS when linking contrib programs. 16 years ago
Tom Lane f9e9da6664 Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were 16 years ago
Tom Lane 291a957745 Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 16 years ago
Heikki Linnakangas eb81b6509f The previous fix in CVS HEAD and 8.4 for handling the case where a cursor 16 years ago
Bruce Momjian 2330d9c147 Simplify test_fsync duration computation. 16 years ago
Bruce Momjian 7341a8cab2 Report test_fynsc times in tests per second, instead of total seconds. 16 years ago
Tom Lane 8771634666 Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus 16 years ago
Tom Lane aceedd88f6 Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible 16 years ago
Tom Lane e76c1a0f4d Replace max_standby_delay with two parameters, max_standby_archive_delay and 16 years ago
Robert Haas b3b7d603fb Allow REASSIGNED OWNED to handle opclasses and opfamilies. 16 years ago
Andrew Dunstan 97301ab189 Unbreak MSVC builds by removing copydir.c from list of libpgport files 16 years ago
Robert Haas bb0fe9feb9 Move copydir.c from src/port to src/backend/storage/file 16 years ago
Bruce Momjian 621cf14620 Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode. 16 years ago
Robert Haas 71d6d0750d Allow copydir() to be interrupted. 16 years ago
Robert Haas c6cf3060d6 Allow ALTER TABLE .. SET TABLESPACE to be interrupted. 16 years ago
Heikki Linnakangas 350ab443be stringToNode() and deparse_expression_pretty() crash on invalid input, 16 years ago
Bruce Momjian b57ddccf05 Add C comment about why synchronous_commit=off behavior can lose 16 years ago
Peter Eisentraut 89474cc321 Message tuning 16 years ago
Peter Eisentraut a3401bea9c Use different function names for plpython3 handlers, to avoid clashes in 16 years ago
Robert Haas 400916b6d7 emode_for_corrupt_record shouldn't reduce LOG messages to WARNING. 16 years ago
Tom Lane 04d9f4dab4 Improve pg_dump's checkSeek() function to verify the functioning of ftello 16 years ago
Tom Lane b779ea8a9a Fix pg_restore so parallel restore doesn't fail when the input file doesn't 16 years ago
Tom Lane 399da7d882 Fix thinko in tok_is_keyword(): it was looking at the wrong union variant 16 years ago
Simon Riggs 3bdd23932b Fix log_temp_files docs and comments to say bytes not kilobytes. 16 years ago
Robert Haas 243bbe6ed8 Add stray "else" that seems to have gone missing. 16 years ago
Robert Haas d8cd283a08 Add TCP keepalive support to libpq. 16 years ago
Robert Haas f974212320 Deprecate the use of => as an operator name. 16 years ago
Heikki Linnakangas 2e8a832dd6 In a PL/pgSQL "FOR cursor" statement, the statements executed in the loop 16 years ago
Tom Lane f685cbbac8 Fix mishandling of whole-row Vars referencing a view or sub-select. 16 years ago
Tom Lane 78e8f0025e Clean up some randomness associated with trace_recovery_messages: don't 16 years ago
Tom Lane 09698bb5fb Make RemoveOldXlogFiles's debug printout match style used elsewhere: 16 years ago
Tom Lane 07e8b6aabc Don't allow walsender to send WAL data until it's been safely fsync'd on the 16 years ago
Itagaki Takahiro 147c665d01 Remove prototype of GetOldestWALSendPointer(), that is marked as NOT_USED. 16 years ago
Andrew Dunstan 3659c62350 Remove perl symbol table additions for plperl functions, and mention of it 16 years ago
Peter Eisentraut 418e1d82fd Refactor sprintf calls with computed format strings into multiple calls with 16 years ago
Andrew Dunstan 540113dc96 Unbreak MSVC builds for pg_archivecleanup by linking with libpgport 16 years ago
Itagaki Takahiro 41f302b52a Add new GUC categories corresponding to sections in docs, and move 16 years ago
Itagaki Takahiro 72e1d3d6e4 Fix typo in Japanese translation for psql "Use \d+ to list them." 16 years ago
Heikki Linnakangas 6da07cd80d If a corrupt WAL record is received by streaming replication, disconnect 16 years ago
Itagaki Takahiro 9e3cd37576 Remove max_standby_delay message from ps display of recovery process 16 years ago
Robert Haas 26b7abfa32 Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. 16 years ago
Bruce Momjian f904c797d6 Add missing --use-existing --help mention from regression binary. 16 years ago
Peter Eisentraut c86efdde5f Fix typo/bug, found by Clang compiler 16 years ago
Peter Eisentraut cc3c4a2407 Update Python version information 16 years ago
Peter Eisentraut 6b72aa5154 Add a regression test case for bug #5497 16 years ago
Tom Lane bc325d8432 Add missing 'Z' letter to getopt_long call --- the newly added 16 years ago
Heikki Linnakangas e751b71b56 Use "replication" as the database name when constructing a connection 16 years ago
Itagaki Takahiro 56834fc759 Rename restartpoint_command to archive_cleanup_command. 16 years ago
Heikki Linnakangas 0a7cb85531 Make TriggerFile variable static. It's not used outside xlog.c. 16 years ago
Heikki Linnakangas 346d7cd7fa Return NULL instead of 0/0 in pg_last_xlog_receive_location() and 16 years ago