Commit Graph

8659 Commits (94cda4f1065bcd21bdce664dc03eaa31faba0442)

Author SHA1 Message Date
Bruce Momjian 48d25bac9f Merge two documentation permission chapters into a single chapter. 15 years ago
Tom Lane 7c5d0ae707 Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 15 years ago
Tom Lane bb74240794 Implement an API to let foreign-data wrappers actually be functional. 15 years ago
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 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
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
Robert Haas 4a25bc145a Add client_hostname field to pg_stat_activity. 15 years ago
Bruce Momjian 4f2cfc5bb4 Typo fix 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 9408783aef Typo fixes. 15 years ago
Robert Haas 24bc6b3db3 Remove rule to build sepgsql-regtest.pp. 15 years ago
Simon Riggs bca8b7f16a Hot Standby feedback for avoidance of cleanup conflicts on standby. 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
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
Robert Haas 0d90dc16f8 Avoid a few more SET DATA TYPE table rewrites. 15 years ago
Simon Riggs 0ff1b73509 Additional required docs for pg_constraint catalog entry 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
Tom Lane f1fb4b0e63 Fix obsolete references to old-style contrib installation methods. 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
Bruce Momjian 8e7af60872 Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom. 15 years ago
Tom Lane 6c2e734f0a Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics. 15 years ago
Peter Eisentraut b313bca0af DDL support for collations 15 years ago
Robert Haas d31e2a495b Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites. 15 years ago
Tom Lane 24d1280c4d Clean up installation directory choices for extensions. 15 years ago
Tom Lane 1214749901 Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. 15 years ago
Tom Lane 01467d3e4f Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well. 15 years ago
Heikki Linnakangas b186523fd9 Send status updates back from standby server to master, indicating how far 15 years ago
Magnus Hagander 4c468b37a2 Track last time for statistics reset on databases and bgwriter 15 years ago
Andrew Dunstan 2ad0348677 Use correct name and URL for MinGW-w64, error noticed by Gurjeet Singh. 15 years ago
Itagaki Takahiro 5478f991c9 Fix typo in the documentation. 15 years ago
Peter Eisentraut 2e2d56fea9 Information schema views for collation support 15 years ago
Tom Lane 5bc178b89f Implement "ALTER EXTENSION ADD object". 15 years ago
Bruce Momjian 70802e0dbe Remove more SGML tabs. 15 years ago
Bruce Momjian ee4b67fcff Remove tabs in SGML file. 15 years ago
Magnus Hagander 3144c33a2f Implement NOWAIT option for BASE_BACKUP command 15 years ago
Tom Lane d9572c4e3b Core support for "extensions", which are packages of SQL objects. 15 years ago