Commit Graph

30172 Commits (350ab443beba3ce8a7ddf2090a3694de330f6bb3)
 

Author SHA1 Message Date
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
Robert Haas 33980a0640 Fix various instances of "the the". 16 years ago
Simon Riggs 473af39737 Add missing optimizer hooks for function cost and number of rows. 16 years ago
Simon Riggs 491d1ea5b3 Previous patch revoked following objections. 16 years ago
Simon Riggs 6ca23b1a29 Make CheckRequiredParameterValues() depend upon correct combination 16 years ago
Peter Eisentraut 89a9db2940 Fix message punctuation 16 years ago
Simon Riggs a2555571fb Optimise btree delete processing when no active backends. 16 years ago
Simon Riggs 781ec6b75d Further reductions in Hot Standby conflict processing. These 16 years ago
Itagaki Takahiro 95a777c612 Fix encoding issue when lc_monetary or lc_numeric are different encoding 16 years ago
Tom Lane a6dcd19a2a Enforce superuser permissions checks during ALTER ROLE/DATABASE SET, rather 16 years ago
Simon Riggs f6e092701c Only send cleanup_info messages if VACUUM removes any tuples. 16 years ago
Simon Riggs 0192abc4d7 Relax locking during GetCurrentVirtualXIDs(). Earlier improvements 16 years ago
Simon Riggs bc2b85d904 Fix oversight in collecting values for cleanup_info records. 16 years ago
Tom Lane a2c3931a24 Fix pg_hba.conf matching so that replication connections only match records 16 years ago
Tom Lane a3c6d10575 Move the check for whether walreceiver has authenticated as a superuser 16 years ago
Tom Lane ea46000a40 Arrange for client authentication to occur before we select a specific 16 years ago
Tom Lane 7de2dfccc5 Fix code that doesn't work on machines with strict alignment requirements: 16 years ago
Robert Haas 481cb5d9b5 Rename standby_keep_segments to wal_keep_segments. 16 years ago