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
/
utils
Age
Commit message (
Expand
)
Author
2011-08-09
Use clearer notation for getnameinfo() return handling
Peter Eisentraut
2011-08-06
Reduce PG_SYSLOG_LIMIT to 900 bytes.
Tom Lane
2011-07-26
Check to see whether libxml2 handles error context the way we expect.
Tom Lane
2011-07-21
Make xpath() do something useful with XPath expressions that return scalars.
Tom Lane
2011-07-20
Ensure that xpath() escapes special characters in string values.
Tom Lane
2011-07-20
Rewrite libxml error handling to be more robust.
Tom Lane
2011-07-19
Introduce sending servers as new category for replication params
Simon Riggs
2011-07-18
Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.
Tom Lane
2011-07-18
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
Create a "fast path" for acquiring weak relation locks.
Robert Haas
2011-07-17
Add temp_file_limit GUC parameter to constrain temporary file space usage.
Tom Lane
2011-07-16
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-16
Add an errdetail_internal() ereport auxiliary routine.
Tom Lane
2011-07-12
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
Add C comment that txid_current() assigns an XID if one is not already
Bruce Momjian
2011-07-09
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-08
Message style improvements
Peter Eisentraut
2011-07-07
Reclassify replication-related GUC variables as "master" and "standby".
Tom Lane
2011-07-06
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-04
Message style tweaks
Peter Eisentraut
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
Remove silent_mode. You get the same functionality with "pg_ctl -l
Heikki Linnakangas
2011-07-03
Mark pg_stat_reset_shared as strict
Magnus Hagander
2011-06-30
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-29
Protect pg_stat_reset_shared() against NULL input
Magnus Hagander
2011-06-29
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-22
Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP.
Robert Haas
2011-06-22
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-21
Message style and spelling improvements
Peter Eisentraut
2011-06-18
Capitalization fixes
Peter Eisentraut
2011-06-17
Add overflow checks to int4 and int8 versions of generate_series().
Robert Haas
2011-06-15
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-15
Fix failure to account for memory used by tuplestore_putvalues().
Tom Lane
2011-06-11
Add C comment mentioning pg_stat_activity.procpid should have been
Bruce Momjian
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-03
Fix pg_get_constraintdef to cope with NOT VALID constraints
Alvaro Herrera
2011-06-03
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-05-28
Fix null-dereference crash in parse_xml_decl().
Tom Lane
2011-05-26
Make decompilation of optimized CASE constructs more robust.
Tom Lane
2011-05-25
Add C comment about why we don't spell out "month" in interval values.
Bruce Momjian
2011-05-24
Cleanup for pull-up-isReset patch.
Tom Lane
2011-05-24
Avoid uninitialized bits in the result of QTN2QT().
Tom Lane
2011-05-23
Fix integer overflow in text_format function, reported by Dean Rasheed.
Heikki Linnakangas
2011-05-23
Improve hash_array() logic for combining hash values.
Robert Haas
2011-05-21
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
Heikki Linnakangas
2011-05-20
Message style improvements
Peter Eisentraut
2011-05-11
Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.
Tom Lane
2011-05-11
Prevent datebsearch() from crashing on base == NULL && nel == 0.
Tom Lane
2011-05-10
Adjust documentation with respect to "unknown" timezone setting.
Tom Lane
[next]