2010-03-11 |
Tom Lane | Sync timezone code with tzcode 2010c from the Olson... |
commit | commitdiff | tree |
2010-03-10 |
Tom Lane | Preliminary release notes for releases 8.4.3, 8.3.10... |
commit | commitdiff | tree |
2010-03-09 |
Tom Lane | Use SvROK(sv) rather than directly checking SvTYPE... |
commit | commitdiff | tree |
2010-03-09 |
Alvaro Herrera | Update time zone data files to tzdata release 2010d... |
commit | commitdiff | tree |
2010-03-09 |
Bruce Momjian | Return proper exit code (3) from psql when ON_ERROR_STO... |
commit | commitdiff | tree |
2010-03-08 |
Michael Meskes | Backport fix from HEAD that makes ecpglib give the... |
commit | commitdiff | tree |
2010-03-08 |
Magnus Hagander | Add missing space in example. |
commit | commitdiff | tree |
2010-03-08 |
Magnus Hagander | Require hostname to be set when using GSSAPI authentica... |
commit | commitdiff | tree |
2010-03-08 |
Magnus Hagander | Disallow gssapi authentication on local connections... |
commit | commitdiff | tree |
2010-03-08 |
Tom Lane | Update time zone data files to tzdata release 2010c... |
commit | commitdiff | tree |
2010-03-06 |
Tom Lane | Fix warning messages in restrict_and_check_grant()... |
commit | commitdiff | tree |
2010-03-06 |
Tom Lane | When reading pg_hba.conf and similar files, do not... |
commit | commitdiff | tree |
2010-03-04 |
Heikki Linnakangas | Fix IsBinaryCoercible to not confuse a cast using in... |
commit | commitdiff | tree |
2010-03-03 |
Tom Lane | Fix a couple of places that would loop forever if attem... |
commit | commitdiff | tree |
2010-03-03 |
Heikki Linnakangas | Fix pg_dump of ACLs of foreign servers. The command... |
commit | commitdiff | tree |
2010-03-03 |
Tom Lane | Make contrib/xml2 use core xml.c's error handler, when... |
commit | commitdiff | tree |
2010-03-03 |
Tom Lane | Export xml.c's libxml-error-handling support so that... |
commit | commitdiff | tree |
2010-03-03 |
Andrew Dunstan | Make iconv work like other optional libraries for MSVC. |
commit | commitdiff | tree |
2010-03-02 |
Andrew Dunstan | Add missing library and include dir for XSLT in MSVC... |
commit | commitdiff | tree |
2010-03-02 |
Andrew Dunstan | Do not run regression tests for contrib/xml2 on MSVC... |
commit | commitdiff | tree |
2010-03-02 |
Andrew Dunstan | Backpatch MSVC build fix for XSLT |
commit | commitdiff | tree |
2010-03-01 |
Heikki Linnakangas | Fix translation of strings in psql \d output (translati... |
commit | commitdiff | tree |
2010-03-01 |
Heikki Linnakangas | Fix numericlocale psql option when used with a null... |
commit | commitdiff | tree |
2010-03-01 |
Tom Lane | Fix contrib/xml2 so regression test still works when... |
commit | commitdiff | tree |
2010-03-01 |
Tom Lane | Remove xmlCleanupParser calls from contrib/xml2. |
commit | commitdiff | tree |
2010-03-01 |
Tom Lane | Back-patch today's memory management fixups in contrib... |
commit | commitdiff | tree |
2010-02-25 |
Tom Lane | Allow predicate_refuted_by() to deduce that NOT A refut... |
commit | commitdiff | tree |
2010-02-25 |
Magnus Hagander | Add configuration parameter ssl_renegotiation_limit... |
commit | commitdiff | tree |
2010-02-24 |
Tom Lane | Allow zero-dimensional (ie, empty) arrays in contrib... |
commit | commitdiff | tree |
2010-02-24 |
Alvaro Herrera | Remove stray semicolon, per report from strk |
commit | commitdiff | tree |
2010-02-19 |
Robert Haas | Remove incorrect statement that PostgreSQL 8.4 has... |
commit | commitdiff | tree |
2010-02-19 |
Itagaki Takahiro | Fix STOP WAL LOCATION in backup history files no to... |
commit | commitdiff | tree |
2010-02-18 |
Tom Lane | Volatile-ize all five places where we expect a PG_TRY... |
commit | commitdiff | tree |
2010-02-18 |
Tom Lane | Provide some rather hokey ways for EXPLAIN to print... |
commit | commitdiff | tree |
2010-02-18 |
Tom Lane | Fix ExecEvalArrayRef to pass down the old value of... |
commit | commitdiff | tree |
2010-02-18 |
Tom Lane | Force READY portals into FAILED state when a transactio... |
commit | commitdiff | tree |
2010-02-17 |
Tom Lane | Prevent #option dump from crashing on FORI statement... |
commit | commitdiff | tree |
2010-02-16 |
Greg Stark | revert prior patch to fsync directories until portabili... |
commit | commitdiff | tree |
2010-02-14 |
Greg Stark | Make CREATE DATABASE safe against losing whole files... |
commit | commitdiff | tree |
2010-02-14 |
Tom Lane | Ooops, let's get the non-null vs null bit right ... |
commit | commitdiff | tree |
2010-02-14 |
Tom Lane | Document the behavior of STRICT VARIADIC functions. |
commit | commitdiff | tree |
2010-02-12 |
Tom Lane | Don't choke when exec_move_row assigns a synthesized... |
commit | commitdiff | tree |
2010-02-12 |
Andrew Dunstan | Free reference in correct Perl context. Backpatch to... |
commit | commitdiff | tree |
2010-02-09 |
Heikki Linnakangas | Fix bug in GIN WAL redo cleanup function: don't free... |
commit | commitdiff | tree |
2010-02-08 |
Heikki Linnakangas | Remove obsolete comment about 'fsm' argument, which... |
commit | commitdiff | tree |
2010-02-05 |
Bruce Momjian | Properly document that OVER and WINDOW are Postgres... |
commit | commitdiff | tree |
2010-02-03 |
Joe Conway | Check to ensure the number of primary key fields suppli... |
commit | commitdiff | tree |
2010-02-03 |
Tom Lane | Forgot to back-patch CLUSTER test fix to 8.4. |
commit | commitdiff | tree |
2010-02-02 |
Tom Lane | CLUSTER specified the wrong namespace when renaming... |
commit | commitdiff | tree |
2010-02-02 |
Bruce Momjian | Remove copyright mention of Andrew Yu, per author's... |
commit | commitdiff | tree |
2010-02-01 |
Tom Lane | Change regexp engine's ccondissect/crevdissect routines... |
commit | commitdiff | tree |
2010-01-31 |
Magnus Hagander | Fix race condition in win32 signal handling. |
commit | commitdiff | tree |
2010-01-30 |
Tom Lane | Avoid performing encoding conversion on command tag... |
commit | commitdiff | tree |
2010-01-30 |
Tom Lane | Fix memory leakage introduced into print_aligned_text... |
commit | commitdiff | tree |
2010-01-25 |
Tom Lane | Apply Tcl_Init() to the "hold" interpreter created... |
commit | commitdiff | tree |
2010-01-24 |
Tom Lane | Fix assorted core dumps and Assert failures that could... |
commit | commitdiff | tree |
2010-01-23 |
Tom Lane | Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize... |
commit | commitdiff | tree |
2010-01-20 |
Tom Lane | Well, the systemtap guys moved the goalposts again... |
commit | commitdiff | tree |
2010-01-19 |
Tom Lane | When doing a parallel restore, we must guard against... |
commit | commitdiff | tree |
2010-01-18 |
Tom Lane | Fix an oversight in convert_EXISTS_sublink_to_join... |
commit | commitdiff | tree |
2010-01-18 |
Teodor Sigaev | Fix incorrect comparison of scan key in GIN. Per report... |
commit | commitdiff | tree |
2010-01-18 |
Tom Lane | Fix portalmem.c to avoid keeping a dangling pointer... |
commit | commitdiff | tree |
2010-01-16 |
Magnus Hagander | Fix spelling error, noticed by Thomas Shinnick |
commit | commitdiff | tree |
2010-01-16 |
Tom Lane | Re-order configure tests to reflect the fact that the... |
commit | commitdiff | tree |
2010-01-13 |
Tom Lane | When loading critical system indexes into the relcache... |
commit | commitdiff | tree |
2010-01-13 |
Tom Lane | Fix bug #5269: ResetPlanCache mustn't invalidate cached... |
commit | commitdiff | tree |
2010-01-12 |
Tom Lane | Fix relcache reload mechanism to be more robust in... |
commit | commitdiff | tree |
2010-01-11 |
Tom Lane | Improve ExecEvalVar's handling of whole-row variables... |
commit | commitdiff | tree |
2010-01-10 |
Magnus Hagander | Update Windows installation notes. |
commit | commitdiff | tree |
2010-01-08 |
Michael Meskes | Backported fix for protecting ecpg against applications... |
commit | commitdiff | tree |
2010-01-07 |
Tom Lane | Make bit/varbit substring() treat any negative length... |
commit | commitdiff | tree |
2010-01-07 |
Tom Lane | Alter the configure script to fail immediately if the... |
commit | commitdiff | tree |
2010-01-05 |
Tom Lane | Add support for doing FULL JOIN ON FALSE. While this... |
commit | commitdiff | tree |
2010-01-01 |
Magnus Hagander | Make the win32 putenv() override update *all* present... |
commit | commitdiff | tree |
2009-12-30 |
Heikki Linnakangas | Reset minRecoveryPoint at checkpoints, so that we don... |
commit | commitdiff | tree |
2009-12-30 |
Tom Lane | Set errno to zero before invoking SSL_read or SSL_write... |
commit | commitdiff | tree |
2009-12-29 |
Heikki Linnakangas | Previous fix for temporary file management broke return... |
commit | commitdiff | tree |
2009-12-24 |
Tom Lane | Fix wrong WAL info value generated when gistContinueIns... |
commit | commitdiff | tree |
2009-12-23 |
Heikki Linnakangas | Always pass catalog id to the options validator functio... |
commit | commitdiff | tree |
2009-12-16 |
Tom Lane | Avoid a premature coercion failure in transformSetOpera... |
commit | commitdiff | tree |
2009-12-14 |
Tom Lane | Fix a bug introduced when set-returning SQL functions... |
commit | commitdiff | tree |
2009-12-12 |
Tom Lane | Fix integer-to-bit-string conversions to handle the... |
commit | commitdiff | tree |
2009-12-10 |
Marc G. Fournier | tag for 8.4.2 REL8_4_2 |
commit | commitdiff | tree |
2009-12-10 |
Robert Haas | Fix levenshtein with costs. The previous code multipli... |
commit | commitdiff | tree |
2009-12-10 |
Tom Lane | Update release notes for releases 8.4.2, 8.3.9, 8.2... |
commit | commitdiff | tree |
2009-12-09 |
Tom Lane | Prevent indirect security attacks via changing session... |
commit | commitdiff | tree |
2009-12-09 |
Magnus Hagander | Update size references in installation instructions... |
commit | commitdiff | tree |
2009-12-09 |
Magnus Hagander | Reject certificates with embedded NULLs in the commonNa... |
commit | commitdiff | tree |
2009-12-09 |
Tom Lane | Update time zone data files to tzdata release 2009s... |
commit | commitdiff | tree |
2009-12-08 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2009-12-08 |
Magnus Hagander | Fix a couple of broken links to third-party sites. |
commit | commitdiff | tree |
2009-12-08 |
Magnus Hagander | Replace broken link to custom local gettext package... |
commit | commitdiff | tree |
2009-12-07 |
Magnus Hagander | Update CVS documentation to be more current and add... |
commit | commitdiff | tree |
2009-12-03 |
Heikki Linnakangas | Fix bug in temporary file management with subtransactio... |
commit | commitdiff | tree |
2009-12-02 |
Tom Lane | Ignore attempts to set "application_name" in the connec... |
commit | commitdiff | tree |
2009-11-30 |
Tom Lane | Avoid core dump on empty thesaurus dictionary. |
commit | commitdiff | tree |
2009-11-29 |
Tom Lane | Fix session-lifespan memory leak when a plperl function... |
commit | commitdiff | tree |
2009-11-27 |
Michael Meskes | Remove */ characters from declare cursor statements... |
commit | commitdiff | tree |
2009-11-24 |
Peter Eisentraut | Fix syntax in extract() examples |
commit | commitdiff | tree |
2009-11-23 |
Heikki Linnakangas | Fix an old bug in multixact and two-phase commit. Prepa... |
commit | commitdiff | tree |
next |