Commit Graph

23314 Commits (39bfc94c86f1990e9db8ea3da0e82995cc1b76db)

Author SHA1 Message Date
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
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
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
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
Heikki Linnakangas 038f3a0509 Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring. 14 years ago
Tom Lane 8a504a3639 Make pg_dump emit more accurate dependency information. 14 years ago
Tom Lane a1ef01fe16 Improve pg_dump's dependency-sorting logic to enforce section dump order. 14 years ago
Alvaro Herrera 77ed0c6950 Tighten up includes in sinvaladt.h, twophase.h, proc.h 14 years ago
Peter Eisentraut eeece9e609 Unify calling conventions for postgres/postmaster sub-main functions 14 years ago
Robert Haas c7d47abd04 Fix typo in DEBUG message, introduced by recent WAL refactoring. 14 years ago
Robert Haas a6427f1f47 Unbreak pg_resetxlog -l. 14 years ago
Robert Haas 2dfa87bcb6 Remove sanity test in XRecOffIsValid. 14 years ago
Kevin Grittner 5c7f954d31 Fix warning for 64-bit literal on 32-bit build. 14 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 14 years ago
Heikki Linnakangas 7eb8c78514 I missed some references to xlogid/xrecoff in Win32-only code. Fix. 14 years ago
Heikki Linnakangas 0687a26002 Use UINT64CONST for 64-bit integer constants. 14 years ago
Heikki Linnakangas a218e23a08 Oops. Remove stray paren. 14 years ago
Heikki Linnakangas 96ff85e2dd Use LL suffix for 64-bit constants. 14 years ago
Heikki Linnakangas 0ab9d1c4b3 Replace XLogRecPtr struct with a 64-bit integer. 14 years ago
Heikki Linnakangas 061e7efb1b Allow WAL record header to be split across pages. 14 years ago
Heikki Linnakangas 20ba5ca64c Move WAL continuation record information to WAL page header. 14 years ago
Heikki Linnakangas dfda6ebaec Don't waste the last segment of each 4GB logical log file. 14 years ago
Tom Lane d14241c2cf Fix memory leak in ARRAY(SELECT ...) subqueries. 14 years ago
Alvaro Herrera 68d0e3cbf9 Repair comment mangled by a pgindent run long ago 14 years ago
Heikki Linnakangas eeb6f37d89 Add a small cache of locks owned by a resource owner in ResourceOwner. 14 years ago
Tom Lane dfd9c116cc Remove incomplete/incorrect support for zero-column foreign keys. 14 years ago
Tom Lane 0ce4459a36 Increase MAX_SYSCACHE_CALLBACKS from 20 to 32. 14 years ago
Tom Lane 45ba424f33 Cache the results of ri_FetchConstraintInfo in a backend-local cache. 14 years ago