summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-03-15Merge branch 'master' into postgresql_fdwShigeru Hanada
2011-03-14Remove special case allowing parameters to ident auth for initdbMagnus Hagander
2011-03-14Adjust regression test to avoid platform-dependent failure.Tom Lane
2011-03-14Remove duplicate time-based macros recently added.Bruce Momjian
2011-03-14Merge branch 'master' into postgresql_fdwShigeru Hanada
2011-03-13Simplify list traversal logic in add_path().Tom Lane
2011-03-12Make all comparisons done for/with statistics use the default collation.Tom Lane
2011-03-12Use "backend process" rather than "backend server", where appropriate.Bruce Momjian
2011-03-12Use macros for time-based constants, rather than constants.Bruce Momjian
2011-03-12Add test case for collation mismatch in recursive queryPeter Eisentraut
2011-03-12On further reflection, we'd better do the same in int.c.Tom Lane
2011-03-11Put in some more safeguards against executing a division-by-zero.Tom Lane
2011-03-11Split CollateClause into separate raw and analyzed node types.Tom Lane
2011-03-11Create an explicit concept of collations that work for any encoding.Tom Lane
2011-03-11In ecpg preprocessor, don't try to look up constants in the test forHeikki Linnakangas
2011-03-11Update C comment about O_DIRECT and fsync().Bruce Momjian
2011-03-11Add comment to tools/git-external-diff.Bruce Momjian
2011-03-11Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fastBruce Momjian
2011-03-11Remove pg_dump -X options that are only in 9.1 and not needed forBruce Momjian
2011-03-11Add C comment that new new pg_dump -X options are to be created.Bruce Momjian
2011-03-11When a smart pg_ctl shutdown fails, mention -m fast as a tip.Bruce Momjian
2011-03-11Merge branch 'master' into postgresql_fdwShigeru Hanada
2011-03-11Clarify C comment that O_SYNC/O_FSYNC are really the same settting, asBruce Momjian
2011-03-10Add proper git-external-diff script to src/tools.Bruce 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-10Remove obsolete comment.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-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-09Merge branch 'master' into postgresql_fdwShigeru Hanada
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-08Merge branch 'master' into postgresql_fdwShigeru Hanada
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