summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2011-03-11Clarify C comment that O_SYNC/O_FSYNC are really the same settting, asBruce Momjian
2011-03-10Revert addition of third argument to format_type().Tom Lane
2011-03-10Make error handling of synchronous_standby_names consistent.Robert Haas
2011-03-10More synchronous replication typo fixes.Robert Haas
2011-03-10More synchronous replication tweaks.Robert Haas
2011-03-10Minor sync rep corrections.Robert Haas
2011-03-10Emit a LOG message when pausing at the recovery target.Robert Haas
2011-03-10Replication README updates.Robert Haas
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-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-08Truncate predicate lock manager's SLRU lazily at checkpoint. That's saferHeikki Linnakangas
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-07Dynamic array required within pg_stat_replication.Simon Riggs
2011-03-06Add new files for syncrep missed in previous commitSimon Riggs
2011-03-06Efficient transaction-controlled synchronous replication.Simon Riggs
2011-03-06Fix incorrect access to pg_index.indcollation.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-04You must hold a lock on the heap page when you callHeikki Linnakangas
2011-03-03Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane
2011-03-02Add collations to information_schema.usage_privilegesPeter Eisentraut
2011-03-01Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas
2011-03-01Fix bugs in Serializable Snapshot Isolation.Heikki Linnakangas
2011-03-01Include the target table in EXPLAIN output for ModifyTable nodes.Tom Lane
2011-03-01Avoid excessive Hot Standby feedback messages.Robert Haas
2011-03-01Rearrange snapshot handling to make rule expansion more consistent.Tom Lane
2011-02-28Rename pg_stat_replication.apply_location to replay_location.Robert Haas
2011-02-27Refactor the executor's API to support data-modifying CTEs better.Tom Lane
2011-02-27Be less detailed about reporting shared memory failure by avoiding theBruce Momjian
2011-02-26Increase the default for wal_sender_delay from 200ms to 1s. Now that WALHeikki Linnakangas
2011-02-26Fix order of shutdown processing when CTEs contain inter-references.Tom Lane
2011-02-25Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane
2011-02-25Named restore point improvements.Robert Haas
2011-02-23Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane
2011-02-22Add PL/Python functions for quoting stringsPeter Eisentraut
2011-02-22Fix a couple of unlogged tables goofs.Robert Haas