Commit Graph

27702 Commits (cee63eab8dd52b5341ecde40b684d400eb09bf0b)
 

Author SHA1 Message Date
Bruce Momjian cee63eab8d Update documentation table describing how shared memory is used by 17 years ago
Peter Eisentraut a666d28543 Add note that TRUNCATE uses an access exclusive lock. This apparently 17 years ago
Michael Meskes e05c5a908b Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to 17 years ago
Heikki Linnakangas dcf8409985 Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were 17 years ago
Bruce Momjian 5a90bc1fbe The attached patch contains a couple of fixes in the existing probes and 17 years ago
Alvaro Herrera 5434e46986 Add note to the shared memory sizing table about needing to use page count in 17 years ago
Tom Lane fc3297d828 Make heap_update() set newtup->t_tableOid correctly, for consistency with 17 years ago
Andrew Dunstan 04ecc64310 Attempt to fix MSVC breakage from Major Version patch. 17 years ago
Bruce Momjian 7ac5727659 Fix wording of section comparing triggers and rules; old wording as 17 years ago
Tom Lane 794ec7b063 Department of second thoughts: further experimentation with CREATE OR REPLACE 17 years ago
Bruce Momjian 1b92aeb93e Improve comment about why sleep is used by pg_standby to handle 'copy' 17 years ago
Bruce Momjian 30c6202a2a Add documentation that pg_standby sleeps on Win32 because of 'copy' behavior. 17 years ago
Bruce Momjian eb88e7ee2c Add comment about GNUWin32's cp not having the file system problem. 17 years ago
Tom Lane 4da65a23e7 Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to 17 years ago
Bruce Momjian 78b25fd2e9 Add missing 'break' in Win32 switch statement, reported by Martin Zaun 17 years ago
Tom Lane d1c24460bf Fix cast-away-const problem as well as bogus calculation of required buffer size. 17 years ago
Tom Lane 66bb74dbe8 Arrange for the pg_foo_is_visible and has_foo_privilege families of functions 17 years ago
Michael Meskes 3f7e1e4b91 Do not try to change a const variable. 17 years ago
Tom Lane 301194f8ea Reduce the scaling factor for attstattarget to number-of-lexemes from 100 17 years ago
Tom Lane b4d64a6d48 Remove our dependencies on MB_CUR_MAX in favor of believing that 17 years ago
Magnus Hagander 5f3724dd7c Support specifying filename for SSL certificate, key, root certificate store 17 years ago
Tom Lane a9d5f30be3 Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an 17 years ago
Magnus Hagander b8753e5955 Replace both send and receive BIO routines in the SSL code with our own, 17 years ago
Tom Lane 65e3ea7641 Increase the default value of default_statistics_target from 10 to 100, 17 years ago
Tom Lane b69bde7749 Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless 17 years ago
Tom Lane c98a923786 Fix failure to ensure that a snapshot is available to datatype input functions 17 years ago
Alvaro Herrera 0f864a63ea Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h. 17 years ago
Michael Meskes 192dd845a1 Using clause has to accept signed numeric constants too. 17 years ago
Tom Lane 17dc173660 To reduce confusion over whether VACUUM FULL is needed for anti-wraparound 17 years ago
Peter Eisentraut d9346f2186 The macros NULL_DEV and DEVNULL were both used to work around 17 years ago
Peter Eisentraut 21a743e886 Move carefully obscured SunOS 4 specific #include out of c.h into port 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Tom Lane 55368223cd Tweak the tree descent loop in fsm_search_avail to not look at the 17 years ago
Bruce Momjian 253fa736b9 Update journaling performance docs based on comments by Michael Renner. 17 years ago
Tom Lane 5932915fef Add a specific example of parenthesizing when extracting a field of a 17 years ago
Heikki Linnakangas dea81a6cf6 Revert SIGUSR1 multiplexing patch, per Tom's objection. 17 years ago
Heikki Linnakangas 7b05b3fa39 Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous 17 years ago
Magnus Hagander 9edd720050 Clearify how processes are started by autovacuum, and what the effect 17 years ago
Tom Lane 4e0b63b0b9 Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common case 17 years ago
Magnus Hagander bd33aca36e Add note that autovacuum can use up several times maintenance_work_mem, 17 years ago
Tom Lane 173a676027 Don't try to optimize EXISTS subqueries with empty FROM-lists: we need to 17 years ago
Alvaro Herrera aa7f00464d Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxious 17 years ago
Peter Eisentraut b2971e2048 Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. 17 years ago
Bruce Momjian ff1ea2173a Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. 17 years ago
Bruce Momjian 31076c8beb Document that non-data journaling is a recommended mount option. 17 years ago
Heikki Linnakangas 7a567d9407 MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead of 17 years ago
Peter Eisentraut b61318d1b4 Better descriptions in pg_get_keywords(), consistent with the documentation 17 years ago
Peter Eisentraut 455dffbb73 Default values for function arguments 17 years ago
Alvaro Herrera 7b640b0345 Fix a couple of snapshot management bugs in the new ResourceOwner world: 17 years ago
Magnus Hagander 30c52532d2 Comment said we don't free the lockarray, and why. The proper fix is to 17 years ago