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
/
backend
Age
Commit message (
Expand
)
Author
2010-07-23
Add more checks against altering typed tables
Peter Eisentraut
2010-07-23
Avoid deep recursion when assigning XIDs to multiple levels of subxacts.
Robert Haas
2010-07-22
Add missing function prototype.
Robert Haas
2010-07-22
Add options to force quoting of all identifiers.
Robert Haas
2010-07-22
Centralize DML permissions-checking logic.
Robert Haas
2010-07-20
CVS test: please ignore
Bruce Momjian
2010-07-20
Properly replay CREATE TABLESPACE during crash recovery by deleting
Bruce Momjian
2010-07-20
Add restart_after_crash GUC.
Robert Haas
2010-07-20
Change the default value of standard_conforming_strings to on.
Robert Haas
2010-07-18
Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallback
Tom Lane
2010-07-18
Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of
Tom Lane
2010-07-18
Simplify missing tablespace replay error hint message, but only in HEAD
Bruce Momjian
2010-07-16
Add a log_file_mode GUC that allows control of the file permissions set on
Tom Lane
2010-07-16
Add support for dividing money by money (yielding a float8 result) and for
Tom Lane
2010-07-16
Remove a sanity check in the exclusion-constraint code that prevented users
Tom Lane
2010-07-16
Remove duplicate code in DefineOpFamily().
Tom Lane
2010-07-13
Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,
Tom Lane
2010-07-13
Oops, in the previous fix to prevent a cursor that's being used in a FOR
Heikki Linnakangas
2010-07-12
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-09
Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()
Tom Lane
2010-07-09
Fix ruleutils' get_variable() to print something useful for Vars referencing
Tom Lane
2010-07-09
Add a hook in ExecCheckRTPerms().
Robert Haas
2010-07-08
Translation updates for 9.0beta3
Peter Eisentraut
2010-07-08
Make the Windows tcp keepalive support depend on the existance of the
Magnus Hagander
2010-07-08
Update obsolete comment. Noted by Josh Tolley.
Tom Lane
2010-07-08
Add support for TCP keepalives on Windows, both for backend and the new
Magnus Hagander
2010-07-08
Fix "cannot handle unplanned sub-select" error that can occur when a
Tom Lane
2010-07-07
Adjust mbutils.c so it won't get broken by future pgindent runs.
Tom Lane
2010-07-06
Make log_temp_files based on kB, and revert docs & comments to match.
Robert Haas
2010-07-06
Support setting the keepalive idle time on MacOS X.
Robert Haas
2010-07-06
Undo pgindent breakage (again). Per buildfarm.
Tom Lane
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-07-05
Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
Tom Lane
2010-07-05
The previous fix in CVS HEAD and 8.4 for handling the case where a cursor
Heikki Linnakangas
2010-07-03
Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus
Tom Lane
2010-07-03
Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible
Tom Lane
2010-07-03
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-07-03
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Robert Haas
2010-07-02
Move copydir.c from src/port to src/backend/storage/file
Robert Haas
2010-07-02
Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode.
Bruce Momjian
2010-07-01
Allow ALTER TABLE .. SET TABLESPACE to be interrupted.
Robert Haas
2010-06-30
stringToNode() and deparse_expression_pretty() crash on invalid input,
Heikki Linnakangas
2010-06-29
Add C comment about why synchronous_commit=off behavior can lose
Bruce Momjian
2010-06-29
Message tuning
Peter Eisentraut
2010-06-28
emode_for_corrupt_record shouldn't reduce LOG messages to WARNING.
Robert Haas
2010-06-25
Fix log_temp_files docs and comments to say bytes not kilobytes.
Simon Riggs
2010-06-24
Add stray "else" that seems to have gone missing.
Robert Haas
2010-06-22
Deprecate the use of => as an operator name.
Robert Haas
2010-06-21
Fix mishandling of whole-row Vars referencing a view or sub-select.
Tom Lane
2010-06-17
Clean up some randomness associated with trace_recovery_messages: don't
Tom Lane
[next]