Commit Graph

31734 Commits (001cbb145f3250b0d69d6be3d5fa0236e1a261dc)
 

Author SHA1 Message Date
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
Andrew Dunstan b7b86924c6 Attempt to remedy buildfarm breakage caused by commit f536d4194. 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 2d4617126f Document COLLATE option in CREATE TYPE reference page. 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
Magnus Hagander 3affae58b7 Note that Bison on GnuWin32 has trouble with paths with spaces 15 years ago
Magnus Hagander 9e1526eddd Specify which versions of the Platform SDK are supported 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
Tom Lane 98eded936c Update release notes for releases 9.0.4, 8.4.8, 8.3.15, and 8.2.21. 15 years ago
Robert Haas 07e58cbe19 Advise Debian/Ubuntu users to use openjade1.3. 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 dd95a1d3dd Add some useful cross-references to the CREATE EXTENSION reference page. 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
Tom Lane 7aa3f1d082 Insert dummy "break"s to silence compiler complaints. 15 years ago
Andrew Dunstan c1d82a936f Remove CRLF line endings in new cube results file. 15 years ago
Tom Lane 1e16a8107d Teach regular expression operators to honor collations. 15 years ago