Commit Graph

33466 Commits (fe546f3da6a5ff1d879f587728f74ec457f0ee5f)
 

Author SHA1 Message Date
Heikki Linnakangas fe546f3da6 Don't wait for the commit record to be replicated if we wrote no WAL. 14 years ago
Peter Eisentraut cf714c8108 Add compatibility information for prepared transaction commands 14 years ago
Peter Eisentraut a33fcd7e79 Fix typo 14 years ago
Heikki Linnakangas 49440fff08 Install plpgsql.h to to include/server at "make install". 14 years ago
Peter Eisentraut 0f48e06751 PL/Python: Improve documentation of nrows() method 14 years ago
Peter Eisentraut c03523ed3f PL/Python: Fix crash when colnames() etc. called without result set 14 years ago
Tatsuo Ishii 4efbb7d04f Add missing descriptions about '--timeout' and '--mode' to help 14 years ago
Robert Haas ea6a2d8d47 Rename synchronous_commit='write' to 'remote_write'. 14 years ago
Robert Haas 4a2d7ad76f pg_size_pretty(numeric) 14 years ago
Tatsuo Ishii d4db16d303 Add description of long options for '-c', '-D', '-l' and '-s'. Per 14 years ago
Peter Eisentraut 48ea558313 Update contrib/README 14 years ago
Peter Eisentraut aacc50d175 Document that VALUES can be used in WITH 14 years ago
Peter Eisentraut f3a3aac845 Fix typo 14 years ago
Robert Haas cd93425cd1 Add Peter Geoghegan as additional author of pg_stat_statements. 14 years ago
Tom Lane e54b10a62d Remove the "last ditch" code path in join_search_one_level(). 14 years ago
Tom Lane e3ffd05b02 Weaken the planner's tests for relevant joinclauses. 14 years ago
Peter Eisentraut c0cc526e8b Rename bytea_agg to string_agg and add delimiter argument 14 years ago
Peter Eisentraut 64e1309c76 Consistently quote encoding and locale names in messages 14 years ago
Robert Haas 7167fcd21b Grammar corrections. 14 years ago
Robert Haas 61167bfaf2 Fix typo in comment. 14 years ago
Robert Haas 5630eddf1e Update lazy_scan_heap header comment. 14 years ago
Tom Lane 81e3e4fd14 Assorted spelling corrections. 14 years ago
Tom Lane 732bfa2448 Fix cost estimation for indexscan filter conditions. 14 years ago
Tom Lane 880bfc3287 Silently ignore any nonexistent schemas that are listed in search_path. 14 years ago
Alvaro Herrera b035cb9db7 Accept postgres:// URIs in libpq connection functions 14 years ago
Tom Lane 3769fa5fc6 Make pg_tablespace_location(0) return the database's default tablespace. 14 years ago
Bruce Momjian 38458e4573 Fix pg_upgrade to properly upgrade a table that is stored in the cluster 14 years ago
Peter Eisentraut eb821b91c8 NLS: Initialize Project-Id-Version field by xgettext 14 years ago
Peter Eisentraut 6b8c99c386 psql: Improve tab completion of WITH 14 years ago
Tom Lane 0d9819f7e3 Measure epoch of timestamp-without-time-zone from local not UTC midnight. 14 years ago
Heikki Linnakangas 442da68f73 Point the URL to PL/py directly to the page about the procedural language. 14 years ago
Heikki Linnakangas fb9bc5d9fb Fix typos in docs, some words were doubled. 14 years ago
Tom Lane c94b43ce39 Adjust various references to GEQO being non-deterministic. 14 years ago
Bruce Momjian 17665f6115 Re-add documentation recommendation to use gzip/gunzip for archive file 14 years ago
Bruce Momjian 75fcb935bc Update documentation to more clearly label the streaming replication option. 14 years ago
Bruce Momjian 8213624fc9 Remove documentation mention of pglesslog, which was added in 2009 14 years ago
Tom Lane 65fd91333e Fix an Assert that turns out to be reachable after all. 14 years ago
Tom Lane d515365a61 Don't bother copying empty support arrays in a zero-column MergeJoin. 14 years ago
Tom Lane e969f9a780 Save a few cycles while creating "sticky" entries in pg_stat_statements. 14 years ago
Heikki Linnakangas 140a4fbf1a Remove link to ODBCng project from the docs. 14 years ago
Robert Haas 3ae5133b1c Teach SLRU code to avoid replacing I/O-busy pages. 14 years ago
Tom Lane d5375491f8 Improve management of "sticky" entries in contrib/pg_stat_statements. 14 years ago
Heikki Linnakangas 03529a3ff9 set_stack_base() no longer needs to be called in PostgresMain. 14 years ago
Heikki Linnakangas ef3883d130 Do stack-depth checking in all postmaster children. 14 years ago
Tom Lane 7feecedcce Fix incorrect make maintainer-clean rule. 14 years ago
Tom Lane 95b9c333b2 Further adjustment of comment about qsort_tuple. 14 years ago
Tom Lane a25ef7a5f6 Remove useless variable to suppress compiler warning. 14 years ago
Bruce Momjian d24ac36f4f Stamp libraries versions for 9.2 (better late than never). 14 years ago
Tom Lane d75829a682 Update URL for pgtclng project. 14 years ago
Tom Lane 0ab4db52c0 Fix misleading output from gin_desc(). 14 years ago