summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-24Update FK alternative test output to new whitespace rulesAlvaro Herrera
2011-08-24Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.Tom Lane
2011-08-24Build src/ before contrib/ in make worldPeter Eisentraut
2011-08-24Avoid locale dependency in expected output.Tom Lane
2011-08-24Fix multiple bugs in extension dropping.Tom Lane
2011-08-24Make CREATE EXTENSION check schema creation permissions.Tom Lane
2011-08-23Fix overoptimistic assumptions in column width estimation for subqueries.Tom Lane
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-08-23Add recovery.conf to the index in the user manual.Heikki Linnakangas
2011-08-23Add missing include so include file compiles cleanly on its own.Bruce Momjian
2011-08-23Mark cpluspluscheck as excutable in git.Bruce Momjian
2011-08-22Typo fix.Robert Haas
2011-08-22Fix handling of extension membership when filling in a shell operator.Tom Lane
2011-08-22Properly call strerror() in thread test; add comments.Bruce Momjian
2011-08-22Simplify errno generating in thread testing program.Bruce Momjian
2011-08-21Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane
2011-08-20Have thread_test create its test files in the current directory, ratherBruce Momjian
2011-08-20Fix performance problem when building a lossy tidbitmap.Tom Lane
2011-08-19Fix copyright.pl to properly us 'tie' function.Bruce Momjian
2011-08-19Fix problem with regex in copyright test.Bruce Momjian
2011-08-19Remove use of 'tie' in perl for copyright.pl; instead use normal fileBruce Momjian
2011-08-19Add executable bit to file.Bruce Momjian
2011-08-19Implement src/tools/copyright as a Perl program, so anyone can run it.Bruce Momjian
2011-08-19Clean up 'chkselinuxenv' script.Robert Haas
2011-08-19Fix contrib/sepgsql and contrib/xml2 to always link required libraries.Robert Haas
2011-08-19Allow sepgsql regression tests to be run from a user homedir.Robert Haas
2011-08-19In pg_upgrade, don't copy visibility map files from clusters that did notBruce Momjian
2011-08-18Typo fix.Robert Haas
2011-08-18Explain max_prepared_transactions requirement in isolation tests' README.Tom Lane
2011-08-18Add an SSI regression test that tests all interesting permutations in theHeikki Linnakangas
2011-08-18Strip whitespace from SQL blocks in the isolation test suite. This is purelyHeikki Linnakangas
2011-08-18Make lazy_vacuum_rel call pg_rusage_init only if needed.Robert Haas
2011-08-18Remove obsolete README file.Robert Haas
2011-08-18Improve detection of Python 3.2 installationsPeter Eisentraut
2011-08-18Change PyInit_plpy to external linkagePeter Eisentraut
2011-08-18Hide unused variable warnings under Python 3Peter Eisentraut
2011-08-18Update 9.1 release notes to reflect commits through today.Tom Lane
2011-08-17Fix two issues in plpython's handling of composite results.Tom Lane
2011-08-17Properly handle empty arrays returned from plperl functions.Andrew Dunstan
2011-08-17Translation updatesPeter Eisentraut
2011-08-17Teach pg_controldata and pg_resetxlog about the new backupEndRequired fieldHeikki Linnakangas
2011-08-17Fix comment about which version had BACKUP METHOD line in backup_lable, again.Heikki Linnakangas
2011-08-17Adjust wording now that estimated size can increaseMagnus Hagander
2011-08-17Move \r out of translatable stringsPeter Eisentraut
2011-08-17MacOS -> Mac OSPeter Eisentraut
2011-08-16Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane
2011-08-16Forget about targeting catalog cache invalidations by tuple TID.Tom Lane
2011-08-16Fix incorrect order of operations during sinval reset processing.Tom Lane
2011-08-16Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.Tom Lane
2011-08-16Fix race condition in relcache init file invalidation.Tom Lane