Commit Graph

25357 Commits (dc8a8a0463ff49f2cda2b2fba1f6e46c2b7e480b)
 

Author SHA1 Message Date
Bruce Momjian dc8a8a0463 Add: 19 years ago
Bruce Momjian 18cad61e67 Fix markup. 19 years ago
Bruce Momjian 637878cd85 Update pronunciation FAQ item. 19 years ago
Bruce Momjian 23221f4eea Update to mention alternate project name is "Postgres". 19 years ago
Bruce Momjian 63490ddf1e Remove GIN interface section, which is now documented in SGML. 19 years ago
Tom Lane b2acd633e4 Fix markup that doesn't work in back branches. 19 years ago
Bruce Momjian 7f9de5407a Fix GSS API pointer checking. 19 years ago
Bruce Momjian 12afe7bc76 Document atan2() as y/x, rather than x/y, to conform to general usage. 19 years ago
Tom Lane 9b2afa90bf Minor editorialization on release notes. 19 years ago
Bruce Momjian 4b836d8312 Add some links for escape strings. 19 years ago
Bruce Momjian f6a168e2c3 Add LDAP URL documentation. 19 years ago
Bruce Momjian 13e26073bd Update documentation to mention that autovacuum also does analyze so we 19 years ago
Bruce Momjian fc79628641 Clarify tar documentation about return error codes. 19 years ago
Bruce Momjian ae36e0d589 Update tsearch include location in example. 19 years ago
Bruce Momjian 17aae41afd Add tsearch tab completion support: 19 years ago
Bruce Momjian c0f2b109bc This is small patch fixes a spi example (PG_MODULE_MAGIC is required as 19 years ago
Bruce Momjian edc18429bd Update GNU tar error code documentation. 19 years ago
Bruce Momjian 6c9e4d7e08 Mentino that PAM doesn't work for Unix system authentication because of 19 years ago
Tom Lane 2d6cb170d4 Remove ill-considered (not to mention undocumented) attempt to make 19 years ago
Bruce Momjian aa33bdd783 Update documented error text. 19 years ago
Bruce Momjian dfe2e3f7a5 Clarify age() 'months' calculation documentation. 19 years ago
Bruce Momjian f307fe4c9b Update documentation to emphasize autovacuum rather than 19 years ago
Teodor Sigaev 3e805fdcf7 Fix typo in typecasting. 19 years ago
Bruce Momjian e8e2bd799f Update Japanese FAQ, backpatch. 19 years ago
Alvaro Herrera 945ba50dc3 Fix a memory leak in the autovacuum launcher code. Noted by Darcy Buskermolen, 19 years ago
Tom Lane 6889303531 Redefine the lp_flags field of item pointers as having four states, rather 19 years ago
Andrew Dunstan eb0a7735ba Perform post-escaping encoding validity checks on SQL literals and COPY input 19 years ago
Bruce Momjian 22b613ebd9 Whitespace improvement. 19 years ago
Tom Lane e435bddb9c Revert ill-starred change to ICC anti-aliasing switches. Per 19 years ago
Magnus Hagander 6ee3b2dfe4 Install dictionary sample files. 19 years ago
Bruce Momjian 1e0eeab155 Document an efficient way to create documentation for back branches. 19 years ago
Bruce Momjian 8049626ee2 Update Japanese FAQ to current release number. 19 years ago
Alvaro Herrera 9588e1bd65 Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point 19 years ago
Tom Lane 861f7357b9 Give ICC its preferred, documented form of the no-strict-aliasing 19 years ago
Tom Lane 16f8a9e4e1 Sync timezone data with 2007g zic release. 19 years ago
Bruce Momjian 0735264aab Upcoming most recent release will be 8.2.5. 19 years ago
Bruce Momjian da7192d1d4 Stamp 19 years ago
Tom Lane f181f9e1e4 Make sure that open hash table scans are cleaned up when bgwriter tries to 19 years ago
Tom Lane 5cf785a4de Include hash table name in all the internal-error elog messages in 19 years ago
Teodor Sigaev 476045a21b Remove QueryOperand->istrue flag, it was used only in cover ranking 19 years ago
Teodor Sigaev 13553cbbff Fix header's size of structs defines in ispell. 19 years ago
Teodor Sigaev 64def09592 Add regression tests for ispell, synonym and thesaurus dictionaries. 19 years ago
Teodor Sigaev c4b2b2960a Fix ts_debug function to prevent unneeded calls of ts_lexize(). 19 years ago
Teodor Sigaev 57cafe7982 Refactor from Heikki Linnakangas <heikki@enterprisedb.com>: 19 years ago
Tom Lane ef4d38c86c Rename recently-added pg_stat_activity column from txn_start to xact_start, 19 years ago
Tom Lane 82a47982f3 Arrange for SET LOCAL's effects to persist until the end of the current top 19 years ago
Alvaro Herrera b366562e43 Make CLUSTER and REINDEX silently skip remote temp tables in their 19 years ago
Alvaro Herrera 6a10f0f749 Release the exclusive lock on the table early after truncating it in lazy 19 years ago
Teodor Sigaev f7379f5c88 Heikki Linnakangas <heikki@enterprisedb.com>: 19 years ago
Teodor Sigaev 53ef36cb4a Fix recently introduced bugs about parsing ispell/hunspell files. 19 years ago