2011-11-28 |
Tom Lane | Remove erroneous claim about use of pg_locks.objid... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Tom Lane | Fix some bogosities in pg_dump's foreign-table support. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Magnus Hagander | Add libpq connection option to disable SSL compression |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Tom Lane | Ensure that whole-row junk Vars are always of composite... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Andrew Dunstan | Make pg_dumpall build with the right object files under... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Tom Lane | Use IEEE infinity, not 1e10, for null-and-not-null... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Tom Lane | Improve GiST range-contained-by searches by adding... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Peter Eisentraut | Add pg_upgrade test suite |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Tom Lane | Use the proper macro to convert a bool to a Datum. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Andrew Dunstan | Fix MSVC builds broken by xsubpp change |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Bruce Momjian | Move pg_dump memory routines into pg_dumpmem.c/h and... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Andrew Dunstan | Use the right interpreter for encoding test. |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Andrew Dunstan | Use the preferred version of xsubpp, not necessarily... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Tom Lane | Make GiST index searches smarter about queries against... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Tom Lane | Fix overly-aggressive and inconsistent quoting in OS... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Andrew Dunstan | Ensure plperl strings are always correctly UTF8 encoded. |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Bruce Momjian | Fix join_path_components() to not add a leading slash... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Heikki Linnakangas | Take fillfactor into account in the new COPY bulk heap... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Bruce Momjian | Remove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary. |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Alvaro Herrera | Fix unvalidated check constraints on domains, too |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Bruce Momjian | Modify pg_dump to use error-free memory allocation... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Bruce Momjian | Allow pg_upgrade to upgrade clusters that use exclusion... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Alvaro Herrera | Improve logging of autovacuum I/O activity |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Tom Lane | Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records. |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Robert Haas | Move "hot" members of PGPROC into a separate PGXACT... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Tom Lane | Fix unsupported options in CREATE TABLE ... AS EXECUTE. |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Alvaro Herrera | Dump an unvalidated constraint separately from its... |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Heikki Linnakangas | Preserve SQLSTATE when an SPI error is propagated throu... |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Bruce Momjian | Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro... |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Tom Lane | Some more editing of the range-types documentation. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Tom Lane | Adjust range_adjacent to support different canonicaliza... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Tom Lane | Creator of a range type must have permission to call... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Tom Lane | Remove user-selectable ANALYZE option for range types. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Tom Lane | Remove zero- and one-argument range constructor functions. |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Tom Lane | Improve implementation of range-contains-element tests. |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Robert Haas | Check for INSERT privileges in SELECT INTO / CREATE... |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Tom Lane | Still more review for range-types patch. |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Peter Eisentraut | Small markup and wording improvement |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Simon Riggs | Continue to allow VACUUM to mark last block of index... |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Tom Lane | More code review for rangetypes patch. |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Tom Lane | Fix citext upgrade script to update derived copies... |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Tom Lane | Further code review for range types patch. |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Tom Lane | Avoid floating-point underflow while tracking buffer... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Tom Lane | Further review of range-types patch. |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Simon Riggs | Avoid marking buffer dirty when VACUUM has no work... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Tom Lane | Do missed autoheader run for previous commit. |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Bruce Momjian | Remove scandir() requirement in pg_upgrade; instead... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Robert Haas | Further consolidation of DROP statement handling. |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Tom Lane | Declare range inclusion operators as taking anyelement... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Tom Lane | Extend the unknowns-are-same-as-known-inputs type resol... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Tom Lane | Fix range_cmp_bounds for the case of equal-valued exclu... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Alvaro Herrera | Don't quote language name |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Alvaro Herrera | Don't quote language name |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Robert Haas | Remove ancient downcasing code from procedural language... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Bruce Momjian | Fix pg_upgrade's pg_scandir_internal() the right way... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Bruce Momjian | Fix pg_upgrade's pg_scandir_internal() to properly... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Bruce Momjian | Remove pg_upgrade function no longer called (dir_matchi... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Robert Haas | Restructure get_object_address() so it's safe against... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Michael Meskes | Applied Zoltan's patch to correctly align interval... |
commit | commitdiff | tree | snapshot |
2011-11-16 |
Tom Lane | Code review for range-types catalog entries. |
commit | commitdiff | tree | snapshot |
2011-11-16 |
Robert Haas | Don't elide blank lines when accumulating psql command... |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Tom Lane | Improve caching in range type I/O functions. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Tom Lane | Restructure function-internal caching in the range... |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Tom Lane | Fix alignment and toasting bugs in range types. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Tom Lane | Update oidjoins regression test to match git HEAD. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Tom Lane | Return NULL instead of throwing error when desired... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Tom Lane | Return FALSE instead of throwing error for comparisons... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Tom Lane | Fix copyright notices, other minor editing in new range... |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Bruce Momjian | Rerun pgindent with updated typedef list. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Bruce Momjian | Run pgindent on range type files, per request from... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Michael Meskes | Applied patch by Zoltan to fix copy&paste bug in ecpg... |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Simon Riggs | Wakeup WALWriter as needed for asynchronous commit... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Tom Lane | In plpgsql, allow foreign tables to define row types. |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Peter Eisentraut | Add psql expanded auto mode |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Robert Haas | Avoid retaining multiple relation locks in RangeVarGetR... |
commit | commitdiff | tree | snapshot |
2011-11-12 |
Robert Haas | Fix psql's \dd version check for operator families. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Tom Lane | Throw nice error if server is too old to support psql... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Robert Haas | Correct documentation for trace_userlocks. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Robert Haas | Revert removal of trace_userlocks, because userlocks... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Tom Lane | Avoid platform-dependent infinite loop in pg_dump. |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Peter Eisentraut | Fix server header file installation with vpath builds |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Bruce Momjian | Document that PQexec() can handle a NULL res pointer... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Heikki Linnakangas | Fix another bug in the redo of COPY batches. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Peter Eisentraut | Only install the extension files for the current Python... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Heikki Linnakangas | Fix bugs in the COPY heap-insert batching patch. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Peter Eisentraut | Clean gettext-files file in clean target |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Robert Haas | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Heikki Linnakangas | In COPY, insert tuples to the heap in batches. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Tom Lane | Tweak new regression test case for more portability. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Tom Lane | Fix random discrepancies between parallel_schedule... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Tom Lane | Wrap appendrel member outputs in PlaceHolderVars in... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Heikki Linnakangas | Make DatumGetInetP() unpack inet datums with a 1-byte... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Robert Haas | Rewrite comment for slightly greater accuracy. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Robert Haas | Fix hstore regression tests. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Heikki Linnakangas | Adjust range type docs for some last-minute changes... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Peter Eisentraut | -DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGS |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Robert Haas | Remove hstore's text => text operator. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Robert Haas | Make VACUUM avoid waiting for a cleanup lock, where... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Robert Haas | Minor grammar improvements. |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Tom Lane | Fix assorted bugs in contrib/unaccent's configuration... |
commit | commitdiff | tree | snapshot |
next |