Commit Graph

31307 Commits (4eb49db7ae634fab9af7437b2e7b6388dfd83bd3)
 

Author SHA1 Message Date
Tom Lane 4eb49db7ae Fix contrib/pg_trgm to have smoother updates from 9.0. 15 years ago
Bruce Momjian 3472a2b056 Remove doc mention about read committed in upsert example. 15 years ago
Bruce Momjian f87712d208 Document that plpgsql upsert example can fail if insert triggers return 15 years ago
Bruce Momjian 732808c087 In documentation example, use concat_values() instead of concat() 15 years ago
Robert Haas f196738534 Add some words of caution to elog.c. 15 years ago
Robert Haas 9408783aef Typo fixes. 15 years ago
Robert Haas 24bc6b3db3 Remove rule to build sepgsql-regtest.pp. 15 years ago
Tom Lane 93016983d1 Fix blatantly uninitialized variable in recent commit. 15 years ago
Tom Lane a2095f7fb5 Fix bogus test for hypothetical indexes in get_actual_variable_range(). 15 years ago
Tom Lane 6595dd04d1 Add backwards-compatible declarations of some core GIN support functions. 15 years ago
Peter Eisentraut b15fabf997 Also process psqlrc when running psql -l 15 years ago
Peter Eisentraut f005384532 Better support for thread-support flag detection with clang 15 years ago
Peter Eisentraut 66d6b4cb54 Fix for warnings-free compilation with Python 3.2 15 years ago
Bruce Momjian 497e65f822 In pg_upgrade, no need to initialize global struct values; they are 15 years ago
Simon Riggs bca8b7f16a Hot Standby feedback for avoidance of cleanup conflicts on standby. 15 years ago
Tom Lane 65076269ea Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR. 15 years ago
Alvaro Herrera b4a7e5980b Cleanup ClusterInfo initialization in pg_upgrade 15 years ago
Robert Haas 3a087369c0 WAL receiver shouldn't try to send a reply when dying. 15 years ago
Tom Lane 6e02755b22 Add FOREACH IN ARRAY looping to plpgsql. 15 years ago
Robert Haas 4695da5ae9 pg_ctl promote 15 years ago
Itagaki Takahiro 8ddc05fb01 Export the external file reader used in COPY FROM as APIs. 15 years ago
Bruce Momjian 1cc19cc358 Fix bug in 9.1 pg_upgrade processing of old/new relations; adjust debug 15 years ago
Tom Lane 89c29c0331 Fix corner case for binary upgrade: extension functions in pg_catalog. 15 years ago
Alvaro Herrera 8b2557553c Make pg_upgrade compile again 15 years ago
Tom Lane eff027c432 Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. 15 years ago
Bruce Momjian fe8f15d5d2 Adjust pg_upgrade error message, array freeing, and add error check. 15 years ago
Tom Lane f5fc1de501 Bring hstore's comment into line with style of other contrib comments. 15 years ago
Tom Lane 887dd041a6 Fix obsolete comment. 15 years ago
Robert Haas 883a9659fa Assorted corrections to the patch to add WAL receiver replies. 15 years ago
Robert Haas 6a77e9385e Rename max_predicate_locks_per_transaction. 15 years ago
Peter Eisentraut 2fd77060a2 Allow make check in PL directories 15 years ago
Robert Haas 0d90dc16f8 Avoid a few more SET DATA TYPE table rewrites. 15 years ago
Robert Haas 8e1124eeeb Delete stray word from comment. 15 years ago
Tom Lane 74883d3373 Rethink naming of contrib/intagg extension. 15 years ago
Simon Riggs 0ff1b73509 Additional required docs for pg_constraint catalog entry 15 years ago
Simon Riggs 5c588be729 PITR can stop at a named restore point when recovery target = time 15 years ago
Tom Lane 01ff8dd756 Fix MSVC build scripts for recent extension-related changes. 15 years ago
Tom Lane 555353c0c5 Rearrange extension-related views as per recent discussion. 15 years ago
Tom Lane cee103da14 Small improvements to external-projects documentation. 15 years ago
Simon Riggs f0b8a79c4b Add version-sensitive SQL for psql when constraints NOT VALID 15 years ago
Tom Lane f1fb4b0e63 Fix obsolete references to old-style contrib installation methods. 15 years ago
Tom Lane 2ee69ff65d Remove no-longer-needed special case hacks in MSVC build scripts. 15 years ago
Tom Lane de06cfe834 More fixups for "unpackaged" conversion scripts. 15 years ago
Tom Lane 3b61e57f3c Assorted fixups for "unpackaged" conversion scripts. 15 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Tom Lane e693e97d75 Support replacing MODULE_PATHNAME during extension script file execution. 15 years ago
Tom Lane 27d5d7ab10 Change the naming convention for extension files to use double dashes. 15 years ago
Bruce Momjian 5569ae52ae Clarify documentation for libpq's PQescapeBytea to mention the new hex 15 years ago
Bruce Momjian cebbaa1d5d Back out libpq doc change; not ready yet. 15 years ago