Commit Graph

31369 Commits (67a5e727c8655496013b007d2fb6137fcc244b18)
 

Author SHA1 Message Date
Bruce Momjian 67a5e727c8 Be less detailed about reporting shared memory failure by avoiding the 15 years ago
Magnus Hagander b04137a294 Fix verbose display of REPLICATION role attribute 15 years ago
Bruce Momjian 721ea41f14 Fix markup for pg_options_to_table() to report the return column names, 15 years ago
Heikki Linnakangas be6668d6ef Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL 15 years ago
Andrew Dunstan 42e5223648 Add a configure check for Python.h if building with python. 15 years ago
Bruce Momjian 58838a7a52 Document that pg_options_to_table() also works for 15 years ago
Bruce Momjian 86434afb11 Fix doc patch --- pg_options_to_table() returns "setof record". 15 years ago
Peter Eisentraut bc411f25c1 Table function support for PL/Python 15 years ago
Bruce Momjian 772dcfe7c0 Document pg_options_to_table() (not previously documented) 15 years ago
Tom Lane 000128bc7f Fix order of shutdown processing when CTEs contain inter-references. 15 years ago
Tom Lane 389af95155 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. 15 years ago
Alvaro Herrera 0056066d06 Update pageinspect--1.0.sql to match the upgrade script 15 years ago
Alvaro Herrera a338d65461 Fix pageinspect's heap_page_item to return infomasks as 32 bit values 15 years ago
Robert Haas 79ad8fc5f8 Named restore point improvements. 15 years ago
Itagaki Takahiro 6079375431 More psql tab-completion for new commands. 15 years ago
Itagaki Takahiro 4191e16cbe Add tab-completion for CREATE UNLOGGED TABLE in psql, 15 years ago
Bruce Momjian 2c72d7042b Update wording about information schema and name which views potentially 15 years ago
Itagaki Takahiro 5a922f13ef Make the second words lowercase in psql's \d titles for unlogged tables. 15 years ago
Tom Lane bdca82f44d Add a relkind field to RangeTblEntry to avoid some syscache lookups. 15 years ago
Peter Eisentraut 1c51c7d5ff Add PL/Python functions for quoting strings 15 years ago
Robert Haas 3e6b305d9e Fix a couple of unlogged tables goofs. 15 years ago
Tom Lane 1ab9b012bd Allow binary I/O of type "void". 15 years ago
Bruce Momjian edb382179d Reword information_schema duplicate constraint warning text. 15 years ago
Tom Lane 2e852e541c Remove ExecRemoveJunk(), which is no longer used anywhere. 15 years ago
Tom Lane a210be7720 Fix dangling-pointer problem in before-row update trigger processing. 15 years ago
Bruce Momjian fee7802770 Move information_schema duplicate constraint note to the top of the 15 years ago
Bruce Momjian ede45e90dd Update docs about new role privileges reference, per Alvaro. 15 years ago
Itagaki Takahiro ca9cf85d54 Fix pg_server_to_client, that was broken in the previous commit. 15 years ago
Itagaki Takahiro 3cba8240a1 Add ENCODING option to COPY TO/FROM and file_fdw. 15 years ago
Bruce Momjian 48d25bac9f Merge two documentation permission chapters into a single chapter. 15 years ago
Tom Lane 087bd179e6 Minor logic fix for new levenshtein implementation. 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 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