index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-11-17
Don't quote language name
Alvaro Herrera
2011-11-17
Don't quote language name
Alvaro Herrera
2011-11-17
Remove ancient downcasing code from procedural language operations.
Robert Haas
2011-11-17
Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1.
Bruce Momjian
2011-11-17
Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL
Bruce Momjian
2011-11-17
Remove pg_upgrade function no longer called (dir_matching_filenames).
Bruce Momjian
2011-11-17
Restructure get_object_address() so it's safe against concurrent DDL.
Robert Haas
2011-11-17
Applied Zoltan's patch to correctly align interval and timestamp data in ecpg...
Michael Meskes
2011-11-16
Code review for range-types catalog entries.
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
[next]