Commit Graph

28759 Commits (3c6dc48ce4fa90ebaaf332d0f8cb77adbe3d5950)
 

Author SHA1 Message Date
Tom Lane 5136541a6a Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the 16 years ago
Tom Lane ddf8b77020 Fix crash if a DROP is attempted on an internally-dependent object. 16 years ago
Bruce Momjian 3141a43605 fsync test files 17 years ago
Tom Lane 4853c1eb2f A bit more wordsmithing on the COPY CSV NULL business. 17 years ago
Teodor Sigaev 8cc1c8c9f2 Fix incorrect arguments for gist_box_penalty call. The bug could be observed 17 years ago
Bruce Momjian 541569caed CSV NULL Documentation 17 years ago
Bruce Momjian 77b2388b24 CVS NULL Documentation 17 years ago
Tom Lane 010394d7aa Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records. 17 years ago
Heikki Linnakangas 524f701cb5 Don't error out if recycling or removing an old WAL segment fails at the end 17 years ago
Joe Conway 0daae1a622 plug dblink resource leak 17 years ago
Tom Lane 3a3c2cd59c Fix assertion failure when a SELECT DISTINCT ON expression is volatile. 17 years ago
Heikki Linnakangas 96ca52dbe8 On Windows, when a file is deleted and another process still has an open 17 years ago
Tom Lane 9ed9ac5a38 Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the 17 years ago
Tom Lane 3385dcc8c8 Remove outside-the-scanner references to "yyleng". 17 years ago
Tom Lane 2b893f65e9 Update the tznames reference files, and add IDT (Israel Daylight Time) 17 years ago
Tom Lane d53bbbcf13 Put back "ifeq ($(PORTNAME), solaris)", this time with some documentation 17 years ago
Tom Lane 71c4a7b94e Revert ill-considered restriction of dtrace support to Solaris only. 17 years ago
Heikki Linnakangas a3cd02e97a Fix encoding handling in xml binary input function. If the XML header didn't 17 years ago
Marc G. Fournier 6883b7df92 Tag 8.4.1 17 years ago
Tom Lane b58a4b2ee8 Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22, 17 years ago
Tom Lane 57710f39cc Make LOAD of an already-loaded library into a no-op, instead of attempting 17 years ago
Tom Lane 4fd4bf4bd8 Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer 17 years ago
Peter Eisentraut 3e2440970a Translation updates 17 years ago
Tom Lane 828fc43c8c Install a workaround for a longstanding gcc bug that allows SIGFPE traps 17 years ago
Tom Lane 0f240ce595 Update time zone data files to tzdata release 2009l: DST law changes in 17 years ago
Tom Lane 2bdd765f79 Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr 17 years ago
Tom Lane 9a6313f469 Fix pg_ctl's readfile() to not go into infinite loop on an empty file 17 years ago
Tom Lane ba5317237f Remove duplicate variable initializations identified by clang static checker. 17 years ago
Tom Lane 3f2fa308d1 Modify the definition of window-function PARTITION BY and ORDER BY clauses 17 years ago
Alvaro Herrera 6c593b9ca0 Fix broken markup 17 years ago
Alvaro Herrera b78b4d5117 Fix handling of autovacuum reloptions. 17 years ago
Heikki Linnakangas 593810f3cd In the checkpoint written at the end of archive recovery, the WAL page header 17 years ago
Bruce Momjian 95ac06c85b Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1. 17 years ago
Tom Lane 824e0e4686 Try to make silent_mode behave somewhat reasonably. 17 years ago
Tom Lane 1651dfc064 Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot 17 years ago
Alvaro Herrera 6887067b6d Avoid calling kill() in a postmaster signal handler. 17 years ago
Tom Lane 3600e4ced2 Fix inclusions of readline/editline header files so that we only attempt to 17 years ago
Tom Lane fedb166549 Fix a violation of WAL coding rules in the recent patch to include an 17 years ago
Tom Lane 2acb2bcbcb Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison 17 years ago
Tom Lane 977c77759c Fix overflow for INTERVAL 'x ms' where x is more than a couple million, 17 years ago
Tom Lane 55ea948feb Fix imprecise documentation of random(): it never returns 1.0. 17 years ago
Tom Lane ef75f74f4c Fix incorrect encoding-aware name truncation in makeArrayTypeName(). 17 years ago
Bruce Momjian 08d1d61769 Remove tab in SGML. 17 years ago
Tom Lane 69eab4e387 Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo. 17 years ago
Tom Lane 3dc494f0a3 Fix old bug in log_autovacuum_min_duration code: it was relying on being able 17 years ago
Magnus Hagander f85de25433 Reserve the shared memory region during backend startup on Windows, so 17 years ago
Alvaro Herrera d2c3dbf186 Fix URL to "The Hitch-Hiker's Guide to Evolutionary Computation". 17 years ago
Alvaro Herrera 8d0961466e Fix number of columns declared for pg_user_mappings description table. 17 years ago
Bruce Momjian d627836c66 Adjust test_fsync code to be more sane. 17 years ago
Magnus Hagander d9234b2bec Enable the use of multiple CPUs/cores when building on MSVC. This only 17 years ago