Commit Graph

29859 Commits (77acab75dfe2e4741c25c0cf550266caef1eebd2)
 

Author SHA1 Message Date
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
Tom Lane c670410e7f Move the responsibility for calling StartupXLOG into InitPostgres, for 16 years ago
Robert Haas ee7769bb76 Update docs as to when WAL logging can be skipped. 16 years ago
Simon Riggs cfac702223 Add new message for explicit rejection by pg_hba.conf. Implicit 16 years ago
Simon Riggs 7bc76d51fb Check RecoveryInProgress() while holding ProcArrayLock during snapshots. 16 years ago
Tom Lane 39bf46384b Fix uninitialized local variables. Not sure why gcc doesn't complain about 16 years ago
Magnus Hagander 03a571a4cf Add wrapper function libpqrcv_PQexec() in the walreceiver that uses async 16 years ago
Robert Haas 5b89ef384c Add an 'enable_material' GUC. 16 years ago
Tom Lane 9287567eff Fix bogus order of cleanup steps in plperl_inline_handler. 16 years ago
Simon Riggs d38603bd97 Improve sequence and sense of messages from pg_stop_backup(). 16 years ago
Simon Riggs 2847de9df2 Remove some additional changes in previous commit that belong elsewhere. 16 years ago
Simon Riggs 21d6a6a128 Tune GetSnapshotData() during Hot Standby by avoiding loop 16 years ago
Robert Haas 7b130fbc50 Provide better guidance for adjusting shared_buffers. 16 years ago
Heikki Linnakangas 961ad3fdd9 On Windows, syslogger runs in two threads. The main thread processes config 16 years ago