Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
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
Heikki Linnakangas 2b919118c2 Quotes in strings injected into bki file need to escaped. In particular, 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
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
Robert Haas aea1f24c2c recoveryStopsHere() must check the resource manager ID. 15 years ago
Tom Lane c29abc8b6f Fix assorted infelicities in collation handling in psql's describe.c. 15 years ago
Tom Lane acfa1f45ed Fix pg_dump to handle collations applied to columns of composite types. 15 years ago
Tom Lane 49a642ab18 Add check for matching column collations in ALTER TABLE ... INHERIT. 15 years ago
Tom Lane c947325856 Support a COLLATE clause in plpgsql variable declarations. 15 years ago
Tom Lane 88dc6fa7a1 foreach() and list_delete() don't mix. 15 years ago
Tom Lane d2f60a3ab0 Add an Assert that indexam.c isn't used on an index awaiting reindexing. 15 years ago
Tom Lane 2d3320d3d2 Simplify reindex_relation's API. 15 years ago
Tom Lane 121f49a00e Clean up collation processing in prepunion.c. 15 years ago
Peter Eisentraut 5809a64584 Set client encoding explicitly in plpython_unicode test 15 years ago
Tom Lane 4b6106ccfe Prevent incorrect updates of pg_index while reindexing pg_index itself. 15 years ago
Tom Lane ff5565f0a4 Suppress unused-function warning on non-WIN32 builds. 15 years ago
Tom Lane 72826fb362 Guard against incoming rowcount estimate of NaN in cost_mergejoin(). 15 years ago
Heikki Linnakangas d5a7bf8c11 setlocale() on Windows doesn't work correctly if the locale name contains 15 years ago
Heikki Linnakangas 1f943dc8fe On Windows, if the encoding implied by locale is not allowed as a 15 years ago
Heikki Linnakangas 4c37c1e3b2 Reduce the initial size of local lock hash to 16 entries. 15 years ago
Peter Eisentraut f536d41942 Rename pg_regress option --multibyte to --encoding 15 years ago
Robert Haas 0c80b57d07 Remove obsolete comment. 15 years ago
Robert Haas 39a68e5c6c Fix toast table creation. 15 years ago
Tom Lane eca75a12a2 Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos. 15 years ago
Tom Lane 170aeb5407 Update time zone data files to tzdata release 2011f. 15 years ago
Robert Haas 0a49c95c73 Avoid incorrectly granting replication to roles created with NOSUPERUSER. 15 years ago
Heikki Linnakangas 40e64017f3 On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differently 15 years ago
Heikki Linnakangas 54685b1c2b Revert the patch to check if we've reached end-of-backup also when doing 15 years ago
Heikki Linnakangas b5bb040da6 On IA64 architecture, we check the depth of the register stack in addition 15 years ago
Tom Lane d64713df7e Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 15 years ago
Tom Lane 88543ecfec Suppress compiler warnings about "value computed is not used". 15 years ago
Tom Lane 3f5d2fe302 Be more wary of missing statistics in eqjoinsel_semi(). 15 years ago
Tom Lane 921b993677 Fix RI_Initial_Check to use a COLLATE clause when needed in its query. 15 years ago
Peter Eisentraut 5caa3479c2 Clean up most -Wunused-but-set-variable warnings from gcc 4.6 15 years ago
Tom Lane 3c381a55b0 Teach pattern_fixed_prefix() about collations. 15 years ago
Heikki Linnakangas dad1f46382 TransferPredicateLocksToNewTarget should initialize a new lock 15 years ago
Heikki Linnakangas 7c797e7194 Fix the size of predicate lock manager's shared memory hash tables at creation. 15 years ago
Tom Lane f510fc1d90 Add some more mapping macros for Microsoft wide-character API. 15 years ago