Commit Graph

33804 Commits (eeece9e60984e76e5a41c1e2fa9efc5a1761e560)
 

Author SHA1 Message Date
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
Robert Haas 47c7365e79 Make pgbench -i emit only one-tenth as many status messages. 14 years ago
Robert Haas 6ef5baf8b1 Document that && can be used to search arrays. 14 years ago
Peter Eisentraut 6753ced310 Make placeholders in SQL command help more consistent and precise 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
Tom Lane cfa0f4255b Improve tests for whether we can skip queueing RI enforcement triggers. 14 years ago
Tom Lane afe1c51c9d Add pgbench option to add foreign key constraints to the standard scenario. 14 years ago
Alvaro Herrera 11b335ac4c pg_dump: Fix verbosity level in LO progress messages 14 years ago
Peter Eisentraut c521665bd7 Remove confusing half sentence from legal notice 14 years ago
Tom Lane fe3db74002 Share RI trigger code between NO ACTION and RESTRICT cases. 14 years ago
Tom Lane 48756be9cf Improve comments about why SET DEFAULT triggers must recheck for matches. 14 years ago
Tom Lane e8c9fd5fdf Allow ON UPDATE/DELETE SET DEFAULT plans to be cached. 14 years ago
Tom Lane 03a5ba24b0 Remove derived fields from RI_QueryKey, and do a bit of other cleanup. 14 years ago
Peter Eisentraut e1e97e9313 pg_dump: Add missing newlines at end of messages 14 years ago
Tom Lane f9429746c9 Update SQL spec references in ri_triggers code to match SQL:2008. 14 years ago
Tom Lane c75be2ad60 Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec. 14 years ago
Tom Lane f5297bdfe4 Refer to the default foreign key match style as MATCH SIMPLE internally. 14 years ago
Peter Eisentraut bb7520cc26 Make documentation of --help and --version options more consistent 14 years ago
Tom Lane 9e18eacbdf Fix stats collector to recover nicely when system clock goes backwards. 14 years ago
Magnus Hagander 920febdad5 Reorder basebackup options, to list pg_basebackup first 14 years ago
Bruce Momjian 47463a8098 Remove 'for' loop perltidy argument, and move args to perltidyrc file. 14 years ago
Bruce Momjian 0acd978259 In pgindent, suppress reading the perltidy RC file using --noprofile. 14 years ago
Bruce Momjian d6e0207437 Update pgindent Perl indentation instructions based on feedback from 14 years ago
Bruce Momjian 877b55c619 Improve pg_upgrade wording for pg_ctl start failure; could be 14 years ago
Peter Eisentraut 15b1918e7d Improve reporting of permission errors for array types 14 years ago
Peter Eisentraut d933092e0a Add more message pluralization 14 years ago
Robert Haas 8507c2f856 Improve readability and error messages in pg_backup_start_time. 14 years ago
Robert Haas c616d85f6b Doc corrections for pg_is_in_backup patch. 14 years ago
Robert Haas 68de499bda New SQL functons pg_backup_in_progress() and pg_backup_start_time() 14 years ago
Robert Haas cd80073445 During transaction cleanup, release locks before deleting files. 14 years ago
Robert Haas 6cd015bea3 Add new function log_newpage_buffer. 14 years ago
Robert Haas a475c60367 Remove misplaced sanity check from heap_create(). 14 years ago