Commit Graph

37057 Commits (f41872d0c1239d36ab03393c39ec0b70e9ee2a3c)
 

Author SHA1 Message Date
Andres Freund 596385be06 pg_recvlogical message and code improvements. 11 years ago
Fujii Masao d6ded369a7 Fix typo in \setrandom document. 11 years ago
Andres Freund 41d5f8ad73 Be less aggressive in asking for feedback of logical walsender clients. 11 years ago
Tatsuo Ishii 51222a1766 Enhance pgbench's option checking. 11 years ago
Fujii Masao 3e3f65973a Change first call of ProcessConfigFile so as to process only data_directory. 11 years ago
Fujii Masao e15c4ab5fb Add tab-completion for \unset and valid setting values of psql variables. 11 years ago
Fujii Masao 7d835ff4db Fix documentation oversights about pageinspect and initialization fork. 11 years ago
Heikki Linnakangas 680513ab79 Break out OpenSSL-specific code to separate files. 11 years ago
Tom Lane 6aa61580e0 Clarify type resolution behavior for domain types. 11 years ago
Tom Lane 92f57c9ae9 Clean up handling of unknown-type inputs in json_build_object and friends. 11 years ago
Tom Lane 495cadda5e Further cleanup of JSON-specific error messages. 11 years ago
Tom Lane 9da8675373 Reject duplicate column names in foreign key referenced-columns lists. 11 years ago
Peter Eisentraut f25e0bf5e0 Small message fixes 11 years ago
Fujii Masao 3dad73e71f Add -F option to pg_receivexlog, for specifying fsync interval. 11 years ago
Tom Lane 1add956ac7 Fix typo in docs. 11 years ago
Bruce Momjian 4c6780fd17 pg_upgrade: prevent oid conflicts with new-cluster TOAST tables 11 years ago
Heikki Linnakangas ec903d20e3 Improve comment. 11 years ago
Robert Haas 73cfa37afe Add PG_RETURN_UINT16 macro. 11 years ago
Robert Haas 1d41739e5a Don't require sort support functions to provide a comparator. 11 years ago
Robert Haas 873de34b71 Fix alternate regression test output file. 11 years ago
Fujii Masao 6805e02c66 Refactor pg_receivexlog main loop code, for readability, take 2. 11 years ago
Fujii Masao e3da0d4d1a Change ParseConfigFp() so that it doesn't process unused entry of each parameter. 11 years ago
Kevin Grittner 49d1e03d64 Fix typo in C comment. 11 years ago
Robert Haas 0ef99bdce3 Improve some JSON error messages. 11 years ago
Bruce Momjian ee646df59a pg_upgrade: assume user is install user 11 years ago
Bruce Momjian b4bd6f6b05 pg_upgrade: remove reference to autovacuum_multixact_freeze_max_age 11 years ago
Heikki Linnakangas cd74a151b5 Windows doesn't have M_PI; define it ourselves when needed. 11 years ago
Fujii Masao b819dd7cb5 Add missing PQclear() calls into pg_receivexlog. 11 years ago
Fujii Masao 694fd33e23 Fix bug in pg_receivexlog --verbose. 11 years ago
Heikki Linnakangas 822ff44c82 Fix typo in user manual 11 years ago
Heikki Linnakangas 54685338e3 Move log_newpage and log_newpage_buffer to xlog.c. 11 years ago
Tom Lane f51ead09df Avoid wholesale autovacuuming when autovacuum is nominally off. 11 years ago
Robert Haas ed802e7dc3 pgbench: Allow \setrandom to generate Gaussian/exponential distributions. 11 years ago
Robert Haas e280c630a8 Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds. 11 years ago
Peter Eisentraut 232f1475dc doc: Clean up some recently added PL/pgSQL documentation 11 years ago
Bruce Momjian d826d8ecce pg_upgrade: improve C comment wording 11 years ago
Alvaro Herrera 0531549801 Avoid uselessly looking up old LOCK_ONLY multixacts 11 years ago
Alvaro Herrera c2581794f3 Simplify multixact freezing a bit 11 years ago
Heikki Linnakangas 60d931827b Oops, fix recoveryStopsBefore functions for regular commits. 11 years ago
Heikki Linnakangas e74e0906fa Treat 2PC commit/abort the same as regular xacts in recovery. 11 years ago
Fujii Masao 61e48efba5 Reword the sentence for pg_logical_slot_peek_changes function. 11 years ago
Tom Lane 248fc1f107 Fix obsolete statement in smgr/README. 11 years ago
Peter Eisentraut b0d3636c17 doc: Fix up ALTER TABLESPACE reference page 11 years ago
Tom Lane c8e2e0e712 Fix a performance problem in pg_dump's dump order selection logic. 11 years ago
Noah Misch de35a97710 Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx(). 11 years ago
Noah Misch e565ff7553 Move PGAC_LDAP_SAFE to config/programs.m4. 11 years ago
Robert Haas 1144ea3421 Prevent shm_mq_send from reading uninitialized memory. 11 years ago
Robert Haas 250c26ba9c Fix checkpointer crash in EXEC_BACKEND builds. 11 years ago
Andres Freund 93a028f569 Properly remove ephemeral replication slots after a crash restart. 11 years ago
Robert Haas 32d78894c2 Avoid access to already-released lock in LockRefindAndRelease. 11 years ago