aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Make initdb ignore locales for client-only encodings.Tom Lane2011-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
* Add some platform-independent tests for the collation feature.Tom Lane2011-03-20
* 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
* Properly clear the verbose output of pg_basebackupMagnus 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
* Woops. Previous patch to remove -X options missed getopt_long calls().Robert Haas2011-03-18
* Make synchronous replication query cancel/die messages more consistent.Robert Haas2011-03-18
* Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.Robert Haas2011-03-18
* Remove bogus semicolons in recoveryPausesHere.Robert Haas2011-03-18
* Remove bogus comment.Robert Haas2011-03-17
* Fix PL/Python memory leak involving array slicesAlvaro Herrera2011-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
* Use correct PATH separator for Cygwin in pg_regress.c.Andrew Dunstan2011-03-17
* Tab completion for \pset format and \pset linestyle.Robert Haas2011-03-16
* Improve handling of unknown-type literals in UNION/INTERSECT/EXCEPT.Tom Lane2011-03-15
* Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO.Bruce Momjian2011-03-15
* Add database comments to template0 and postgres databases, and improveBruce Momjian2011-03-15
* Remove 13 keywords that are used only for ROLE options.Robert Haas2011-03-15
* Remove special case allowing parameters to ident auth for initdbMagnus Hagander2011-03-14
* Adjust regression test to avoid platform-dependent failure.Tom Lane2011-03-14
* Remove duplicate time-based macros recently added.Bruce Momjian2011-03-14
* 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
* Add test case for collation mismatch in recursive queryPeter Eisentraut2011-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
* In ecpg preprocessor, don't try to look up constants in the test forHeikki Linnakangas2011-03-11