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