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