Commit Graph

31852 Commits (00fad9f6fef8ed166b183ad45a9bd863d965d81c)
 

Author SHA1 Message Date
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
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