Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
Robert Haas f358428280 Increase the maximum initdb-configured value for shared_buffers to 128MB. 14 years ago
Robert Haas 17676c785a Make oid2name, pgbench, and vacuumlo set fallback_application_name. 14 years ago
Magnus Hagander 10e0dd8f91 Remove duplicate, unnecessary, variable declaration 14 years ago
Magnus Hagander dbc6fcf35d Set the write location in the pg_receivexlog status messages 14 years ago
Magnus Hagander 0c4b468692 Always treat a standby returning an an invalid flush location as async 14 years ago
Magnus Hagander 817d870cf9 Remove reference to default wal_buffers being 8 14 years ago
Magnus Hagander 51fc406819 Remove references to pgfoundry as recommended hosting platform 14 years ago
Magnus Hagander d80785e6ed Remove references to PostgreSQL bundled on Solaris 14 years ago
Tom Lane 09022de1f5 Improve documentation about MULE encoding. 14 years ago
Alvaro Herrera 47a2adc83c Forgot an #include in the previous patch :-( 14 years ago
Alvaro Herrera 0c7b9dc7d0 Have REASSIGN OWNED work on extensions, too 14 years ago
Bruce Momjian b33385b89d Have copyright tool mention that certain files should be updated in back branches. 14 years ago
Robert Haas 6a77bff086 Remove misleading hints about reducing the System V request size. 14 years ago
Robert Haas 3cf39e6ddb Fix a stupid bug I introduced into XLogFlush(). 14 years ago
Robert Haas 3bb592bb20 Fix position of WalSndWakeupRequest call. 14 years ago
Peter Eisentraut 2b44306315 Assorted message style improvements 14 years ago
Tom Lane 41f4a0ab78 Fix to_date's handling of year 519. 14 years ago
Robert Haas 82cdd2df75 Work a little harder on comments for walsender wakeup patch. 14 years ago
Robert Haas f11e8be3e8 Make commit_delay much smarter. 14 years ago
Robert Haas f83b59997d Make walsender more responsive. 14 years ago
Tom Lane 9ad45c18b6 Fix race condition in enum value comparisons. 14 years ago
Tom Lane 39bfc94c86 Suppress compiler warnings in readfuncs.c. 14 years ago
Tom Lane fa188b5ef5 Remove inappropriate semicolons after function definitions. 14 years ago
Tom Lane 81e8264383 Declare AnonymousShmem pointer as "void *". 14 years ago
Tom Lane 541ffa65c3 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. 14 years ago
Peter Eisentraut e4ffa86b57 initdb: Update check_need_password for new options 14 years ago
Heikki Linnakangas 567787f216 Validate xlog record header before enlarging the work area to store it. 14 years ago
Tom Lane 42e2ce6ae3 Fix confusion between "size" and "AnonymousShmemSize". 14 years ago
Heikki Linnakangas 7a5c9ca93a Initialize shared memory copy of ckptXidEpoch correctly when not in recovery. 14 years ago
Alvaro Herrera 4741e9afb9 Make the pg_upgrade log files contain actual commands 14 years ago
Peter Eisentraut b344c651fb Make init-po and update-po recursive make targets 14 years ago
Tom Lane ae90128dc5 Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. 14 years ago
Alvaro Herrera 9e26326ad6 pg_upgrade: fix off-by-one mistake in snprintf 14 years ago
Tom Lane c1494b7330 Provide MAP_FAILED if sys/mman.h doesn't. 14 years ago
Heikki Linnakangas 8f85667a86 Update outdated commit; xlp_rem_len field is in page header now. 14 years ago
Peter Eisentraut dcd5af6c34 Further fix install program detection 14 years ago
Robert Haas 39715af23a Fix broken mmap failure-detection code, and improve error message. 14 years ago
Robert Haas b0fc0df936 Dramatically reduce System V shared memory consumption. 14 years ago
Robert Haas c5b3451a8e Add missing space in event_source GUC description. 14 years ago
Tom Lane bde689f809 Make UtilityContainsQuery recurse until it finds a non-utility Query. 14 years ago
Peter Eisentraut f786715412 Fix install program detection 14 years ago
Heikki Linnakangas a8f97b39c7 Fix two more neglected comments, still referring to log/seg. 14 years ago
Heikki Linnakangas ec786c6c81 I neglected many comments in the log+seg -> 64-bit segno patch. Fix. 14 years ago
Robert Haas 7700b82e6b Update release notes for pg_terminate_backend changes. 14 years ago
Peter Eisentraut 9db7ccae20 Use system install program when available and usable 14 years ago
Robert Haas c60ca19de9 Allow pg_terminate_backend() to be used on backends with matching role. 14 years ago
Robert Haas b79ab00144 When LWLOCK_STATS is defined, count spindelays. 14 years ago
Tom Lane 757773602c Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text. 14 years ago
Robert Haas 0caa0d04db Make DROP FUNCTION hint more informative. 14 years ago
Robert Haas 76837c1507 Reduce use of heavyweight locking inside hash AM. 14 years ago