Commit Graph

31778 Commits (860be17ec3c19a1aeba0bbe7ecaf30be409ea446)
 

Author SHA1 Message Date
Andrew Dunstan 860be17ec3 Assorted minor changes to silence Windows compiler warnings. 15 years ago
Andrew Dunstan 7762288744 Prevent perl header overriding our *snprintf macros, and give it a usable PERL_UNUSED_DECL value. 15 years ago
Andrew Dunstan 7e0f8f836d Give getopt() a prototype and modern style arg specs. 15 years ago
Bruce Momjian 76dd09bbec Add postmaster/postgres undocumented -b option for binary upgrades. 15 years ago
Robert Haas 02e6a115cc Add fast paths for cases when no serializable transactions are running. 15 years ago
Robert Haas 97e8346851 Regression tests for TOAST. 15 years ago
Robert Haas b429519d8d Fix SSI-related assertion failure. 15 years ago
Andrew Dunstan 08a0c2dabc Adjust yywrap macro for non-reentrant scanners for MSVC. 15 years ago
Michael Meskes 5948a6eeaa In libecpg do not set an sqlda field that is 'reserved for future use' unless 15 years ago
Peter Eisentraut 9412606265 Normalize whitespace in the arguments of <indexterm> 15 years ago
Tom Lane e6a30a8c3c Improve cost estimation for aggregates and window functions. 15 years ago
Bruce Momjian f6322b3191 In pg_upgrade, only compile copy_file() on non-Win32 systems. 15 years ago
Tom Lane 795c382e8c Improve findoidjoins to cover more cases. 15 years ago
Andrew Dunstan d98711dfef Silence a few compiler warnings from gcc on MinGW. 15 years ago
Tom Lane 970d8a3973 Update oidjoins regression test for 9.1 catalog schema additions. 15 years ago
Tom Lane a0b75a41a9 Hash indexes had better pass the index collation to support functions, too. 15 years ago
Tom Lane 1abd146ddd Adjust comments about collate.linux.utf8 regression test. 15 years ago
Tom Lane 2ab0796d7a Fix char2wchar/wchar2char to support collations properly. 15 years ago
Tom Lane bb85030630 Fix contrib/btree_gist to handle collations properly. 15 years ago
Tom Lane ae20bf1740 Make GIN and GIST pass the index collation to all their support functions. 15 years ago
Tom Lane 474ff212e5 De-kludge contrib/btree_gin for collations. 15 years ago
Peter Eisentraut 78e7e20afe Small update to emacs example configuration 15 years ago
Peter Eisentraut 415f5e1259 Add fill-column setting to emacs example configurations 15 years ago
Tom Lane 9e9b9ac7d1 Make a code-cleanup pass over the collations patch. 15 years ago
Bruce Momjian 0cfdc1c657 Improve doc wording for SQL syntax of LIMIT/OFFSET. 15 years ago
Tom Lane 92647fc4b9 Avoid possible divide-by-zero in gincostestimate. 15 years ago
Robert Haas a0e8df527e Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants. 15 years ago
Robert Haas 8ede427938 Fix use of incorrect constant RemoveRoleFromObjectACL. 15 years ago
Robert Haas 0babcdf6cf Typo fix. 15 years ago
Robert Haas 68739ba856 Allow ALTER TABLE name {OF type | NOT OF}. 15 years ago
Tom Lane 520bcd9c9b Fix bugs in indexing of in-doubt HOT-updated tuples. 15 years ago
Tom Lane 9ad7e15507 Set indcheckxmin true when REINDEX fixes an invalid or not-ready index. 15 years ago
Tom Lane 5b8e442953 Make plan_cluster_use_sort cope with no IndexOptInfo for the target index. 15 years ago
Peter Eisentraut 395fcac299 Fix PL/Python traceback for error in separate file 15 years ago
Bruce Momjian 0262251c33 Pg_upgrade C comment addition. 15 years ago
Heikki Linnakangas 2b919118c2 Quotes in strings injected into bki file need to escaped. In particular, 15 years ago
Bruce Momjian 7228d02989 Throw error for mismatched pg_upgrade clusters 15 years ago
Bruce Momjian 0341944706 Add C comment 15 years ago
Tom Lane 8c19977e9c Avoid changing an index's indcheckxmin horizon during REINDEX. 15 years ago
Tom Lane c096d19b74 Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself." 15 years ago
Peter Eisentraut 385942f46c Refix the unaccent regression test on MSVC properly 15 years ago
Peter Eisentraut 2e8d954475 Treat config.pl as optional in vcregress.pl 15 years ago
Peter Eisentraut 908eb1f98b Fix typo 15 years ago
Peter Eisentraut 63e9c5b71b Add gitignore entries for Windows MSVC builds 15 years ago
Peter Eisentraut 001cbb145f Avoid unused variable warnings for certain configurations 15 years ago
Tom Lane 390cf3209b Refrain from canonicalizing a client_encoding setting of "UNICODE". 15 years ago
Andrew Dunstan ca5a75fbae Silence compiler warning about casting HANDLE to long on WIN64. 15 years ago
Heikki Linnakangas a7cb69a5a3 Silence compiler warning about unused variable on Windows. 15 years ago
Tom Lane 918854cc08 Fix handling of collations in multi-row VALUES constructs. 15 years ago
Robert Haas 04db0fdbfa Only allow typed tables to hang off composite types, not e.g. tables. 15 years ago