Commit Graph

32353 Commits (f18795e7b74c3c67fb65f253562f241f26f405c8)
 

Author SHA1 Message Date
Alvaro Herrera f18795e7b7 Update FK alternative test output to new whitespace rules 14 years ago
Tom Lane d1d388603e Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS. 14 years ago
Peter Eisentraut 4803de6f89 Build src/ before contrib/ in make world 14 years ago
Tom Lane ba69b419a8 Avoid locale dependency in expected output. 14 years ago
Tom Lane cb5c2ba2d8 Fix multiple bugs in extension dropping. 14 years ago
Tom Lane d4aa491493 Make CREATE EXTENSION check schema creation permissions. 14 years ago
Tom Lane 43f0c20839 Fix overoptimistic assumptions in column width estimation for subqueries. 14 years ago
Peter Eisentraut 1af55e2751 Use consistent format for reporting GetLastError() 14 years ago
Heikki Linnakangas 6c6a415333 Add recovery.conf to the index in the user manual. 14 years ago
Bruce Momjian 2ab15afcdd Add missing include so include file compiles cleanly on its own. 14 years ago
Bruce Momjian 034dda61dd Mark cpluspluscheck as excutable in git. 14 years ago
Robert Haas 7488936478 Typo fix. 14 years ago
Tom Lane 660a081c3f Fix handling of extension membership when filling in a shell operator. 14 years ago
Bruce Momjian 5473f283f5 Properly call strerror() in thread test; add comments. 14 years ago
Bruce Momjian e319ec4b73 Simplify errno generating in thread testing program. 14 years ago
Tom Lane b33f78df17 Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. 14 years ago
Bruce Momjian 6cc08e703b Have thread_test create its test files in the current directory, rather 14 years ago
Tom Lane 08e1eedf24 Fix performance problem when building a lossy tidbitmap. 14 years ago
Bruce Momjian ee639d2777 Fix copyright.pl to properly us 'tie' function. 14 years ago
Bruce Momjian 6dfcadafd3 Fix problem with regex in copyright test. 14 years ago
Bruce Momjian 272c289a46 Remove use of 'tie' in perl for copyright.pl; instead use normal file 14 years ago
Bruce Momjian da64fb93e5 Add executable bit to file. 14 years ago
Bruce Momjian 739e3f1050 Implement src/tools/copyright as a Perl program, so anyone can run it. 14 years ago
Robert Haas a4b3feebc4 Clean up 'chkselinuxenv' script. 14 years ago
Robert Haas 10c378f235 Fix contrib/sepgsql and contrib/xml2 to always link required libraries. 14 years ago
Robert Haas a64bdf5f65 Allow sepgsql regression tests to be run from a user homedir. 14 years ago
Bruce Momjian 00a7c9014a In pg_upgrade, don't copy visibility map files from clusters that did not 14 years ago
Robert Haas ffaf9eca4c Typo fix. 14 years ago
Tom Lane 11c88e59a6 Explain max_prepared_transactions requirement in isolation tests' README. 14 years ago
Heikki Linnakangas af35737313 Add an SSI regression test that tests all interesting permutations in the 14 years ago
Heikki Linnakangas 62fd1afc55 Strip whitespace from SQL blocks in the isolation test suite. This is purely 14 years ago
Robert Haas 0f7acbeddf Make lazy_vacuum_rel call pg_rusage_init only if needed. 14 years ago
Robert Haas 24bf1552f6 Remove obsolete README file. 14 years ago
Peter Eisentraut f8c2029ef0 Improve detection of Python 3.2 installations 14 years ago
Peter Eisentraut e1f9aa4eae Change PyInit_plpy to external linkage 14 years ago
Peter Eisentraut f684bcb523 Hide unused variable warnings under Python 3 14 years ago
Tom Lane 1a998474a7 Update 9.1 release notes to reflect commits through today. 14 years ago
Tom Lane 2dada0cc85 Fix two issues in plpython's handling of composite results. 14 years ago
Andrew Dunstan 68c903a66c Properly handle empty arrays returned from plperl functions. 14 years ago
Peter Eisentraut 1bf80041e3 Translation updates 14 years ago
Heikki Linnakangas a1a847d31f Teach pg_controldata and pg_resetxlog about the new backupEndRequired field 14 years ago
Heikki Linnakangas 1d0392b245 Fix comment about which version had BACKUP METHOD line in backup_lable, again. 14 years ago
Magnus Hagander e5cb756361 Adjust wording now that estimated size can increase 14 years ago
Peter Eisentraut 7f699804b1 Move \r out of translatable strings 14 years ago
Peter Eisentraut 1368409034 MacOS -> Mac OS 14 years ago
Tom Lane b5282aa893 Revise sinval code to remove no-longer-used tuple TID from inval messages. 14 years ago
Tom Lane 632ae6829f Forget about targeting catalog cache invalidations by tuple TID. 14 years ago
Tom Lane f4d7f1adba Fix incorrect order of operations during sinval reset processing. 14 years ago
Tom Lane 7b0d0e9356 Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL. 14 years ago
Tom Lane 2ada6779c5 Fix race condition in relcache init file invalidation. 14 years ago