Commit Graph

31729 Commits (04db0fdbfa9382730bb65f94bca2cd8063a3456a)
 

Author SHA1 Message Date
Robert Haas 04db0fdbfa Only allow typed tables to hang off composite types, not e.g. tables. 14 years ago
Andrew Dunstan b7b86924c6 Attempt to remedy buildfarm breakage caused by commit f536d4194. 14 years ago
Robert Haas aea1f24c2c recoveryStopsHere() must check the resource manager ID. 14 years ago
Tom Lane c29abc8b6f Fix assorted infelicities in collation handling in psql's describe.c. 14 years ago
Tom Lane 2d4617126f Document COLLATE option in CREATE TYPE reference page. 14 years ago
Tom Lane acfa1f45ed Fix pg_dump to handle collations applied to columns of composite types. 14 years ago
Tom Lane 49a642ab18 Add check for matching column collations in ALTER TABLE ... INHERIT. 14 years ago
Tom Lane c947325856 Support a COLLATE clause in plpgsql variable declarations. 14 years ago
Tom Lane 88dc6fa7a1 foreach() and list_delete() don't mix. 14 years ago
Tom Lane d2f60a3ab0 Add an Assert that indexam.c isn't used on an index awaiting reindexing. 14 years ago
Tom Lane 2d3320d3d2 Simplify reindex_relation's API. 14 years ago
Tom Lane 121f49a00e Clean up collation processing in prepunion.c. 14 years ago
Peter Eisentraut 5809a64584 Set client encoding explicitly in plpython_unicode test 14 years ago
Tom Lane 4b6106ccfe Prevent incorrect updates of pg_index while reindexing pg_index itself. 14 years ago
Tom Lane ff5565f0a4 Suppress unused-function warning on non-WIN32 builds. 14 years ago
Tom Lane 72826fb362 Guard against incoming rowcount estimate of NaN in cost_mergejoin(). 14 years ago
Heikki Linnakangas d5a7bf8c11 setlocale() on Windows doesn't work correctly if the locale name contains 14 years ago
Heikki Linnakangas 1f943dc8fe On Windows, if the encoding implied by locale is not allowed as a 14 years ago
Magnus Hagander 3affae58b7 Note that Bison on GnuWin32 has trouble with paths with spaces 14 years ago
Magnus Hagander 9e1526eddd Specify which versions of the Platform SDK are supported 14 years ago
Heikki Linnakangas 4c37c1e3b2 Reduce the initial size of local lock hash to 16 entries. 14 years ago
Peter Eisentraut f536d41942 Rename pg_regress option --multibyte to --encoding 14 years ago
Tom Lane 98eded936c Update release notes for releases 9.0.4, 8.4.8, 8.3.15, and 8.2.21. 14 years ago
Robert Haas 07e58cbe19 Advise Debian/Ubuntu users to use openjade1.3. 14 years ago
Robert Haas 0c80b57d07 Remove obsolete comment. 14 years ago
Robert Haas 39a68e5c6c Fix toast table creation. 14 years ago
Tom Lane eca75a12a2 Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos. 14 years ago
Tom Lane 170aeb5407 Update time zone data files to tzdata release 2011f. 14 years ago
Robert Haas 0a49c95c73 Avoid incorrectly granting replication to roles created with NOSUPERUSER. 14 years ago
Heikki Linnakangas 40e64017f3 On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differently 14 years ago
Heikki Linnakangas 54685b1c2b Revert the patch to check if we've reached end-of-backup also when doing 14 years ago
Heikki Linnakangas b5bb040da6 On IA64 architecture, we check the depth of the register stack in addition 14 years ago
Tom Lane dd95a1d3dd Add some useful cross-references to the CREATE EXTENSION reference page. 14 years ago
Tom Lane d64713df7e Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 14 years ago
Tom Lane 88543ecfec Suppress compiler warnings about "value computed is not used". 14 years ago
Tom Lane 3f5d2fe302 Be more wary of missing statistics in eqjoinsel_semi(). 14 years ago
Tom Lane 921b993677 Fix RI_Initial_Check to use a COLLATE clause when needed in its query. 14 years ago
Peter Eisentraut 5caa3479c2 Clean up most -Wunused-but-set-variable warnings from gcc 4.6 14 years ago
Tom Lane 3c381a55b0 Teach pattern_fixed_prefix() about collations. 14 years ago
Heikki Linnakangas dad1f46382 TransferPredicateLocksToNewTarget should initialize a new lock 14 years ago
Heikki Linnakangas 7c797e7194 Fix the size of predicate lock manager's shared memory hash tables at creation. 14 years ago
Tom Lane f510fc1d90 Add some more mapping macros for Microsoft wide-character API. 14 years ago
Tom Lane 7aa3f1d082 Insert dummy "break"s to silence compiler complaints. 14 years ago
Andrew Dunstan c1d82a936f Remove CRLF line endings in new cube results file. 14 years ago
Tom Lane 1e16a8107d Teach regular expression operators to honor collations. 14 years ago
Andrew Dunstan 210f95f1cd Adjust regression tests on cube and ECPG for MinGW 64 bit compiler. 14 years ago
Andrew Dunstan ed557a373c Don't make "replication" magical as a user name, only as a database name, in pg_hba.conf. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Tom Lane 9a8b73147c Clean up overly complex code for issuing some related error messages. 14 years ago
Peter Eisentraut 11745364d0 Add collation support on Windows (MSVC build) 14 years ago