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-03-10
Replication README updates.
Robert Haas
2011-03-10
Fix bugs in the isolation tester flex rules.
Heikki Linnakangas
2011-03-10
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
replication/repl_gram.h needs to be cleaned too ...
Tom Lane
2011-03-10
Fix some oversights in distprep and maintainer-clean targets.
Tom Lane
2011-03-10
Mention gcc version in C comment.
Bruce Momjian
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
Adjust the permissions required for COMMENT ON ROLE.
Tom Lane
2011-03-08
Fix parallel make when running make install before make all
Peter Eisentraut
2011-03-08
Add missing keywords to gram.y's unreserved_keywords list.
Tom Lane
2011-03-08
Fix overly strict assertion in SummarizeOldestCommittedSxact(). There's a
Heikki Linnakangas
2011-03-08
Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that
Heikki Linnakangas
2011-03-08
Added new version of ecpg's parser test script which was written by Andy Cols...
Michael Meskes
2011-03-08
Truncate predicate lock manager's SLRU lazily at checkpoint. That's safer
Heikki Linnakangas
2011-03-07
Fix behavior when raising plpy.Fatal()
Peter Eisentraut
2011-03-07
Report Python errors from iterators with PLy_elog
Peter Eisentraut
2011-03-07
If recovery_target_timeline is set to 'latest' and standby mode is enabled,
Heikki Linnakangas
2011-03-07
Zero out vacuum_count and related counters in pgstat_recv_tabstat().
Tom Lane
2011-03-07
Begin error message with lower-case letter.
Heikki Linnakangas
2011-03-07
Silence compiler warning about undefined function when compiling without
Heikki Linnakangas
2011-03-07
Suppress some "variable might be clobbered by longjmp" warnings.
Tom Lane
2011-03-07
Add missing "static" marker to internal_ping().
Tom Lane
2011-03-07
Dynamic array required within pg_stat_replication.
Simon Riggs
2011-03-06
Catversion increment for pg_stat_replication changes for syncrep
Simon Riggs
2011-03-06
Add new files for syncrep missed in previous commit
Simon Riggs
2011-03-06
Fix pg_dump's dump order for collations versus extensions.
Tom Lane
2011-03-06
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
Fix incorrect access to pg_index.indcollation.
Tom Lane
2011-03-05
Fix parallel gmake for extension directory addition in PL languages.
Bruce Momjian
2011-03-05
Add PL extension files to MSVC Install procedure.
Andrew Dunstan
2011-03-05
Make plpythonu language use plpython2 shared library directly.
Tom Lane
2011-03-05
Convert createlang/droplang to use CREATE/DROP EXTENSION.
Tom Lane
2011-03-05
Update of SQL feature conformance
Peter Eisentraut
2011-03-05
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
Refactor seclabel.c to use the new check_object_ownership function.
Robert Haas
2011-03-04
Don't allow CREATE TABLE AS to create a column with invalid collation
Peter Eisentraut
2011-03-04
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-04
When creating a collation, check that the locales can be loaded
Peter Eisentraut
2011-03-04
In initialize_SSL, don't fail unnecessarily when home dir is unavailable.
Tom Lane
2011-03-04
You must hold a lock on the heap page when you call
Heikki Linnakangas
2011-03-04
Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.
Andrew Dunstan
2011-03-03
Further refine patch for commenting operator implementation functions.
Tom Lane
2011-03-03
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
2011-03-03
Added new version of ecpg's parser generator script. This one was written by
Michael Meskes
2011-03-03
Add tab-completion for table name after JOIN.
Heikki Linnakangas
2011-03-03
Mark operator implementation functions as such in their comments.
Tom Lane
2011-03-02
Add collations to information_schema.usage_privileges
Peter Eisentraut
2011-03-01
Fix plpython breakage detected on certain Fedora machines on buildfarm.
Andrew Dunstan
2011-03-01
Additional PL/Python regression test expected file
Peter Eisentraut
2011-03-01
Change pg_last_xlog_receive_location() not to move backwards. That makes
Heikki Linnakangas
[next]