Age | Commit message (Expand) | Author |
2011-11-16 | Code review for range-types catalog entries.HEADmaster | Tom Lane |
2011-11-16 | Don't elide blank lines when accumulating psql command history. | Robert Haas |
2011-11-15 | Improve caching in range type I/O functions. | Tom Lane |
2011-11-15 | Restructure function-internal caching in the range type code. | Tom Lane |
2011-11-15 | Fix alignment and toasting bugs in range types. | Tom Lane |
2011-11-15 | Update oidjoins regression test to match git HEAD. | Tom Lane |
2011-11-14 | Return NULL instead of throwing error when desired bound is not available. | Tom Lane |
2011-11-14 | Return FALSE instead of throwing error for comparisons with empty ranges. | Tom Lane |
2011-11-14 | Fix copyright notices, other minor editing in new range-types code. | Tom Lane |
2011-11-14 | Rerun pgindent with updated typedef list. | Bruce Momjian |
2011-11-14 | Run pgindent on range type files, per request from Tom. | Bruce Momjian |
2011-11-13 | Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling. | Michael Meskes |
2011-11-13 | Wakeup WALWriter as needed for asynchronous commit performance. | Simon Riggs |
2011-11-12 | In plpgsql, allow foreign tables to define row types. | Tom Lane |
2011-11-12 | Add psql expanded auto mode | Peter Eisentraut |
2011-11-12 | Avoid retaining multiple relation locks in RangeVarGetRelid. | Robert Haas |
2011-11-12 | Fix psql's \dd version check for operator families. | Robert Haas |
2011-11-10 | Throw nice error if server is too old to support psql's \ef or \sf command. | Tom Lane |
2011-11-10 | Correct documentation for trace_userlocks. | Robert Haas |
2011-11-10 | Revert removal of trace_userlocks, because userlocks aren't gone. | Robert Haas |
2011-11-10 | Avoid platform-dependent infinite loop in pg_dump. | Tom Lane |
2011-11-10 | Fix server header file installation with vpath builds | Peter Eisentraut |
2011-11-10 | Document that PQexec() can handle a NULL res pointer just fine. | Bruce Momjian |
2011-11-10 | Fix another bug in the redo of COPY batches. | Heikki Linnakangas |
2011-11-09 | Only install the extension files for the current Python major version | Peter Eisentraut |
2011-11-09 | Fix bugs in the COPY heap-insert batching patch. | Heikki Linnakangas |
2011-11-09 | Clean gettext-files file in clean target | Peter Eisentraut |
2011-11-09 | Fix compiler warning. | Robert Haas |
2011-11-09 | In COPY, insert tuples to the heap in batches. | Heikki Linnakangas |
2011-11-09 | Tweak new regression test case for more portability. | Tom Lane |
2011-11-09 | Fix random discrepancies between parallel_schedule and serial_schedule. | Tom Lane |
2011-11-09 | Wrap appendrel member outputs in PlaceHolderVars in additional cases. | Tom Lane |
2011-11-08 | Make DatumGetInetP() unpack inet datums with a 1-byte header, and add | Heikki Linnakangas |
2011-11-08 | Rewrite comment for slightly greater accuracy. | Robert Haas |
2011-11-08 | Fix hstore regression tests. | Robert Haas |
2011-11-08 | Adjust range type docs for some last-minute changes I made to the patch. | Heikki Linnakangas |
2011-11-08 | -DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGS | Peter Eisentraut |
2011-11-08 | Remove hstore's text => text operator. | Robert Haas |
2011-11-08 | Make VACUUM avoid waiting for a cleanup lock, where possible. | Robert Haas |
2011-11-07 | Minor grammar improvements. | Robert Haas |
2011-11-07 | Fix assorted bugs in contrib/unaccent's configuration file parsing. | Tom Lane |
2011-11-07 | Fix timestamp range subdiff functions, when using float datetimes. | Heikki Linnakangas |
2011-11-07 | On second thought, we'd better just drop these tests altogether. | Tom Lane |
2011-11-06 | Un-break horology regression test. | Tom Lane |
2011-11-06 | Oops, forgot to fix the catversion when I committed the range types patch. | Heikki Linnakangas |
2011-11-05 | Update regression tests for \d+ modification | Magnus Hagander |
2011-11-05 | Show statistics target for columns in \d+ on a table | Magnus Hagander |
2011-11-05 | Make psql \d on a sequence show the table/column owning it | Magnus Hagander |
2011-11-05 | Don't assume that a tuple's header size is unchanged during toasting. | Tom Lane |
2011-11-04 | Fix archive_command example | Peter Eisentraut |