Commit Graph

31211 Commits (dafaa3efb75ce1aae2e6dbefaf6f3a889dea0d21)
 

Author SHA1 Message Date
Heikki Linnakangas dafaa3efb7 Implement genuine serializable isolation level. 15 years ago
Itagaki Takahiro c18f51da17 Fix a comment for MergeAttributes. 15 years ago
Andrew Dunstan c852e95b0b Supply now required HeUTF8 macro for plperl where it's missing, per buildfarm results. 15 years ago
Itagaki Takahiro fb7355e0ce Fix error messages for FreeFile in COPY command. 15 years ago
Bruce Momjian ad76242633 remove tags. 15 years ago
Andrew Dunstan 50d89d422f Force strings passed to and from plperl to be in UTF8 encoding. 15 years ago
Bruce Momjian 5ed45ac09c Adjust libpq docs to be clearer about 'hostaddr' usage by rewording and 15 years ago
Bruce Momjian 97116ca417 Rename macro DECIMAL to DECIMAL_T to help pgindent; this is already 15 years ago
Magnus Hagander cedd6515ba IDENTIFY_SYSTEM now returns 3 fields, not 2 15 years ago
Robert Haas 65377e0b9c Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks. 15 years ago
Bruce Momjian 51dbc87dff Add C comment about why older compilers complain about basebackup.c's 15 years ago
Andrew Dunstan 895ad83d70 Attempt to unbreak MSVC builds after pipe.c move. 15 years ago
Bruce Momjian 8e6ae3d79c Add doc comment that installation.sgml can't use xrefs. 15 years ago
Robert Haas 9e7e1172a5 Clarify comment in ATRewriteTable(). 15 years ago
Robert Haas b1e65c3216 Move pipe.c into the backend. 15 years ago
Bruce Momjian b157a1d555 In docs, move PQrequestCancel() deprecation mention up to match other 15 years ago
Robert Haas 8201aea90c Avoid including postgres.h in frontend compiles of src/port. 15 years ago
Robert Haas edad08ba54 Update ALTER TABLE docs to mention using VACUUM FULL for rewrites. 15 years ago
Robert Haas 6f59a5e5dd Use $(MAKE) rather than make. 15 years ago
Robert Haas 356f2cbbb4 Make handling of errcodes.h more consistent with other generated headers. 15 years ago
Magnus Hagander afb6dee1e3 Attempt to un-break the documentation build again 15 years ago
Robert Haas b87811ee27 Unbreak 'configure' followed immediately by 'make install'. 15 years ago
Magnus Hagander 39fbec73b0 Use single quotes when there are backslashes in the filename 15 years ago
Robert Haas dde9684d65 Unbreak the VPATH build. 15 years ago
Robert Haas b8a0467e10 Preserve copyright notice from old errcodes.h file. 15 years ago
Robert Haas ddfe26f644 Avoid maintaining three separate copies of the error codes list. 15 years ago
Robert Haas 7212c77d0c ALTER TABLE sometimes takes only ShareUpdateExclusiveLock. 15 years ago
Bruce Momjian df63aac678 In docs, PL is Procedural Language, not Programming Language. 15 years ago
Bruce Momjian 35b0a6b205 Simplify code used in is_absolute_path() macro; also add comment about 15 years ago
Magnus Hagander 76129e7f14 Include more status information in walsender results 15 years ago
Magnus Hagander f001cb38b6 Fix typo. 15 years ago
Robert Haas 4c4daf6710 Further sepgsql documentation cleanup. 15 years ago
Robert Haas 4ff9dec138 sepgsql doc fix 15 years ago
Robert Haas 87d967f70f Minor sepgsql regression test fixes. 15 years ago
Robert Haas c7689ee733 Various sepgsql corrections. 15 years ago
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