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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2011-09-23
Add --{no-,}replication flags to createuser.
Robert Haas
2011-09-22
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-21
Fix another bit of unlogged-table-induced breakage.
Robert Haas
2011-09-20
Suppress "unused function" warning when not HAVE_LOCALE_T.
Tom Lane
2011-09-20
Improve reporting of newlocale() failures in CREATE COLLATION.
Tom Lane
2011-09-19
Fix another Assert issue exposed by CLOBBER_CACHE_ALWAYS.
Tom Lane
2011-09-17
Fix Assert failure in new plancache code.
Tom Lane
2011-09-16
Remove debug logging for pgstat wait timeout.
Tom Lane
2011-09-16
Avoid unnecessary page-level SSI lock check in heap_insert().
Tom Lane
2011-09-16
Ensure generic plan gets used for a plpgsql expression with no parameters.
Tom Lane
2011-09-16
gistendscan() forgot to free so->giststate.
Tom Lane
2011-09-16
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-14
Teach the makefile used to build stand-alone libpq on Windows that libpq
Heikki Linnakangas
2011-09-14
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-13
deflist_to_tuplestore dumped core on an option with no value.
Tom Lane
2011-09-13
Propagate with_system_tzdata setting into initdb build.
Tom Lane
2011-09-12
In the final emptying phase of the new GiST buffering build, set the
Heikki Linnakangas
2011-09-11
Invent a new memory context primitive, MemoryContextSetParent.
Tom Lane
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
Fix additional format warning
Peter Eisentraut
2011-09-10
Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY
Bruce Momjian
2011-09-10
Add missing format attributes
Peter Eisentraut
2011-09-10
Add datatype directory to SUBDIRS.
Itagaki Takahiro
2011-09-10
Try to un-break MSVC build.
Tom Lane
2011-09-09
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-08
round() is not portable. Use rint().
Tom Lane
2011-09-08
Tweak string for uniformity
Alvaro Herrera
2011-09-08
Add missing format argument to ecpg_log() call
Peter Eisentraut
2011-09-08
Buffering GiST index build algorithm.
Heikki Linnakangas
2011-09-07
Fix corner case bug in numeric to_char().
Tom Lane
2011-09-07
Allow bcc32 and win32 batch files to compile libpq.
Bruce Momjian
2011-09-07
Fix typo in error message.
Tom Lane
2011-09-07
Fix get_name_for_var_field() to deal with RECORD Params.
Tom Lane
2011-09-07
Have pgrminclude skip files that use CppAsString2 because CppAsString2
Bruce Momjian
2011-09-07
Fix bug introduced by pgrminclude where the tablespace version name was
Bruce Momjian
2011-09-07
Fix to_date() and to_timestamp() to handle year masks of length < 4 so
Bruce Momjian
2011-09-07
Partially revoke attempt to improve performance with many savepoints.
Simon Riggs
2011-09-07
Emit cascaded standby message on shutdown only when appropriate.
Simon Riggs
2011-09-06
Improve comment about handling of temp tables in shared-inval code.
Tom Lane
2011-09-06
Correct ancient logic mistake in assertion
Peter Eisentraut
2011-09-06
Avoid possibly accessing off the end of memory in SJIS2004 conversion.
Tom Lane
2011-09-06
Avoid possibly accessing off the end of memory in examine_attribute().
Tom Lane
2011-09-06
Add C comment about why we send cache invalidation messages for
Bruce Momjian
2011-09-05
Adjust translator comment format to xgettext expectations
Alvaro Herrera
2011-09-05
Mark some untranslatable messages with errmsg_internal
Alvaro Herrera
2011-09-05
Improve "invalid byte sequence for encoding" message
Peter Eisentraut
2011-09-05
Update time zone data files to tzdata release 2011i.
Tom Lane
2011-09-05
Guard against using plperl's Makefile without specifying --with-perl.
Tom Lane
2011-09-04
Change get_variable_numdistinct's API to flag default estimates explicitly.
Tom Lane
[next]