Commit Graph

19770 Commits (2a3f44b769cd494bb8d9df3d985070a9e2c19cb8)
 

Author SHA1 Message Date
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
Bruce Momjian 9a6f3630cf Fix typo: 21 years ago
Tom Lane 51aebb07c3 Another try at the inlined MIPS spinlock code. Can't test this myself, 21 years ago
Tom Lane 8c3cf25225 Back-port recent MIPS and M68K spinlock improvements to 8.0 branch. 21 years ago
Tom Lane 08e12b89d5 Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, 21 years ago
Michael Meskes 5576a611cd - Check for NULL before checking whether argument is an array. 21 years ago
Tom Lane 9b4296abe0 Fix broken lrand48() implementation, per Merlin Moncure. 21 years ago
Tom Lane 01bc28d48a Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a good 21 years ago
Tom Lane f468542b10 Remove unnecessary configure test for inet_ntop(), per Andrew Dunstan. 21 years ago
Tom Lane 96fc1a4f77 Reject operator names >= NAMEDATALEN characters. These will not work 21 years ago
Tom Lane ab648632eb array_in() and array_recv() need to be more paranoid about validating 21 years ago
Tom Lane 497f11845c int_array_enum function should be using fcinfo->flinfo->fn_extra for 21 years ago
Bruce Momjian 0c9f00506b This patch fixes the event type used to log output from the 21 years ago
Bruce Momjian 18b15c3946 [ backpatched to 8.0.X.] 21 years ago
Bruce Momjian 66c2f44b85 Backpatch fseeko fix for seeking from end of file. 21 years ago
Bruce Momjian 18e615979e Backpatch new CVS home page URL. 21 years ago
Tom Lane 1c09a3c46d Fix crash when reading 'timezone = unknown' from postgresql.conf during 21 years ago
Tom Lane 4cf0feae2c Fix count_usable_fds() to stop trying to open files once it reaches 21 years ago
Tom Lane 668448d6f0 rmtree() reported the wrong pathname if final rmdir failed. 21 years ago
Tom Lane ae1d34f23a Back-port several small portability fixes to get contrib building 21 years ago
Bruce Momjian 61dc3df71f Update AIX FAQ. 21 years ago
Tom Lane 81f2d972a8 Back-patch fix for NOT-below-a-NOT case. 21 years ago
Neil Conway f4bbe13491 Avoid crashing pg_dump if we can't connect to the database server, and 21 years ago
Tom Lane 4ee7e8213c Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original 21 years ago
Tom Lane ea72596db5 It appears that Darwin (OS X) does not cope well with C functions that 21 years ago
Tom Lane 2486a88b06 Back-patch fix for erroneous backslashing of LIKE pattern. 21 years ago
Tom Lane 183b1bf84f MemSet() must not cast its pointer argument to int32* until after it has 21 years ago