aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Update time zone data files to tzdata release 2009s: DST law changes inTom Lane2009-12-09
* Translation updatesPeter Eisentraut2009-12-08
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-03
* Ignore attempts to set "application_name" in the connection startup packet.Tom Lane2009-12-02
* Fix session-lifespan memory leak when a plperl function is redefined:Tom Lane2009-11-29
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-23
* Revert backpatch of inheritable-ACE patch for Win32, since it brokeMagnus Hagander2009-11-20
* Backpatch the inheritable-ACE patch for Win32 to 8.2 as well, exceptMagnus Hagander2009-11-15
* Do not build psql's flex module on its own, but instead include it inTom Lane2009-11-10
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-10
* Fix obscure segfault condition in PL/PythonPeter Eisentraut2009-11-03
* Ensure the previous Perl interpreter selection is restored upon exit fromTom Lane2009-10-31
* Make the overflow guards in ExecChooseHashTableSize be more protective.Tom Lane2009-10-30
* Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to checkTom Lane2009-10-27
* Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane2009-10-16
* Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas2009-10-08
* Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane2009-10-02
* Convert a perl array to a postgres array when returned by Set Returning Funct...Andrew Dunstan2009-09-28
* Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with theTom Lane2009-09-26
* Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev2009-09-18
* Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas2009-09-13
* On Windows, when a file is deleted and another process still has an openHeikki Linnakangas2009-09-10
* Remove outside-the-scanner references to "yyleng".Tom Lane2009-09-08
* Update the tznames reference files, and add IDT (Israel Daylight Time)Tom Lane2009-09-06
* Tag 8.2.14REL8_2_14Marc G. Fournier2009-09-04
* Make LOAD of an already-loaded library into a no-op, instead of attemptingTom Lane2009-09-03
* Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane2009-09-03
* Translation updatesPeter Eisentraut2009-09-03
* Update time zone data files to tzdata release 2009l: DST law changes inTom Lane2009-09-03
* Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom Lane2009-09-02
* Fix inclusions of readline/editline header files so that we only attempt toTom Lane2009-08-24
* Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane2009-08-18
* Enable the use of multiple CPUs/cores when building on MSVC. This onlyMagnus Hagander2009-08-10
* Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane2009-08-07
* Fix a thinko introduced into CountActiveBackends by a recent patch:Tom Lane2009-07-29
* Fix the fix for the gist error messagePeter Eisentraut2009-07-24
* Install src/include/utils/fmgroids.h on VPATH builds too.Alvaro Herrera2009-07-20
* Fix ancient bug in handling of to_char modifier 'TH', when used with HH.Heikki Linnakangas2009-07-06
* Disallow empty passwords in LDAP authentication, the same wayMagnus Hagander2009-06-25
* Fix an ancient error in dist_ps (distance from point to line segment), whichTom Lane2009-06-23
* Fix error in comment. Fujii MasaoHeikki Linnakangas2009-06-18
* Update time zone data files to tzdata release 2009i: DST law changes inTom Lane2009-06-11
* Improve capitalization and punctuation in recently added GiST message.Peter Eisentraut2009-06-10
* Fix cash_in() to behave properly in locales where frac_digits is zero,Tom Lane2009-06-10
* Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...Andrew Dunstan2009-06-05
* GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macrosTom Lane2009-06-05
* Initialise perl library as documented in perl API. Backpatch to release 7.4.Andrew Dunstan2009-06-04
* Update relpages and reltuples estimates in stand-alone ANALYZE, even ifHeikki Linnakangas2009-05-19
* Partially revert my patch of 2008-11-12 that installed a limit on the numberTom Lane2009-05-11
* Request XLOG switch before writing checkpoint in pg_start_backup(). OtherwiseHeikki Linnakangas2009-05-07