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
2008-01-23
Improve lock level choices in pg_shdepend.c. Noticed by Tom Lane.
Alvaro Herrera
2008-01-21
Provide a clearer error message if the pg_control version number looks
Peter Eisentraut
2008-01-21
Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid
Tom Lane
2008-01-20
Split error message.
Alvaro Herrera
2008-01-17
Fix subselect.c to avoid assuming that a SubLink's testexpr references each
Tom Lane
2008-01-17
Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key
Tom Lane
2008-01-16
Fix core dump with buffer-overrun by too long infinitive. Add checking of using
Teodor Sigaev
2008-01-15
Prevent CLUSTER from decreasing a relation's relfrozenxid. Bug
Tom Lane
2008-01-15
Revise memory management for libxml calls. Instead of keeping libxml's data
Tom Lane
2008-01-15
Tweak new error message to conform to style guidelines.
Tom Lane
2008-01-15
Add check of headline method presence. Per report by Yoshiyuki Asaba <y-asaba...
Teodor Sigaev
2008-01-14
Avoid cluttering the postmaster log with bogus complaints
Tom Lane
2008-01-14
Mark autovacuum entries in pg_stat_activity so that they can be easily
Alvaro Herrera
2008-01-14
Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for
Tom Lane
2008-01-12
It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser().
Tom Lane
2008-01-12
Fix two places in xml.c that neglected to check the return values of
Neil Conway
2008-01-12
Minor perf tweak for _SPI_strdup(): if we're going to call strlen()
Neil Conway
2008-01-12
Fix logical errors in constraint exclusion: we cannot assume that a CHECK
Tom Lane
2008-01-11
The original implementation of polymorphic aggregates didn't really get the
Tom Lane
2008-01-11
Fix an old error in clause_selectivity: the default selectivity estimate
Tom Lane
2008-01-11
Fix a conceptual error in my patch of 2007-10-26 that avoided considering
Tom Lane
2008-01-11
Restructure the shutdown procedure for the archiver process to allow it to
Tom Lane
2008-01-10
vacuum_cost_limit has a minimum value of 1, not zero; update
Bruce Momjian
2008-01-09
Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from and
Tom Lane
2008-01-09
Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual
Tom Lane
2008-01-09
Fix some planner issues found while investigating Kevin Grittner's report
Tom Lane
2008-01-09
Fix an omission in the outfuncs.c support for Agg nodes: the grpColIdx
Neil Conway
2008-01-08
lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark.
Tom Lane
2008-01-08
Remove unnecessary comma in enum definition ... some C compilers don't
Tom Lane
2008-01-07
Fix a minor bug in outfuncs support for SetOp: dupOperators is an array
Neil Conway
2008-01-06
A long time ago, Peter pointed out that ruleutils.c didn't dump simple
Tom Lane
2008-01-03
Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,
Tom Lane
2008-01-03
Fix assorted security-grade bugs in the regex engine. All of these problems
Tom Lane
2008-01-02
Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events
Tom Lane
2008-01-02
Correct two more copyrights found by updated script.
Bruce Momjian
2008-01-01
Fix some missed copyright updates.
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-12-31
Improve a number of elog messages for not-supposed-to-happen cases in btrees,
Tom Lane
2007-12-30
Add sanity check to ensure delimiter and quote are different in CSV mode
Andrew Dunstan
2007-12-28
Improve consistency of error reporting in GUC assign_hook routines. Some
Tom Lane
2007-12-27
Disallow digits and lower-case ASCII letters as the delimiter in non-CSV
Tom Lane
2007-12-27
Fix ill-advised usage of x?y:z expressions in errmsg() and errhint() calls.
Tom Lane
2007-12-27
Swap the order of testing for control characters and for column delimiter in
Tom Lane
2007-12-27
Wording improvements
Peter Eisentraut
2007-12-20
When given a nonzero column number, pg_get_indexdef() is only supposed to
Tom Lane
2007-12-18
Fix thinko in encoding check for chr()
Andrew Dunstan
2007-12-18
Make archiver process report its progress in PS display. Per
Tom Lane
2007-12-18
Make path_recv() and poly_recv() reject paths/polygons containing no points.
Tom Lane
2007-12-13
Clarify log messages
Peter Eisentraut
2007-12-12
Clean up unportable attempt to use #if inside a macro call, also
Tom Lane
[next]