Commit Graph

31357 Commits (a338d654614f897ccb58eaa8a6171abdb7dc8dff)
 

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