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