Commit Graph

31176 Commits (426227850be145b52cb610455000fc005df5ce4e)
 

Author SHA1 Message Date
Bruce Momjian 426227850b Rename function to first_path_var_separator() to clarify it works with 15 years ago
Bruce Momjian bffb638d16 Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is a path 15 years ago
Robert Haas 0af695fd43 Log restartpoints in the same fashion as checkpoints. 15 years ago
Tom Lane cd7d748d51 Repair multiple breakage in Windows-specific code for appending '.exe'. 15 years ago
Tom Lane 907855ac75 Clean up missed change to plpython expected files. 15 years ago
Bruce Momjian 03c25dd900 Mark all GUC variables with <varname> markup, rather than <literal>. 15 years ago
Bruce Momjian 2b6e2dee78 Fix wrong verb in pg_upgrade text message, per Haas. 15 years ago
Bruce Momjian 9d220fc17e Simplify pg_upgrade checking of executable permissions. 15 years ago
Peter Eisentraut 0c5933d010 Wrap PL/Python SPI calls into subtransactions 15 years ago
Andrew Dunstan c73fe72e27 Add comment on why we're passing a useless 'false' to the plperl function compiler. 15 years ago
Bruce Momjian 5a6ba62be5 Document that CREATE VIEW that uses "*" for the column list will not 15 years ago
Bruce Momjian d56d246e70 Properly capitalize hyphenated words in documentation titles. 15 years ago
Bruce Momjian 7106f74e2a Clarify documentation to state that "zero_damaged_pages" does not force 15 years ago
Peter Eisentraut 15f55cc38a Add validator to PL/Python 15 years ago
Bruce Momjian 6c6e6f7fd3 Document that effective cache size does not assume data remains in the 15 years ago
Bruce Momjian e8cdc238cf Document that Slony can do upgrades easier _because_ it supports 15 years ago
Bruce Momjian 902aae5ec5 Clarify pg_upgrade install instructions, per suggestion from Robert Haas. 15 years ago
Bruce Momjian d2888d1ca3 Add missing period "." in pg_upgrade documentation. 15 years ago
Bruce Momjian 2bb87a61a8 Add pg_upgrade comment for why we can't use template1 inheritance for 15 years ago
Andrew Dunstan ef19dc6d39 Set up PLPerl trigger data using C code instead of Perl code. 15 years ago
Magnus Hagander 5273f21434 Undefine setlocale() macro on Win32 15 years ago
Simon Riggs 56b21b7ae3 Re-classify ERRCODE_DATABASE_DROPPED to 57P04 15 years ago
Itagaki Takahiro 0c707aa458 Fix wrong error reports in 'number of array dimensions exceeds the 15 years ago
Itagaki Takahiro 03282bfa89 Add a link from client_encoding parameter to the list of character sets 15 years ago
Bruce Momjian 00dd340210 Improve docs for pg_authid encryption description with better markup and 15 years ago
Bruce Momjian 2dbed56c5a In pg_authid.rolpassword docs, make "md5" appear as a literal. 15 years ago
Tom Lane 6e2f3ae884 Support LIKE and ILIKE index searches via contrib/pg_trgm indexes. 15 years ago
Bruce Momjian 6238473adb Fix pg_upgrade to create pg_authid restore functions in the 'postgres' 15 years ago
Simon Riggs 9e95c9ad55 Create new errcode for recovery conflict caused by db drop on master. 15 years ago
Heikki Linnakangas 44df84df72 Remove spurious word, spotted by Thom Brown. 15 years ago
Bruce Momjian 49450f01ec Update pg_upgrade docs to mention its use in a less risk-warning way, 15 years ago
Bruce Momjian ff20fbd6c2 Fix SGML markup for upgrade doc addition. 15 years ago
Simon Riggs 8585ad3625 Fix error code for canceling statement due to conflict with recovery. 15 years ago
Andrew Dunstan 51be78b09a Update docs on building for Windows to accomodate current reality. 15 years ago
Bruce Momjian c5ba11f8fb Move upgrade instructions into its own section under "Server Setup and 15 years ago
Heikki Linnakangas 32866837f0 Fix typo 15 years ago
Heikki Linnakangas 997b48ed96 Support multiple concurrent pg_basebackup backups. 15 years ago
Andrew Dunstan 48c9de8028 Fix typo 15 years ago
Andrew Dunstan 91812df4ed Enable building with the Mingw64 compiler. 15 years ago
Tom Lane 9688c4e6f1 Make reduce_outer_joins() smarter about semijoins. 15 years ago
Magnus Hagander 507069de6d Add option to include WAL in base backup 15 years ago
Bruce Momjian 5d5678d7c3 Properly capitalize documentation headings; some only had initial-word 15 years ago
Tom Lane 6f489dca65 Make installation.sgml build standalone again. 15 years ago
Magnus Hagander 4ea1a273fb Use GSSAPI library for SSPI auth, when native SSPI is not available 15 years ago
Robert Haas 7f242d880b Try to avoid running with a full fsync request queue. 15 years ago
Tom Lane b2826ad52d Copy-edit a paragraph in the contrib/seg documentation. 15 years ago
Tom Lane 20a0f97273 Rephrase pg_conversion description to avoid splitting link across page. 15 years ago
Tom Lane 4305462497 Update release notes. 15 years ago
Tom Lane 7ccb6dc2d3 Prevent buffer overrun while parsing an integer in a "query_int" value. 15 years ago
Tom Lane 0ac8c8df85 Don't include <asm/ia64regs.h> unnecessarily. 15 years ago