| 2009-12-12 |  Tom Lane | Fix integer-to-bit-string conversions to handle the... | commit | commitdiff | tree | snapshot | 
| 2009-12-10 |  Marc G. Fournier | tag for 8.4.2  REL8_4_2 | commit | commitdiff | tree | snapshot | 
| 2009-12-10 |  Robert Haas | Fix levenshtein with costs.  The previous code multipli... | commit | commitdiff | tree | snapshot | 
| 2009-12-10 |  Tom Lane | Update release notes for releases 8.4.2, 8.3.9, 8.2... | commit | commitdiff | tree | snapshot | 
| 2009-12-09 |  Tom Lane | Prevent indirect security attacks via changing session... | commit | commitdiff | tree | snapshot | 
| 2009-12-09 |  Magnus Hagander | Update size references in installation instructions... | commit | commitdiff | tree | snapshot | 
| 2009-12-09 |  Magnus Hagander | Reject certificates with embedded NULLs in the commonNa... | commit | commitdiff | tree | snapshot | 
| 2009-12-09 |  Tom Lane | Update time zone data files to tzdata release 2009s... | commit | commitdiff | tree | snapshot | 
| 2009-12-08 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2009-12-08 |  Magnus Hagander | Fix a couple of broken links to third-party sites. | commit | commitdiff | tree | snapshot | 
| 2009-12-08 |  Magnus Hagander | Replace broken link to custom local gettext package... | commit | commitdiff | tree | snapshot | 
| 2009-12-07 |  Magnus Hagander | Update CVS documentation to be more current and add... | commit | commitdiff | tree | snapshot | 
| 2009-12-03 |  Heikki Linnakangas | Fix bug in temporary file management with subtransactio... | commit | commitdiff | tree | snapshot | 
| 2009-12-02 |  Tom Lane | Ignore attempts to set "application_name" in the connec... | commit | commitdiff | tree | snapshot | 
| 2009-11-30 |  Tom Lane | Avoid core dump on empty thesaurus dictionary. | commit | commitdiff | tree | snapshot | 
| 2009-11-29 |  Tom Lane | Fix session-lifespan memory leak when a plperl function... | commit | commitdiff | tree | snapshot | 
| 2009-11-27 |  Michael Meskes | Remove */ characters from declare cursor statements... | commit | commitdiff | tree | snapshot | 
| 2009-11-24 |  Peter Eisentraut | Fix syntax in extract() examples | commit | commitdiff | tree | snapshot | 
| 2009-11-23 |  Heikki Linnakangas | Fix an old bug in multixact and two-phase commit. Prepa... | commit | commitdiff | tree | snapshot | 
| 2009-11-21 |  Tom Lane | Refactor ecpg grammar so that it uses the core grammar... | commit | commitdiff | tree | snapshot | 
| 2009-11-20 |  Tom Lane | Fix display and dumping of UPDATE OR TRUNCATE triggers... | commit | commitdiff | tree | snapshot | 
| 2009-11-19 |  Peter Eisentraut | Typo: dump -> restore | commit | commitdiff | tree | snapshot | 
| 2009-11-19 |  Tom Lane | Fix memory leak in syslogger: logfile_rotate() would... | commit | commitdiff | tree | snapshot | 
| 2009-11-16 |  Tom Lane | While doing the final setrefs.c pass over a plan tree... | commit | commitdiff | tree | snapshot | 
| 2009-11-15 |  Peter Eisentraut | Make text search parser accept underscores in XML attri... | commit | commitdiff | tree | snapshot | 
| 2009-11-14 |  Magnus Hagander | Add inheritable ACE when creating a restricted token... | commit | commitdiff | tree | snapshot | 
| 2009-11-13 |  Heikki Linnakangas | A better fix for the "ARRAY[...]::domain" problem.... | commit | commitdiff | tree | snapshot | 
| 2009-11-13 |  Heikki Linnakangas | When you do "ARRAY[...]::domain", where domain is a... | commit | commitdiff | tree | snapshot | 
| 2009-11-13 |  Teodor Sigaev | Fix multicolumn GIN's wrong results with fastupdate... | commit | commitdiff | tree | snapshot | 
| 2009-11-10 |  Tom Lane | Do not build psql's flex module on its own, but instead... | commit | commitdiff | tree | snapshot | 
| 2009-11-10 |  Alvaro Herrera | Fix longstanding problems in VACUUM caused by untimely... | commit | commitdiff | tree | snapshot | 
| 2009-11-05 |  Tom Lane | Allow binary-coercible cases in ri_HashCompareOp; there... | commit | commitdiff | tree | snapshot | 
| 2009-11-04 |  Heikki Linnakangas | Disable triggering failover with a signal in pg_standby... | commit | commitdiff | tree | snapshot | 
| 2009-11-03 |  Peter Eisentraut | Fix obscure segfault condition in PL/Python | commit | commitdiff | tree | snapshot | 
| 2009-11-01 |  Tom Lane | Dept of second thoughts: after studying index_getnext... | commit | commitdiff | tree | snapshot | 
| 2009-11-01 |  Tom Lane | Fix two serious bugs introduced into hash indexes by... | commit | commitdiff | tree | snapshot | 
| 2009-10-31 |  Tom Lane | Ensure the previous Perl interpreter selection is resto... | commit | commitdiff | tree | snapshot | 
| 2009-10-30 |  Tom Lane | Make the overflow guards in ExecChooseHashTableSize... | commit | commitdiff | tree | snapshot | 
| 2009-10-28 |  Tom Lane | Fix \df to re-allow regexp special characters in the... | commit | commitdiff | tree | snapshot | 
| 2009-10-27 |  Tom Lane | Fix AfterTriggerSaveEvent to use a test and elog, not... | commit | commitdiff | tree | snapshot | 
| 2009-10-27 |  Tom Lane | Make FOR UPDATE/SHARE in the primary query not propagat... | commit | commitdiff | tree | snapshot | 
| 2009-10-27 |  Alvaro Herrera | Fix documentation on the toast.fillfactor reloption... | commit | commitdiff | tree | snapshot | 
| 2009-10-16 |  Tom Lane | Rewrite pam_passwd_conv_proc to be more robust: avoid... | commit | commitdiff | tree | snapshot | 
| 2009-10-16 |  Heikki Linnakangas | FREEZE and VERBOSE options were in wrong order in the... | commit | commitdiff | tree | snapshot | 
| 2009-10-14 |  Heikki Linnakangas | Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_... | commit | commitdiff | tree | snapshot | 
| 2009-10-14 |  Heikki Linnakangas | Raise the maximum authentication token (Kerberos ticket... | commit | commitdiff | tree | snapshot | 
| 2009-10-13 |  Tom Lane | Fix ts_stat's failure on empty tsvector. | commit | commitdiff | tree | snapshot | 
| 2009-10-08 |  Heikki Linnakangas | Fix off-by-one bug in bitncmp(): When comparing a numbe... | commit | commitdiff | tree | snapshot | 
| 2009-10-07 |  Alvaro Herrera | Fix snapshot management, take two. | commit | commitdiff | tree | snapshot | 
| 2009-10-06 |  Tom Lane | Change CREATE TABLE so that column default expressions... | commit | commitdiff | tree | snapshot | 
| 2009-10-03 |  Tom Lane | Fix assorted memory leaks in pg_hba.conf parsing. ... | commit | commitdiff | tree | snapshot | 
| 2009-10-02 |  Tom Lane | Fix an oversight in an 8.3-era patch: pgstat_initstats... | commit | commitdiff | tree | snapshot | 
| 2009-10-02 |  Tom Lane | Make sure that GIN fast-insert and regular code paths... | commit | commitdiff | tree | snapshot | 
| 2009-10-02 |  Tom Lane | Fix erroneous handling of shared dependencies (ie depen... | commit | commitdiff | tree | snapshot | 
| 2009-10-02 |  Alvaro Herrera | Ensure that a cursor has an immutable snapshot througho... | commit | commitdiff | tree | snapshot | 
| 2009-09-29 |  Tom Lane | Fix equivclass.c's not-quite-right strategy for handlin... | commit | commitdiff | tree | snapshot | 
| 2009-09-28 |  Andrew Dunstan | Convert a perl array to a postgres array when returned... | commit | commitdiff | tree | snapshot | 
| 2009-09-26 |  Tom Lane | Fix RelationCacheInitializePhase2 (Phase3, in HEAD... | commit | commitdiff | tree | snapshot | 
| 2009-09-22 |  Tom Lane | Fix crash if a DROP is attempted on an internally-depen... | commit | commitdiff | tree | snapshot | 
| 2009-09-21 |  Bruce Momjian | fsync test files | commit | commitdiff | tree | snapshot | 
| 2009-09-18 |  Tom Lane | A bit more wordsmithing on the COPY CSV NULL business. | commit | commitdiff | tree | snapshot | 
| 2009-09-18 |  Teodor Sigaev | Fix incorrect arguments for gist_box_penalty call.... | commit | commitdiff | tree | snapshot | 
| 2009-09-17 |  Bruce Momjian | CSV NULL Documentation | commit | commitdiff | tree | snapshot | 
| 2009-09-17 |  Bruce Momjian | CVS NULL Documentation | commit | commitdiff | tree | snapshot | 
| 2009-09-15 |  Tom Lane | Fix two distinct errors in creation of GIN_INSERT_LISTP... | commit | commitdiff | tree | snapshot | 
| 2009-09-13 |  Heikki Linnakangas | Don't error out if recycling or removing an old WAL... | commit | commitdiff | tree | snapshot | 
| 2009-09-12 |  Joe Conway | plug dblink resource leak | commit | commitdiff | tree | snapshot | 
| 2009-09-12 |  Tom Lane | Fix assertion failure when a SELECT DISTINCT ON express... | commit | commitdiff | tree | snapshot | 
| 2009-09-10 |  Heikki Linnakangas | On Windows, when a file is deleted and another process... | commit | commitdiff | tree | snapshot | 
| 2009-09-09 |  Tom Lane | Fix bug with WITH RECURSIVE immediately inside WITH... | commit | commitdiff | tree | snapshot | 
| 2009-09-08 |  Tom Lane | Remove outside-the-scanner references to "yyleng". | commit | commitdiff | tree | snapshot | 
| 2009-09-06 |  Tom Lane | Update the tznames reference files, and add IDT (Israel... | commit | commitdiff | tree | snapshot | 
| 2009-09-05 |  Tom Lane | Put back "ifeq ($(PORTNAME), solaris)", this time with... | commit | commitdiff | tree | snapshot | 
| 2009-09-04 |  Tom Lane | Revert ill-considered restriction of dtrace support... | commit | commitdiff | tree | snapshot | 
| 2009-09-04 |  Heikki Linnakangas | Fix encoding handling in xml binary input function... | commit | commitdiff | tree | snapshot | 
| 2009-09-04 |  Marc G. Fournier | Tag 8.4.1  REL8_4_1 | commit | commitdiff | tree | snapshot | 
| 2009-09-03 |  Tom Lane | Final updates of release notes for 8.4.1, 8.3.8, 8... | commit | commitdiff | tree | snapshot | 
| 2009-09-03 |  Tom Lane | Make LOAD of an already-loaded library into a no-op... | commit | commitdiff | tree | snapshot | 
| 2009-09-03 |  Tom Lane | Disallow RESET ROLE and RESET SESSION AUTHORIZATION... | commit | commitdiff | tree | snapshot | 
| 2009-09-03 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2009-09-03 |  Tom Lane | Install a workaround for a longstanding gcc bug that... | commit | commitdiff | tree | snapshot | 
| 2009-09-03 |  Tom Lane | Update time zone data files to tzdata release 2009l... | commit | commitdiff | tree | snapshot | 
| 2009-09-02 |  Tom Lane | Fix subquery pullup to wrap a PlaceHolderVar around... | commit | commitdiff | tree | snapshot | 
| 2009-09-02 |  Tom Lane | Fix pg_ctl's readfile() to not go into infinite loop... | commit | commitdiff | tree | snapshot | 
| 2009-08-30 |  Tom Lane | Remove duplicate variable initializations identified... | commit | commitdiff | tree | snapshot | 
| 2009-08-27 |  Tom Lane | Modify the definition of window-function PARTITION... | commit | commitdiff | tree | snapshot | 
| 2009-08-27 |  Alvaro Herrera | Fix broken markup | commit | commitdiff | tree | snapshot | 
| 2009-08-27 |  Alvaro Herrera | Fix handling of autovacuum reloptions. | commit | commitdiff | tree | snapshot | 
| 2009-08-27 |  Heikki Linnakangas | In the checkpoint written at the end of archive recover... | commit | commitdiff | tree | snapshot | 
| 2009-08-27 |  Bruce Momjian | Update release notes for 7.4.26, 8.0.22, 8.1.18, 8... | commit | commitdiff | tree | snapshot | 
| 2009-08-24 |  Tom Lane | Try to make silent_mode behave somewhat reasonably. | commit | commitdiff | tree | snapshot | 
| 2009-08-24 |  Tom Lane | Small correction to previous patch: we shouldn't Releas... | commit | commitdiff | tree | snapshot | 
| 2009-08-24 |  Alvaro Herrera | Avoid calling kill() in a postmaster signal handler. | commit | commitdiff | tree | snapshot | 
| 2009-08-24 |  Tom Lane | Fix inclusions of readline/editline header files so... | commit | commitdiff | tree | snapshot | 
| 2009-08-24 |  Tom Lane | Fix a violation of WAL coding rules in the recent patch... | commit | commitdiff | tree | snapshot | 
| 2009-08-23 |  Tom Lane | Tweak ExecIndexEvalRuntimeKeys to forcibly detoast... | commit | commitdiff | tree | snapshot | 
| 2009-08-18 |  Tom Lane | Fix overflow for INTERVAL 'x ms' where x is more than... | commit | commitdiff | tree | snapshot | 
| 2009-08-16 |  Tom Lane | Fix imprecise documentation of random(): it never retur... | commit | commitdiff | tree | snapshot | 
| 2009-08-16 |  Tom Lane | Fix incorrect encoding-aware name truncation in makeArr... | commit | commitdiff | tree | snapshot | 
| 2009-08-15 |  Bruce Momjian | Remove tab in SGML. | commit | commitdiff | tree | snapshot | 
| next |