Commit Graph

19796 Commits (f583cbc8a000f6c5ff5c2aa63e2f4e95ef119f9a)
 

Author SHA1 Message Date
Bruce Momjian f583cbc8a0 Properly document return value of strpos(). 21 years ago
Bruce Momjian a99f293753 Update error message and documentation for fsync test. 21 years ago
Bruce Momjian 4bc4ce01a7 Update test_fsync to honor -f. 21 years ago
Tom Lane c7d40ff35f Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid 21 years ago
Tom Lane 55b5a42b6a When in transaction-aborted state, reject Bind message for portals containing 21 years ago
Tom Lane d70d39fbbb Fix misspelling of 'listen_addresses', per Devrim. 21 years ago
Tom Lane 39edcf59a2 Repair an error introduced by log_line_prefix patch: it is not acceptable 21 years ago
Bruce Momjian 56f68ed907 Backpatch FAQ's for 8.0.X. 21 years ago
Tom Lane 6d8476ab3b Ensure that we only create one ConsoleCtrlHandler per psql process, 21 years ago
Teodor Sigaev 0c1a3f94c6 Fix incorrect header size macros 21 years ago
Tom Lane 09048b95e7 Fix longstanding race condition in transaction log management: there was a 21 years ago
Andrew Dunstan 0622b1d738 Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1 21 years ago
Bruce Momjian c3d56155d4 Properly update the 'group' flatfile when modifying the user, in case 21 years ago
Bruce Momjian 8f03406ee9 Update AIX FAQ, backpatch. 21 years ago
Tom Lane 15b46f121f Fix longstanding bug that would sometimes let the planner generate a bad plan 21 years ago
Tom Lane ea19eb999d Postpone pg_timezone_initialize() until after creation of postmaster.pid, 21 years ago
Tom Lane 09290098c5 Prevent core dump in contrib version of autovacuum when a table has been 21 years ago
Tom Lane fd5efffc15 Back-patch fix for proper labeling of whole-row Datums generated from 21 years ago
Tom Lane 98658dd404 Pass a strdup'd ident string to openlog(), to ensure that reallocation 21 years ago
Bruce Momjian 7df6dfdda7 [ Backpatch to 8.0.X.] 21 years ago
Tom Lane 00de66a3b4 Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark 21 years ago
Neil Conway 592ca3cf06 Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser. 21 years ago
Tom Lane d30c134806 Fix oversight in 8.0 modification of RestrictInfo data structures. 21 years ago
Neil Conway 20f5a328e5 Backpatch merge_db() example for PL/PgSQL to 8.0. Patch from David 21 years ago
Bruce Momjian ce150c4a8b Update Japanese FAQ. 21 years ago
Bruce Momjian b0db380b09 Update version number in faq. 21 years ago
Bruce Momjian 2a3f44b769 Update FAQ's in 8.0.X branch. (very small changes) 21 years ago
Bruce Momjian 610a7c6fdc Add FAQ_hungarian.html to 8.0.X branch. 21 years ago
Tom Lane 3dfec7f73e COPY's test for read-only transaction was backward; it prohibited COPY TO 21 years ago
Tom Lane 73a71f50cd Stamp release 8.0.4. 21 years ago
Tom Lane 65ae842791 Update release notes for pending back-branch releases. 21 years ago
Tom Lane e1684062bc Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie. 21 years ago
Tom Lane 7aef1bfd1f Repair planning bug introduced in 7.4: outer-join ON clauses that referenced 21 years ago
Alvaro Herrera 92cdd00c05 Translation updates for the 8.0 branch 21 years ago
Bruce Momjian 0326d705ab Update Russian FAQ. 21 years ago
Bruce Momjian 341c3399da Backpatch to 8.0.X: 21 years ago
Bruce Momjian 9516724bd7 Update FAQ's in 8.0.X branch. 21 years ago
Bruce Momjian b3af584d7d Return proper value for psql -f filename failure if filename open fails. 21 years ago
Teodor Sigaev b4d107a777 Update Snowball. I have to update it because of 21 years ago
Tom Lane 8080e8e8ce Ensure that any memory leaked during an error inside the bgwriter is 21 years ago
Neil Conway 3926b6e9c3 Fix a mistake in the documentation for SPI_getbinval(), per Michael Fuhr. 21 years ago
Michael Meskes 39f27463b3 Fixed transaction command handling to not ignore savepoints and to correctly check for errors. 21 years ago
Tom Lane 3e711451f1 Avoid changing stdin/stdout to binary mode on Windows unless that is 21 years ago
Tom Lane 16acb8bfd3 Update regression tests for new USA timezone data. Mea culpa for not 21 years ago
Tom Lane 694da2897b Update timezone data files to release 2005m of the zic database. 21 years ago
Peter Eisentraut 57fd3d22d7 Translation update 21 years ago
Teodor Sigaev 13ff51baf2 Fix missing rows in query 21 years ago
Tom Lane 846ed05de6 Sigh, looks like you need '.set mips2' before you can access MIPS 21 years ago
Tom Lane 9f70dce4ce Add a SYNC instruction to the S_UNLOCK sequence for MIPS. 21 years ago
Tom Lane 5677c28c91 Get the MIPS assembler syntax right. Also add a separate sync command; 21 years ago