Commit Graph

30657 Commits (a87d21263600a978ff85142c53375ab25eb30bce)
 

Author SHA1 Message Date
Peter Eisentraut a87d212636 Add missing newlines at end of files 15 years ago
Itagaki Takahiro bf76ad07fe Fix typos "are are". 15 years ago
Itagaki Takahiro 07ca728f69 Add .gitignore for contrib/uuid-ossp. 15 years ago
Peter Eisentraut 35670340f5 Refactor typenameTypeId() 15 years ago
Tom Lane c6873eac4c Fix overly-enthusiastic Assert in printing of Param reference expressions. 15 years ago
Tom Lane ef55e294e6 Fix inline_set_returning_function() to preserve the invalItems list properly. 15 years ago
Alvaro Herrera 9350824e70 find -path is not portable, so use grep -v instead. 15 years ago
Tom Lane 4ba61a487e Work around rounding misbehavior exposed by buildfarm. 15 years ago
Andrew Dunstan 2d01ec0708 Remove unnecessary use of trigger flag to hash plperl functions 15 years ago
Tom Lane 84c123be1d Allow new values to be added to an existing enum type. 15 years ago
Peter Eisentraut 24b29ca8f9 Support suffix matching of host names in pg_hba.conf 15 years ago
Robert Haas dd1587089c Correct a mistake in levenshtein_less_equal() multibyte character handling. 15 years ago
Heikki Linnakangas 57b80b4c46 Add semicolon, missed in previous patch. And update the keyword list in 15 years ago
Heikki Linnakangas 5c84fe4607 Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off' 15 years ago
Bruce Momjian 71be8db5df Mention limited usefulness of .pgpass database field. 15 years ago
Tom Lane 529cb267a6 Improve handling of domains over arrays. 15 years ago
Tom Lane 572ab1a542 Remove obsolete comment, per Josh Kupershmidt. 15 years ago
Bruce Momjian a52aa6c6db Clean up pg_upgrade cache lookup code; remove useless NULL pointer tests. 15 years ago
Heikki Linnakangas 18e752f226 If pk is NULL, the backend would segfault when accessing ->algo and the 15 years ago
Tom Lane def30e84c4 Don't try to fetch database name when SetTransactionIdLimit() is executed 15 years ago
Alvaro Herrera 17a16663d0 Remove AtStart_Cache() call in CommandCounterIncrement(). 15 years ago
Tom Lane c75e143646 Fix ecpg test building process to not generate *.dSYM junk on Macs. 15 years ago
Robert Haas 4b6623a7e8 Add some caveats to the contrib/isn docs. 15 years ago
Robert Haas 6d1af7b218 Updates to contrib/isn ISBN tables. 15 years ago
Bruce Momjian 691a67b922 Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict. 15 years ago
Bruce Momjian 3325c9bddb Further speed up pg_upgrade lookups. 15 years ago
Tom Lane c33bfb8b9b Update storage.sgml to describe the 9.0 tablespace directory layout. 15 years ago
Bruce Momjian 1c72614be7 Fix for new pg_upgrade cache code. 15 years ago
Bruce Momjian 333b4a45f1 Cache most recent relfilenode lookups, for speed, after report of 15 years ago
Bruce Momjian ad06db2610 In pg_upgrade, use cached copy of directory listing, rather than calling 15 years ago
Bruce Momjian 07456b45e6 Pgindent run on pg_upgrade source after restructuring. 15 years ago
Bruce Momjian e13f7e9a71 Restructure the pg_upgrade code to use several global structures rather 15 years ago
Tom Lane 6e74a91b2b Fix incorrect generation of whole-row variables in planner. 15 years ago
Bruce Momjian 722d5beeb2 In pg_upgrade, rename SHELL_EXT to SCRIPT_EXT, for clarity. 15 years ago
Bruce Momjian 51eeccd6cc Add removal of PG_VERSION to optional old cluster deletion script. 15 years ago
Bruce Momjian f75d6a1b19 Add mention of using tools/fsync to test fsync methods. Restructure 15 years ago
Robert Haas 604ab08145 Add levenshtein_less_equal, optimized version for small distances. 15 years ago
Robert Haas 262c1a42dc Unbreak comments on composite type attributes. 15 years ago
Bruce Momjian 9df96f9bb1 In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for clarity. 15 years ago
Peter Eisentraut bc8624b15d Support key word 'all' in host column of pg_hba.conf 15 years ago
Bruce Momjian 433c7a6545 Document the tablespace directory "should" be empty, rather than "must" 15 years ago
Robert Haas 9c73e20f38 Change example pg_hba.conf in docs to match altered pg_hba.conf.sample 15 years ago
Tom Lane 419d2374bf Fix a passel of inappropriately-named global functions in GIN. 15 years ago
Tom Lane 48c7d9f6ff Improve GIN indexscan cost estimation. 15 years ago
Magnus Hagander cd0e825321 Fix msvc build for localized versions of Visual C++ 15 years ago
Tom Lane 9771125c18 Fix recent changes to not break non-IPV6-aware systems. 15 years ago
Alvaro Herrera 33ae03f400 Document that translate() removes characters in "from" that don't have 15 years ago
Tom Lane 07f1264dda Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements. 15 years ago
Peter Eisentraut 6ab42ae367 Support host names in pg_hba.conf 15 years ago
Peter Eisentraut 3cde44374a Change references to SQL/XML:2003 to :2008 and renumber sections accordingly 15 years ago