Commit Graph

25341 Commits (edc18429bdfffe9123760d481cd398454aa6a5ca)
 

Author SHA1 Message Date
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
Alvaro Herrera 21c27af65f Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold 19 years ago
Teodor Sigaev d982daae0b Change void* opaque argument to Datum type, add argument's 19 years ago
Teodor Sigaev 83d0b9f3ca Fixes from Heikki Linnakangas <heikki@enterprisedb.com>: 19 years ago
Tom Lane f243a1a1bd Revert temporary patch that made synchronous_commit default to OFF. 19 years ago
Tom Lane b7adf47eda Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro. 19 years ago
Tom Lane 40fda15dce Code review for GUC revert-values-if-removed-from-postgresql.conf patch; 19 years ago
Andrew Dunstan 43df609daa fix typo in regression Makefile. 19 years ago
Andrew Dunstan 0cb74d3cec Provide for a file specifying non-standard config options for temp install 19 years ago
Tom Lane 6bd4f401b0 Replace the former method of determining snapshot xmax --- to wit, calling 19 years ago
Tom Lane 0a51e7073c Don't take ProcArrayLock while exiting a transaction that has no XID; there is 19 years ago
Bruce Momjian 85e79a4a83 Add Hash thread URL: 19 years ago
Teodor Sigaev 0392ea5097 Improve page split in rtree emulation. Now if splitted result has 19 years ago
Teodor Sigaev 978de9d06d Improvements from Heikki Linnakangas <heikki@enterprisedb.com> 19 years ago
Teodor Sigaev 8983852e34 Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com> 19 years ago
Teodor Sigaev e5be89981f Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with 19 years ago
Teodor Sigaev da1248401d Add turkish stopword list. Thanks to Devrim GUNDUZ <devrim@CommandPrompt.com> 19 years ago