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-10-21
Code review for pgstat_get_crashed_backend_activity patch.
Tom Lane
2011-10-21
More cleanup after failed reduced-lock-levels-for-DDL feature.
Tom Lane
2011-10-21
Try to log current the query string when a backend crashes.
Robert Haas
2011-10-21
Fix DROP OPERATOR FAMILY IF EXISTS.
Robert Haas
2011-10-20
Simplify and improve ProcessStandbyHSFeedbackMessage logic.
Tom Lane
2011-10-20
Rewrite tab completion's previous-word fetching for more sanity.
Tom Lane
2011-10-20
Fix get_object_namespace() not to think extensions are "in" a schema.
Robert Haas
2011-10-20
Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS.
Robert Haas
2011-10-20
Remove a few of the new DROP-IF-EXISTS regression tests.
Robert Haas
2011-10-20
Consolidate DROP handling for some object types.
Robert Haas
2011-10-20
Add some more regression tests for DROP IF EXISTS.
Robert Haas
2011-10-19
Document that postmaster.opts is excluded from base backups
Robert Haas
2011-10-19
Suppress remaining -Waddress warnings from recent gcc versions.
Tom Lane
2011-10-19
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-19
Make the CHECKPOINT reference page more clear.
Robert Haas
2011-10-19
Reject empty pg_hba.conf files.
Tom Lane
2011-10-18
Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning.
Tom Lane
2011-10-18
Fix pg_dump to dump casts between auto-generated types.
Tom Lane
2011-10-18
Exclude postmaster.opts from base backups
Magnus Hagander
2011-10-16
Avoid assuming that index-only scan data matches the index's rowtype.
Tom Lane
2011-10-16
Fix collate.linux.utf8 expected output for recent error message change.
Tom Lane
2011-10-16
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-15
Marginal improvements to documentation of plpgsql's OPEN cursor statement.
Tom Lane
2011-10-15
Document that is the psql version number, not the server version number,
Bruce Momjian
2011-10-15
Improve doc wording of drop table permission.
Bruce Momjian
2011-10-15
Allow a major PG version psql .psqlrc file to be used if a minor
Bruce Momjian
2011-10-15
Fix bugs in information_schema.referential_constraints view.
Tom Lane
2011-10-14
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
Dump all roles first, then all config settings on roles.
Robert Haas
2011-10-14
Avoid potential relcache leak in objectaddress.c.
Robert Haas
2011-10-14
Document actual string that has to be returned by the client for MD5
Bruce Momjian
2011-10-13
Remove all "traces" of trace_userlocks, because userlocks were removed
Bruce Momjian
2011-10-13
Fix up Perl-to-Postgres datatype conversions in pl/perl.
Tom Lane
2011-10-13
Update documentation about ts_rank().
Bruce Momjian
2011-10-13
Have pg_ctl return an exit status of 3 if the server is not running, to
Bruce Momjian
2011-10-13
Fix typo in dummy_seclabel documentation.
Tom Lane
2011-10-13
Document who can drop a table (owner and user with permissions).
Bruce Momjian
2011-10-13
Remove tab in sgml file.
Bruce Momjian
2011-10-12
Don't mark auto-generated types as extension members.
Tom Lane
2011-10-12
Document how to accent Alvaro Herrera in the release notes.
Bruce Momjian
2011-10-12
Clarify wording of foreign key documentation to mention null entries as
Bruce Momjian
2011-10-12
Modify RelationGetBufferForTuple() to use a typedef, rather than a
Bruce Momjian
2011-10-12
Modify pgindent to use a renamed pg_bsd_indent binary. New features
Bruce Momjian
2011-10-12
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-10-12
Modify up/home macro to match standard parameter list; fixes doc build.
Bruce Momjian
2011-10-12
Improve documentation of psql's \q command.
Tom Lane
2011-10-12
Add Up/Home link to the top of the HTML doc output.
Bruce Momjian
2011-10-11
Add comment on why pulling data from a "name" index column can't crash.
Tom Lane
2011-10-11
Generate index-only scan tuple descriptor from the plan node's indextlist.
Tom Lane
2011-10-11
Improve entab's Makefile install entry.
Bruce Momjian
[next]