aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix handling of changed-Param signaling for CteScan plan nodes. We were usingTom Lane2009-07-06
* Add log_line_prefix placeholder %e to contain the current SQL statePeter Eisentraut2009-07-03
* Have \d show child tables that inherit from the specified parentPeter Eisentraut2009-07-03
* Fix up pg_dump's --binary-upgrade option so that it behaves properly withTom Lane2009-07-02
* Upgrade to Autoconf 2.63Peter Eisentraut2009-07-02
* Regression test for XML mapping functionalityPeter Eisentraut2009-07-02
* Stamp HEAD as 8.5devel.Tom Lane2009-07-01
* Add missed src/include/foreign subdirectory to the set installed intoTom Lane2009-06-30
* Bundle v8.4.0Marc G. Fournier2009-06-27
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-26
* Translation updates for 8.4 release.Peter Eisentraut2009-06-26
* Add __attribute__((format_arg(1))) to the declaration of err_gettext(),Tom Lane2009-06-25
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-25
* The code to unlink dropped relations in FinishPreparedTransaction() wasHeikki Linnakangas2009-06-25
* Disallow empty passwords in LDAP authentication, the same wayMagnus Hagander2009-06-25
* Correct grammar in picksplit debug messagesPeter Eisentraut2009-06-24
* parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put theMagnus Hagander2009-06-24
* Properly initialize SSL engines when used from libpq. This is required forMagnus Hagander2009-06-23
* Fix an ancient error in dist_ps (distance from point to line segment), whichTom Lane2009-06-23
* Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane2009-06-23
* bundle RC2REL8_4_RC2Marc G. Fournier2009-06-22
* For bulk write operations (eg COPY IN), use a ring buffer of 16MB insteadTom Lane2009-06-22
* Make to_timestamp and friends skip leading spaces before an integer field,Tom Lane2009-06-22
* Revert dubious message wording change.Tom Lane2009-06-22
* Message fixesPeter Eisentraut2009-06-21
* Fix things so that array_agg_finalfn does not modify or free its inputTom Lane2009-06-20
* Refine the use of terminology around bound and unbound cursors and cursorPeter Eisentraut2009-06-18
* Fix a few errors in comments. Patch by Fujii Masao, plus the one inHeikki Linnakangas2009-06-18
* Fix the just-reported problem that you can't specify all four trigger eventTom Lane2009-06-18
* ExecAgg() failed to finish running out set-returning functions in the lastTom Lane2009-06-17
* Fix typo in error message: tgargv -> tg_argvPeter Eisentraut2009-06-17
* Change test tables in copy2 regression test to be temporary tables.Tom Lane2009-06-14
* Fix get_sort_group_operators() so that it doesn't think arrays can be groupedTom Lane2009-06-13
* Tweak the display of incoming foreign-key constraints in \d, per discussionPeter Eisentraut2009-06-13
* Fix several places where a function was declared static and then definedTom Lane2009-06-12
* time to tag rc1 ...REL8_4_RC1Marc G. Fournier2009-06-12
* Tighten typedef check for Linux.Bruce Momjian2009-06-12
* Mention BSD/OS find_typedef behavior.Bruce Momjian2009-06-12
* Document struct/union problem with pgindent.Bruce Momjian2009-06-11
* Revisit AlterTableCreateToastTable's API once again, hoping to make it whatTom Lane2009-06-11
* Remove our inadequate kluge that tried to get AIX's various broken versionsTom Lane2009-06-11
* Update time zone data files to tzdata release 2009i: DST law changes inTom Lane2009-06-11
* Fix things so that you can still do "select foo()" where foo is a SQLTom Lane2009-06-11
* Somebody seems to have thought they could get away without checking forTom Lane2009-06-11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add FreeBSD support for find_typedef, per request from Andrew.Bruce Momjian2009-06-11
* Translation updatesPeter Eisentraut2009-06-10
* Arrange that the string "syntax error" generated by bison is translated.Peter Eisentraut2009-06-10
* Clarify to the translator that plpgsql_yyerror() deals with the translationPeter Eisentraut2009-06-10
* Clarify error messagePeter Eisentraut2009-06-10