Commit Graph

31336 Commits (d5813488a4ccc78ec3a4ad0d5da4e6e844af75e8)
 

Author SHA1 Message Date
Bruce Momjian d5813488a4 Adjust documentation wording of window function ORDER BY to not mention 15 years ago
Bruce Momjian 8c0f1e2762 Documentation update for UTF16 surrogate pairs in UTF8 encoding. 15 years ago
Bruce Momjian e07ae21f7e Document that an SQL-standard-compliant query that expects a unique row 15 years ago
Peter Eisentraut b05186f8a4 Invalidate PL/Python functions with composite type argument when the 15 years ago
Bruce Momjian 964b46d00e Initialize variable to quiet compiler. 15 years ago
Peter Eisentraut 02e14562a8 Set psql client encoding from locale by default 15 years ago
Tom Lane 327e025071 Create the catalog infrastructure for foreign-data-wrapper handlers. 15 years ago
Bruce Momjian 4077980d67 Improve text search prefix doc addition. 15 years ago
Bruce Momjian 5bba4948eb Document that text search comparisons happen after text search 15 years ago
Tom Lane 82220e8832 Un-break building with BTREE_BUILD_STATS. 15 years ago
Tom Lane 4cff100d73 Fix parallel pg_restore to handle comments on POST_DATA items correctly. 15 years ago
Tom Lane 472f608e43 One more hack to make contrib upgrades from 9.0 match fresh 9.1 installs. 15 years ago
Alvaro Herrera a5dfc94c9a Use $INDENT instead of `which` to find the indent binary 15 years ago
Simon Riggs bc76695c4c Make a hard state change from catchup to streaming mode. 15 years ago
Simon Riggs 06828c5feb Separate messages for standby replies and hot standby feedback. 15 years ago
Magnus Hagander 45a6d79b17 Properly initialize variables 15 years ago
Michael Meskes bc423879cc Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dynamic cursornames even in WHERE CURRENT OF clauses. 15 years ago
Itagaki Takahiro 5c63982af2 Fix an uninitialized field in DR_copy. 15 years ago
Itagaki Takahiro 62c7bd31c8 Add transaction-level advisory locks. 15 years ago
Alvaro Herrera 87bb2ade2c Convert Postgres arrays to Perl arrays on PL/perl input arguments 15 years ago
Alvaro Herrera f7b51d175a pgindent run on plperl.c 15 years ago
Alvaro Herrera c4d124365b Use $INDENT rather than indent throughout the pgindent code 15 years ago
Tom Lane 52b60530f2 Fix tsmatchsel() to account properly for null rows. 15 years ago
Tom Lane de623f3335 Fix upgrade of contrib/xml2 from 9.0. 15 years ago
Tom Lane 0024e34898 Fix upgrade of contrib/intarray and contrib/unaccent from 9.0. 15 years ago
Tom Lane ec65a79db2 Fix upgrade of contrib/btree_gist from 9.0. 15 years ago
Robert Haas 4a25bc145a Add client_hostname field to pg_stat_activity. 15 years ago
Robert Haas a3e8486dff Prevent possible compiler warnings. 15 years ago
Bruce Momjian 4f2cfc5bb4 Typo fix 15 years ago
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