Commit Graph

29889 Commits (c0de88c4152a239cb4df00b538770afbf422adf8)
 

Author SHA1 Message Date
Heikki Linnakangas c0de88c415 Change wording so that you don't need to understand that wal_levels 16 years ago
Heikki Linnakangas 1b6c7b1c0b Change "literal" tag to the more appropriate "firstterm", when describing 16 years ago
Heikki Linnakangas f35951619c Add cross-reference from wal_level to hot_standby setting. Update 16 years ago
Tom Lane 609a63fd85 Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum. 16 years ago
Tom Lane e55e6ecfe4 Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum 16 years ago
Simon Riggs 3a0939eda2 Update standbycheck test output with new ERROR message changes. No changes 16 years ago
Simon Riggs abeb17cdae Docs for standbycheck regression tests. 16 years ago
Simon Riggs 98bbab47bc Mention that max_standby_delay has units of milliseconds. Units are mentioned 16 years ago
Tom Lane f9ed327f76 Clean up some awkward, inaccurate, and inefficient processing around 16 years ago
Tom Lane 154163238e Add code to InternalIpcMemoryCreate() to handle the case where shmget() 16 years ago
Tom Lane 170456c9d8 Install hack workaround for failure of 'make all' in VPATH builds. 16 years ago
Tom Lane f856fad80b Adjust postgres.xml rule so that make will notice a failure exit from osx. 16 years ago
Tom Lane f5c23ca208 Fix leakage of proc-related storage in plpython's inline handler. 16 years ago
Tom Lane 05f030837c Update our information about OS X shared memory configuration: it's now 16 years ago
Tom Lane 854b5eb510 Improve COPY documentation to clarify that it doesn't copy data to or from 16 years ago
Tom Lane b1bc2f0425 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak 16 years ago
Tom Lane 0954358047 Fix a couple of places where the result of fgets() wasn't checked. 16 years ago
Heikki Linnakangas 21992dd4f5 Fix handling of b-tree reuse WAL records when hot standby is disabled, 16 years ago
Marc G. Fournier f9d9b2b34a tag for 9.0beta1 16 years ago
Bruce Momjian 616a3b2df4 Documentation fix: CREATE TRIGGER 'WHERE' -> 'WHEN' 16 years ago
Tom Lane 69f7a4d8e3 Adjust error checks in pg_start_backup and pg_stop_backup to make it possible 16 years ago
Tom Lane f0488bd57c Rename the parameter recovery_connections to hot_standby, to reduce possible 16 years ago
Bruce Momjian 72e316e4c8 Doc fix -- last major item should not be a bullet. 16 years ago
Bruce Momjian fbb68396bb Move alpha release notes into a separate file; re-align sgml tags. 16 years ago
Bruce Momjian ca2c61caac Update 9.0 release notes to current; add major items and introductory 16 years ago
Tom Lane a5ec86a7c7 Install a workaround for 'TeX capacity exceeded' problem 16 years ago
Tom Lane fa171dd8e5 Fix typo, per Thom Brown. 16 years ago
Tom Lane f4ec2fabbf Modify information_schema._pg_keysequal() to avoid search path risk when 16 years ago
Tom Lane c80a85e3cd Minor editorializing on pg_controldata and pg_resetxlog: adjust some message 16 years ago
Tom Lane 82e38abaf1 pg_controldata needs #define FRONTEND, same as pg_resetxlog. 16 years ago
Tom Lane 77acab75df Modify ShmemInitStruct and ShmemInitHash to throw errors internally, 16 years ago
Alvaro Herrera 5f70a04c56 Make pg_stats example query result a bit less wide, and add comment about 16 years ago
Heikki Linnakangas 9b8a73326e Introduce wal_level GUC to explicitly control if information needed for 16 years ago
Tom Lane a2de4826e9 Fix contrib/tsearch2 expected results to match recent changes in URL parsing. 16 years ago
Magnus Hagander 81fb51732e Fix typo that had the code check the same thing twice. 16 years ago
Heikki Linnakangas 8f9fe24b10 Add recovery.conf parameters to the documentation index, per suggestion 16 years ago
Tom Lane 2c265adea3 Modify the built-in text search parser to handle URLs more nearly according 16 years ago
Tom Lane d64b110a64 Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa. 16 years ago
Itagaki Takahiro 7780c4124b Add CP949 as an alias for UHC encoding. pg_get_encoding_from_locale() 16 years ago
Tom Lane 2871b4618a Replace the KnownAssignedXids hash table with a sorted-array data structure, 16 years ago
Alvaro Herrera 871e73bb27 Reformat code examples in plpgsql docs for better readability in PDF output 16 years ago
Heikki Linnakangas 3efba16d56 If a base backup is cancelled by server shutdown or crash, throw an error 16 years ago
Tom Lane 3456cf1831 Update documentation to match pg_stat_activity changes. 16 years ago
Bruce Momjian 132c40424a Document that pgpool can be used with master/slave servers to avoid 16 years ago
Tom Lane 8f0ab2298f Add missing newlines in WPARSER_TRACE output. 16 years ago
Bruce Momjian 75c5738177 Reorder pg_stat_activity columns to be more consistent, using layout 16 years ago
Bruce Momjian 7eb6e6b48a Add comments about why we set LC_CTYPE in WIN32 for time when we don't 16 years ago
Robert Haas ab93cd9b05 When we're restricting who can connect, don't allow new walsenders. 16 years ago
Bruce Momjian 22da73198f Add C comments for recent to_char('L') fix for Win32. 16 years ago
Simon Riggs 90e04bab39 Patch revoked because of objections. 16 years ago