2012-05-03 |
Peter Eisentraut | doc: Fix for too many brackets in command synopses... |
commit | commitdiff | tree |
2012-05-03 |
Bruce Momjian | Remove BSD/OS (BSDi) port. There are no known users... |
commit | commitdiff | tree |
2012-05-03 |
Bruce Momjian | Mark git_changelog examples with the proper executable... |
commit | commitdiff | tree |
2012-05-02 |
Robert Haas | Add missing parenthesis in comment. |
commit | commitdiff | tree |
2012-05-02 |
Peter Eisentraut | PL/Python: Improve test coverage |
commit | commitdiff | tree |
2012-05-02 |
Peter Eisentraut | PL/Python: Fix crash in functions returning SETOF and... |
commit | commitdiff | tree |
2012-05-02 |
Peter Eisentraut | Even more duplicate word removal, in the spirit of... |
commit | commitdiff | tree |
2012-05-02 |
Robert Haas | Avoid repeated CLOG access from heap_hot_search_buffer. |
commit | commitdiff | tree |
2012-05-02 |
Robert Haas | Further corrections from the department of redundancy... |
commit | commitdiff | tree |
2012-05-02 |
Robert Haas | More duplicate word removal. |
commit | commitdiff | tree |
2012-05-02 |
Heikki Linnakangas | Remove duplicate words in comments. |
commit | commitdiff | tree |
2012-05-02 |
Tom Lane | Kill some remaining references to SVR4 and univel. |
commit | commitdiff | tree |
2012-05-01 |
Robert Haas | Tweak psql to print row counts when \x auto chooses... |
commit | commitdiff | tree |
2012-05-01 |
Peter Eisentraut | Remove dead ports |
commit | commitdiff | tree |
2012-04-30 |
Peter Eisentraut | Improve markup of cmdsynopsis elements |
commit | commitdiff | tree |
2012-04-30 |
Peter Eisentraut | Fix display of <command> elements on man pages |
commit | commitdiff | tree |
2012-04-30 |
Tom Lane | Converge all SQL-level statistics timing values to... |
commit | commitdiff | tree |
2012-04-30 |
Peter Eisentraut | Mark ReThrowError() with attribute noreturn |
commit | commitdiff | tree |
2012-04-30 |
Robert Haas | Remove duplicate word in comment. |
commit | commitdiff | tree |
2012-04-30 |
Bruce Momjian | Add comments suggesting usage of git_changelog to gener... |
commit | commitdiff | tree |
2012-04-29 |
Tom Lane | Rename I/O timing statistics columns to blk_read_time... |
commit | commitdiff | tree |
2012-04-29 |
Tom Lane | Rename track_iotiming GUC to track_io_timing. |
commit | commitdiff | tree |
2012-04-29 |
Tom Lane | Further editorialization on the new documentation for... |
commit | commitdiff | tree |
2012-04-29 |
Peter Eisentraut | Change return type of ExceptionalCondition to void... |
commit | commitdiff | tree |
2012-04-29 |
Peter Eisentraut | Simplify makefile rule |
commit | commitdiff | tree |
2012-04-29 |
Tom Lane | Make a copy-editing pass over the new documentation... |
commit | commitdiff | tree |
2012-04-28 |
Tom Lane | Adjust timing units in pg_stat_statements. |
commit | commitdiff | tree |
2012-04-28 |
Tom Lane | Clear I/O timing counters after sending them to the... |
commit | commitdiff | tree |
2012-04-28 |
Peter Eisentraut | PL/Python: Update list of supported environment variables |
commit | commitdiff | tree |
2012-04-27 |
Tom Lane | Fix printing of whole-row Vars at top level of a SELECT... |
commit | commitdiff | tree |
2012-04-27 |
Bruce Momjian | Add options to git_changelog for use in major release... |
commit | commitdiff | tree |
2012-04-27 |
Tom Lane | Fix syslogger's rotation disable/re-enable logic. |
commit | commitdiff | tree |
2012-04-27 |
Robert Haas | Prevent index-only scans from returning wrong answers... |
commit | commitdiff | tree |
2012-04-26 |
Tom Lane | Improve documentation around historical calendar rules. |
commit | commitdiff | tree |
2012-04-26 |
Tom Lane | Fix oversight in recent parameterized-path patch. |
commit | commitdiff | tree |
2012-04-26 |
Peter Eisentraut | PL/Python: Accept strings in functions returning compos... |
commit | commitdiff | tree |
2012-04-26 |
Peter Eisentraut | psql: Tab completion updates |
commit | commitdiff | tree |
2012-04-26 |
Tom Lane | Modify create_index regression test to avoid intermitte... |
commit | commitdiff | tree |
2012-04-26 |
Tom Lane | Fix planner's handling of RETURNING lists in writable... |
commit | commitdiff | tree |
2012-04-25 |
Tom Lane | Fix edge-case behavior of pg_next_dst_boundary(). |
commit | commitdiff | tree |
2012-04-25 |
Robert Haas | Remove prototype for nonexistent function. |
commit | commitdiff | tree |
2012-04-25 |
Tom Lane | Another trivial comment-typo fix. |
commit | commitdiff | tree |
2012-04-25 |
Peter Eisentraut | PL/Python: Improve error messages |
commit | commitdiff | tree |
2012-04-24 |
Peter Eisentraut | Standardize indentation of XSL files |
commit | commitdiff | tree |
2012-04-24 |
Peter Eisentraut | entab: Improve makefile |
commit | commitdiff | tree |
2012-04-24 |
Peter Eisentraut | Fix minor stylistic issue |
commit | commitdiff | tree |
2012-04-24 |
Robert Haas | Casts to or from a domain type are ignored; warn and... |
commit | commitdiff | tree |
2012-04-24 |
Robert Haas | Another typographical correction. |
commit | commitdiff | tree |
2012-04-24 |
Robert Haas | Lots of doc corrections. |
commit | commitdiff | tree |
2012-04-24 |
Robert Haas | Rearrange lazy_scan_heap to avoid visibility map race... |
commit | commitdiff | tree |
2012-04-24 |
Robert Haas | Reduce hash size for compute_array_stats, compute_tsvec... |
commit | commitdiff | tree |
2012-04-24 |
Robert Haas | Minor improvements for CHECK NO INHERIT documentation. |
commit | commitdiff | tree |
2012-04-22 |
Peter Eisentraut | Fix some typos |
commit | commitdiff | tree |
2012-04-21 |
Tom Lane | Use fuzzy not exact cost comparison for the final tie... |
commit | commitdiff | tree |
2012-04-21 |
Alvaro Herrera | Recast "ONLY" column CHECK constraints as NO INHERIT |
commit | commitdiff | tree |
2012-04-21 |
Tom Lane | Adjust join_search_one_level's handling of clauseless... |
commit | commitdiff | tree |
2012-04-19 |
Tom Lane | Revise parameterized-path mechanism to fix assorted... |
commit | commitdiff | tree |
2012-04-19 |
Peter Eisentraut | Untabify DSSSL and XSL files and add to check-tabs... |
commit | commitdiff | tree |
2012-04-18 |
Robert Haas | Remove bogus comment from HeapTupleSatisfiesNow. |
commit | commitdiff | tree |
2012-04-18 |
Robert Haas | Finish rename of FastPathStrongLocks to FastPathStrongR... |
commit | commitdiff | tree |
2012-04-18 |
Robert Haas | Tighten up error recovery for fast-path locking. |
commit | commitdiff | tree |
2012-04-18 |
Robert Haas | Fix incorrect comment in SetBufferCommitInfoNeedsSave(). |
commit | commitdiff | tree |
2012-04-18 |
Robert Haas | After PageSetAllVisible, use MarkBufferDirty. |
commit | commitdiff | tree |
2012-04-18 |
Robert Haas | Fix copyfuncs/equalfuncs support for ReassignOwnedStmt. |
commit | commitdiff | tree |
2012-04-18 |
Robert Haas | Fix various infelicities in node functions. |
commit | commitdiff | tree |
2012-04-18 |
Robert Haas | Doc clarification for synchronous_commit. |
commit | commitdiff | tree |
2012-04-18 |
Peter Eisentraut | psql: Add tab completion for CREATE/ALTER ROLE name... |
commit | commitdiff | tree |
2012-04-17 |
Andrew Dunstan | Don't override arguments set via options with positiona... |
commit | commitdiff | tree |
2012-04-17 |
Heikki Linnakangas | Don't wait for the commit record to be replicated if... |
commit | commitdiff | tree |
2012-04-16 |
Peter Eisentraut | Add compatibility information for prepared transaction... |
commit | commitdiff | tree |
2012-04-16 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2012-04-16 |
Heikki Linnakangas | Install plpgsql.h to to include/server at "make install". |
commit | commitdiff | tree |
2012-04-16 |
Peter Eisentraut | PL/Python: Improve documentation of nrows() method |
commit | commitdiff | tree |
2012-04-15 |
Peter Eisentraut | PL/Python: Fix crash when colnames() etc. called withou... |
commit | commitdiff | tree |
2012-04-15 |
Tatsuo Ishii | Add missing descriptions about '--timeout' and '--mode... |
commit | commitdiff | tree |
2012-04-14 |
Robert Haas | Rename synchronous_commit='write' to 'remote_write'. |
commit | commitdiff | tree |
2012-04-14 |
Robert Haas | pg_size_pretty(numeric) |
commit | commitdiff | tree |
2012-04-14 |
Tatsuo Ishii | Add description of long options for '-c', '-D', '-l... |
commit | commitdiff | tree |
2012-04-14 |
Peter Eisentraut | Update contrib/README |
commit | commitdiff | tree |
2012-04-14 |
Peter Eisentraut | Document that VALUES can be used in WITH |
commit | commitdiff | tree |
2012-04-13 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2012-04-13 |
Robert Haas | Add Peter Geoghegan as additional author of pg_stat_sta... |
commit | commitdiff | tree |
2012-04-13 |
Tom Lane | Remove the "last ditch" code path in join_search_one_le... |
commit | commitdiff | tree |
2012-04-13 |
Tom Lane | Weaken the planner's tests for relevant joinclauses. |
commit | commitdiff | tree |
2012-04-13 |
Peter Eisentraut | Rename bytea_agg to string_agg and add delimiter argument |
commit | commitdiff | tree |
2012-04-13 |
Peter Eisentraut | Consistently quote encoding and locale names in messages |
commit | commitdiff | tree |
2012-04-13 |
Robert Haas | Grammar corrections. |
commit | commitdiff | tree |
2012-04-13 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
2012-04-13 |
Robert Haas | Update lazy_scan_heap header comment. |
commit | commitdiff | tree |
2012-04-12 |
Tom Lane | Assorted spelling corrections. |
commit | commitdiff | tree |
2012-04-12 |
Tom Lane | Fix cost estimation for indexscan filter conditions. |
commit | commitdiff | tree |
2012-04-11 |
Tom Lane | Silently ignore any nonexistent schemas that are listed... |
commit | commitdiff | tree |
2012-04-11 |
Alvaro Herrera | Accept postgres:// URIs in libpq connection functions |
commit | commitdiff | tree |
2012-04-11 |
Tom Lane | Make pg_tablespace_location(0) return the database... |
commit | commitdiff | tree |
2012-04-10 |
Bruce Momjian | Fix pg_upgrade to properly upgrade a table that is... |
commit | commitdiff | tree |
2012-04-10 |
Peter Eisentraut | NLS: Initialize Project-Id-Version field by xgettext |
commit | commitdiff | tree |
2012-04-10 |
Peter Eisentraut | psql: Improve tab completion of WITH |
commit | commitdiff | tree |
2012-04-10 |
Tom Lane | Measure epoch of timestamp-without-time-zone from local... |
commit | commitdiff | tree |
2012-04-10 |
Heikki Linnakangas | Point the URL to PL/py directly to the page about the... |
commit | commitdiff | tree |
2012-04-10 |
Heikki Linnakangas | Fix typos in docs, some words were doubled. |
commit | commitdiff | tree |
next |