Commit Graph

23632 Commits (62fe410ec6cd7811b0cf76c8e175c47daba108d9)
 

Author SHA1 Message Date
Neil Conway 62fe410ec6 Minor fix for LDAP authentication: if an error occurs, we need to 19 years ago
Tom Lane 76d5667ba8 Fix recently-identified PITR recovery hazard: the base backup could contain 19 years ago
Tom Lane 48188e1621 Fix recently-understood problems with handling of XID freezing, particularly 19 years ago
Tom Lane 10c70b8602 Add note about space usage of 'manual' approach to clustering, per 19 years ago
Tom Lane 6fada49805 Correct documentation error: in 8.1 and 8.2, %p in archive and restore 19 years ago
Tom Lane 17a814ca02 Mention 'void' as the proper return type when there's nothing to 19 years ago
Tom Lane 70ce5c9082 Fix "failed to re-find parent key" btree VACUUM failure by revising page 19 years ago
Tom Lane 19d0c46def pg_restore failed on tar-format archives if they contained large objects 19 years ago
Tom Lane c1fdbba49f Update zic database to tzdata2006n. 19 years ago
Teodor Sigaev bf028fa8a6 Add description of new features 19 years ago
Tom Lane 7e63445d59 Fix misstatement about the results of using -1 with BEGIN. 19 years ago
Neil Conway bc4b856e7b Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE TABLESPACE 19 years ago
Peter Eisentraut 0b9f93e6b0 Code the unknown options check without using m4 diversions. Otherwise this 19 years ago
Neil Conway e45edb35e1 Fix typo in backup docs. Patch from Euler Taveira de Oliveira. 19 years ago
Bruce Momjian 27163e3872 Fix typo in docs. 19 years ago
Bruce Momjian 50f479a112 Fix spelling mistake in docs. 19 years ago
Bruce Momjian 75f0655345 Add missing file for documentation section on failover, replication, 19 years ago
Bruce Momjian 2cbdb5522b Add documentation section on failover, replication, load balancing, and 19 years ago
Tom Lane 76d5f6f035 expression_tree_walker failed to let walker function see the immediate child 19 years ago
Tom Lane 4df8de7a68 Fix check for whether a clauseless join has to be forced in the presence of 19 years ago
Tom Lane d8221dfa6d Tweak zic.c to compile cleanly on MSVC: use CopyFile instead of 19 years ago
Bruce Momjian 9601745d35 Correctino, add URL on : 19 years ago
Bruce Momjian 2b1ccefe72 Add URL for: 19 years ago
Tom Lane cfb3a42831 Rewrite discussion of ORDER BY to emphasize the SQL99 expression case 19 years ago
Tom Lane 66f5264a2e Stamp 8.2beta2. 19 years ago
Peter Eisentraut 0ff4352d7a Add some real descriptions to the multiargument aggregate functions rather 19 years ago
Tom Lane 28b14b034a Fix broken markup. 19 years ago
Peter Eisentraut 0f763503ff Spellchecking and such 19 years ago
Peter Eisentraut 033cb9d30b Fix list of environment variables for configure. Remove some variables 19 years ago
Michael Meskes a09f9ff649 Small parser sync 19 years ago
Tom Lane 954c1813ac Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair. 19 years ago
Tom Lane bd95c74985 Code cleanup for pg_buffercache, from Mark Kirkwood. 19 years ago
Tom Lane c2c0b14086 Various MSVC build fixes from Magnus; also remove stray Windows 19 years ago
Tom Lane fa5d08fbf8 Some desultory copy-editing. 19 years ago
Tom Lane ed19393326 Some marginal editorial improvements and updates in the tutorial. 19 years ago
Peter Eisentraut 9c2c41646a Translations update 19 years ago
Tom Lane 890ce3975e Further release-note editorialization. 19 years ago
Tom Lane 425417d498 Editorial improvements for recent plpython doc updates. 19 years ago
Bruce Momjian 90f53d8487 Update PQserverVersion() to use 8.1.X as an example, rather than 7.4 19 years ago
Bruce Momjian a7701718b2 Update release notes for new pgcrypto additions. 19 years ago
Bruce Momjian 944c4e3feb Add URL for async I/O: 19 years ago
Tom Lane a003bd07f3 Rewrite discussion of string constant syntax to bring it into line with 19 years ago
Tom Lane c9c1c4edf2 Make index entry more specific. 19 years ago
Tatsuo Ishii a5007d671a pgbench: More fix with handling default scaling factor in the default 19 years ago
Tom Lane 554032b3e4 Update release notes to current, and do a pass of editorial corrections. 19 years ago
Neil Conway 8b175c75a8 Minor doc tweak: make a reference to pg_locks into a link. 19 years ago
Alvaro Herrera b0b9bedf8d Fix typo. 19 years ago
Tom Lane 7feedda098 Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir, 19 years ago
Tom Lane 33af087695 Try to fix the AIX getaddrinfo mess in a way that works on all versions. 19 years ago
Tom Lane 0549ba82e3 Clarify note about interaction of log_statement logging with errors. 19 years ago