summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-07-16Make GEQO's planning deterministic by having it start from a predictableTom Lane
2009-07-16Add erand48() to the set of functions supported by our src/port/ library,Tom Lane
2009-07-16Make backend header files C++ safePeter Eisentraut
2009-07-14Remove duplicate definition of TYPECAST token.Tom Lane
2009-07-14Tweak the core scanner so that it can be used by plpgsql too.Tom Lane
2009-07-14Do a conditional SPI_push/SPI_pop when replanning a query inTom Lane
2009-07-13Update information schema to SQL:2008Peter Eisentraut
2009-07-13Although the flex documentation avers that yyalloc and yyrealloc takeTom Lane
2009-07-13Convert the core lexer and parser into fully reentrant code, by making useTom Lane
2009-07-13Stamp minor library version numbers for 8.5; sorry for the delay.Bruce Momjian
2009-07-13Fix up PGDLLIMPORT marking for standard_conforming_strings. Moving itTom Lane
2009-07-12Move some declarations in the raw-parser header files to create a clearerTom Lane
2009-07-11Alter some gratuitous uses of "ANSI" when "SQL standard" might have beenPeter Eisentraut
2009-07-11Fix set_rel_width() to do something reasonable with non-Var items in aTom Lane
2009-07-08Remove no-longer-necessary transmission of postmaster's LC_COLLATE andTom Lane
2009-07-08Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup.Heikki Linnakangas
2009-07-08When calling unsupported "make check" with a pgxs module, return a nonzeroPeter Eisentraut
2009-07-07Just a little more schema-qualification ...Tom Lane
2009-07-07psql backward compatibility fixPeter Eisentraut
2009-07-07Don't use 'return' where you should use 'PG_RETURN_xxx'.Tom Lane
2009-07-07Query in SQL function still not schema-safe; add a coupleTom Lane
2009-07-07Sort child tables by name instead of OID in \d+ displayPeter Eisentraut
2009-07-07Fix typo in comment.Tom Lane
2009-07-07More sensible character_octet_lengthPeter Eisentraut
2009-07-07Code review for patch to show definition of index columns in \d on index.Tom Lane
2009-07-06Use floor() not rint() when reducing precision of fractional seconds inTom Lane
2009-07-06Fix ancient bug in handling of to_char modifier 'TH', when used with HH.Heikki Linnakangas
2009-07-06Fix set_append_rel_pathlist() to deal intelligently with cases whereTom Lane
2009-07-06Show definition of index columns in \d on indexPeter Eisentraut
2009-07-06Per SQL spec (in particular, the grammar in SQL:2008 7.13) we should allowTom Lane
2009-07-06Fix handling of changed-Param signaling for CteScan plan nodes. We were usingTom Lane
2009-07-03Add log_line_prefix placeholder %e to contain the current SQL statePeter Eisentraut
2009-07-03Have \d show child tables that inherit from the specified parentPeter Eisentraut
2009-07-02Fix up pg_dump's --binary-upgrade option so that it behaves properly withTom Lane
2009-07-02Upgrade to Autoconf 2.63Peter Eisentraut
2009-07-02Regression test for XML mapping functionalityPeter Eisentraut
2009-07-01Stamp HEAD as 8.5devel.Tom Lane
2009-06-30Add missed src/include/foreign subdirectory to the set installed intoTom Lane
2009-06-27Bundle v8.4.0Marc G. Fournier
2009-06-26Cleanup and code review for the patch that made bgwriter active duringTom Lane
2009-06-26Translation updates for 8.4 release.Peter Eisentraut
2009-06-25Add __attribute__((format_arg(1))) to the declaration of err_gettext(),Tom Lane
2009-06-25Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas
2009-06-25The code to unlink dropped relations in FinishPreparedTransaction() wasHeikki Linnakangas
2009-06-25Disallow empty passwords in LDAP authentication, the same wayMagnus Hagander
2009-06-24Correct grammar in picksplit debug messagesPeter Eisentraut
2009-06-24parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put theMagnus Hagander
2009-06-23Properly initialize SSL engines when used from libpq. This is required forMagnus Hagander
2009-06-23Fix an ancient error in dist_ps (distance from point to line segment), whichTom Lane
2009-06-23Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane