2010-01-18 |
Tom Lane | Fix portalmem.c to avoid keeping a dangling pointer... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Magnus Hagander | Fix spelling error, noticed by Thomas Shinnick |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Tom Lane | Re-order configure tests to reflect the fact that the... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Tom Lane | When loading critical system indexes into the relcache... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Tom Lane | Fix bug #5269: ResetPlanCache mustn't invalidate cached... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Tom Lane | Fix relcache reload mechanism to be more robust in... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Tom Lane | Improve ExecEvalVar's handling of whole-row variables... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Magnus Hagander | Update Windows installation notes. |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Michael Meskes | Backported fix for protecting ecpg against applications... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Tom Lane | Make bit/varbit substring() treat any negative length... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Tom Lane | Alter the configure script to fail immediately if the... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Tom Lane | Add support for doing FULL JOIN ON FALSE. While this... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Magnus Hagander | Make the win32 putenv() override update *all* present... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Heikki Linnakangas | Reset minRecoveryPoint at checkpoints, so that we don... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Tom Lane | Set errno to zero before invoking SSL_read or SSL_write... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Heikki Linnakangas | Previous fix for temporary file management broke return... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Tom Lane | Fix wrong WAL info value generated when gistContinueIns... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Heikki Linnakangas | Always pass catalog id to the options validator functio... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Tom Lane | Avoid a premature coercion failure in transformSetOpera... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Tom Lane | Fix a bug introduced when set-returning SQL functions... |
commit | commitdiff | tree | snapshot |
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 |
next |