summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-06Change CREATE TABLE so that column default expressions coming from differentHEADmasterTom Lane
2009-10-06Really unbreak maintainer-clean.Alvaro Herrera
2009-10-05Unbreak doc/src/sgml maintainer-clean rule on VPATH builds.Alvaro Herrera
2009-10-05Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane
2009-10-03Document the purpose of the GUC listen_addresses.Bruce Momjian
2009-10-03Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficientlyTom Lane
2009-10-03Fix a couple of issues in recent patch to print updates to postgresql.confTom Lane
2009-10-02Fix an oversight in an 8.3-era patch: pgstat_initstats should allow statsTom Lane
2009-10-02Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane
2009-10-02Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane
2009-10-02Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera
2009-10-01Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de...Michael Meskes
2009-10-01Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane
2009-09-30Fix bogus Assert, per buildfarm results.Tom Lane
2009-09-30Assorted improvements in contrib/hstore.Tom Lane
2009-09-29Add tooltips to the header links, and make title a link to the home pagePeter Eisentraut
2009-09-29Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALLTom Lane
2009-09-29Fix equivclass.c's not-quite-right strategy for handling X=X clauses.Tom Lane
2009-09-28Convert a perl array to a postgres array when returned by Set Returning Funct...Andrew Dunstan
2009-09-28Added some explanation about how the parser is generated, taken from an email byMichael Meskes
2009-09-27Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane
2009-09-27Replace the array-style TupleTable data structure with a simple List ofTom Lane
2009-09-27Make libpq reject non-numeric and out-of-range port numbers with a suitableTom Lane
2009-09-27Sync psql's scanner with recent changes in backend scanner's flex rules.Tom Lane
2009-09-27Ooops, fix to Genbki.pm for ROWTYPE_OID wasn't quite right. Also, make a fewTom Lane
2009-09-27Simplify the bootstrap (BKI) code by getting rid of a useless table of allTom Lane
2009-09-26Hmm, seems a lot of the buildfarm is running versions of awk thatTom Lane
2009-09-26Revert my ill-considered change that made formrdesc not insert the correctTom Lane
2009-09-26Extend the BKI infrastructure to allow system catalogs to be givenTom Lane
2009-09-26Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with theTom Lane
2009-09-25Prevent isolated second surrogate in U& syntaxPeter Eisentraut
2009-09-25Remove backup states from Unicode escapes patchPeter Eisentraut
2009-09-23Improve example for DO, per Petr Jelinek.Tom Lane
2009-09-22Unicode escapes in E'...' stringsPeter Eisentraut
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2009-09-22Fix crash if a DROP is attempted on an internally-dependent object.Tom Lane
2009-09-21Surrogate pair support for U& string and identifier syntaxPeter Eisentraut
2009-09-21fsync test filesBruce Momjian
2009-09-21Define a new, more extensible syntax for COPY options.Tom Lane
2009-09-20Allow plpgsql IN parameters to be assigned to. Since the parameters are justTom Lane
2009-09-19Remove a couple hundred lines of ugly and tedious-to-maintain code by notTom Lane
2009-09-19sql_help.c needs to be cvsignore'd.Tom Lane
2009-09-19Rename new subroutine, per discussion with Robert Haas.Tom Lane
2009-09-19Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut
2009-09-19Fix MSVC build breakage from psql help changes. Per Josh Williams.Andrew Dunstan
2009-09-18A bit more wordsmithing on the COPY CSV NULL business.Tom Lane
2009-09-18Marginal code cleanup in joinpath.c: factor out clause variable-membershipTom Lane
2009-09-18Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev
2009-09-18Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low levelMichael Meskes
2009-09-18Easier to translate psql helpPeter Eisentraut