aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Prevent a rowtype from being included in itself.Tom Lane2011-03-28
* Fix check_exclusion_constraint() to insert correct collations in ScanKeys.Tom Lane2011-03-27
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* More collations cleanup, from trawling for missed collation assignments.Tom Lane2011-03-26
* Clean up a few failures to set collation fields in expression nodes.Tom Lane2011-03-26
* Additional test for each commit in sync rep path to plug minuteSimon Riggs2011-03-26
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-25
* Fix failure to propagate collation in negate_clause().Tom Lane2011-03-25
* Make walreceiver send a reply after receiving data but before flushing it.Robert Haas2011-03-25
* Fix handling of collation in SQL-language functions.Tom Lane2011-03-24
* Add post-creation hook for extensions, consistent with other object types.Robert Haas2011-03-24
* Clean up handling of COLLATE clauses in index column definitions.Tom Lane2011-03-24
* Minor changes to recovery pause behaviour.Simon Riggs2011-03-23
* Remove synchronous_replication/max_wal_senders cross-check.Robert Haas2011-03-23
* Prevent intermittent hang in recovery from bgwriter interaction.Simon Riggs2011-03-23
* Make FKs valid at creation when added as column constraints.Simon Riggs2011-03-22
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-22
* Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.Tom Lane2011-03-22
* Avoid potential deadlock in InitCatCachePhase2().Tom Lane2011-03-22
* Reimplement planner's handling of MIN/MAX aggregate optimization (again).Tom Lane2011-03-22
* When two base backups are started at the same time with pg_basebackup,Heikki Linnakangas2011-03-21
* Suppress platform-dependent unused-variable warning.Tom Lane2011-03-20
* Fix up handling of C/POSIX collations.Tom Lane2011-03-20
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Rename ident authentication over local connections to peerMagnus Hagander2011-03-19
* Fix possible "tuple concurrently updated" error in ALTER TABLE.Robert Haas2011-03-18
* Move synchronous_standbys_defined updates from WAL writer to BG writer.Robert Haas2011-03-18
* Make synchronous replication query cancel/die messages more consistent.Robert Haas2011-03-18
* Remove bogus semicolons in recoveryPausesHere.Robert Haas2011-03-18
* Remove bogus comment.Robert Haas2011-03-17
* Raise maximum value of several timeout parametersPeter Eisentraut2011-03-17
* Add pause_at_recovery_target to recovery.conf.sample; improve docs.Robert Haas2011-03-17
* Fix various possible problems with synchronous replication.Robert Haas2011-03-17
* Improve handling of unknown-type literals in UNION/INTERSECT/EXCEPT.Tom Lane2011-03-15
* Remove 13 keywords that are used only for ROLE options.Robert Haas2011-03-15
* Simplify list traversal logic in add_path().Tom Lane2011-03-13
* Make all comparisons done for/with statistics use the default collation.Tom Lane2011-03-12
* Use "backend process" rather than "backend server", where appropriate.Bruce Momjian2011-03-12
* Use macros for time-based constants, rather than constants.Bruce Momjian2011-03-12
* On further reflection, we'd better do the same in int.c.Tom Lane2011-03-11
* Put in some more safeguards against executing a division-by-zero.Tom Lane2011-03-11
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Create an explicit concept of collations that work for any encoding.Tom Lane2011-03-11
* Clarify C comment that O_SYNC/O_FSYNC are really the same settting, asBruce Momjian2011-03-10
* Revert addition of third argument to format_type().Tom Lane2011-03-10
* Make error handling of synchronous_standby_names consistent.Robert Haas2011-03-10
* More synchronous replication typo fixes.Robert Haas2011-03-10
* More synchronous replication tweaks.Robert Haas2011-03-10
* Minor sync rep corrections.Robert Haas2011-03-10
* Emit a LOG message when pausing at the recovery target.Robert Haas2011-03-10