Age | Commit message (Expand) | Author |
2003-06-11 | Add log_min_duration_statement. | Bruce Momjian |
2003-06-11 | Well, the discussion about SSL a bit back perked my interest and I did | Bruce Momjian |
2003-06-11 | During looking stuff up for a discussion on -general, I realized that | Bruce Momjian |
2003-06-11 | Represent grant options in the information schema. | Peter Eisentraut |
2003-06-11 | Add Rendezvous support to postmaster, from Chris Campbell | Bruce Momjian |
2003-06-11 | Remove lock* GUC variables from postgresql.conf. | Bruce Momjian |
2003-06-09 | freeaddrinfo2() does need two parameters after all, per comment by | Tom Lane |
2003-06-08 | libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries | Tom Lane |
2003-06-06 | Add defense in assign_session_authorization() against trying to do | Tom Lane |
2003-06-06 | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane |
2003-06-05 | Information schema views about functions | Peter Eisentraut |
2003-06-02 | Make the world at least marginally safe for usernames with embedded spaces. | Tom Lane |
2003-05-31 | markTargetListOrigin neglected to handle outer-scope Vars properly; | Tom Lane |
2003-05-30 | Small performance improvement for hash joins and hash aggregation: | Tom Lane |
2003-05-29 | Ensure that in all flex lexers that are part of the backend, a | Tom Lane |
2003-05-29 | Adopt latest bison's spelling of 'syntax error' rather than 'parse error' | Tom Lane |
2003-05-29 | Don't explicitly close() the session socket during backend exit; instead | Tom Lane |
2003-05-29 | Fix stupid oversight :-( | Tom Lane |
2003-05-28 | Knock down a couple more lappend() hotspots for large WHERE clauses. | Tom Lane |
2003-05-28 | Fix some planner performance problems with large WHERE clauses, by | Tom Lane |
2003-05-28 | Fix breakage of LINUX_PROFILE code due to recent Windows changes. | Tom Lane |
2003-05-28 | Fix things so that an error occuring during standalone-backend processing | Tom Lane |
2003-05-28 | In bootstrap and standalone-backend modes, do not sort LOG elevel out | Tom Lane |
2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
2003-05-27 | Make log_ GUC settings controllable only by super-users, so non-super | Bruce Momjian |
2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
2003-05-26 | Make sure printtup() always sends the number of columns previously | Tom Lane |
2003-05-26 | Remove comment that cbrt() isn't being used. | Bruce Momjian |
2003-05-26 | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane |
2003-05-25 | Information schema improvements | Peter Eisentraut |
2003-05-25 | Clean up our static cbrt() implementation in float.c. | Bruce Momjian |
2003-05-23 | Improve implementation of btrim/ltrim/rtrim: provide a special case for | Tom Lane |
2003-05-22 | Add defense against possibility that tzname[] doesn't exist. | Tom Lane |
2003-05-22 | Repair sometimes-incorrect computation of StartUpID after a crash, per | Tom Lane |
2003-05-20 | Fix coredump in pg_get_triggerdef, ensure function name is schema- | Tom Lane |
2003-05-18 | Add documentation for information schema, and some corrections on some | Peter Eisentraut |
2003-05-18 | Add code to test for unknown timezone names (following some ideas from | Tom Lane |
2003-05-16 | Remove use of geteuid under Win32. | Bruce Momjian |
2003-05-15 | Add missing #include. | Tom Lane |
2003-05-15 | Add copydir() function because xcopy doesn't work in XP without a | Bruce Momjian |
2003-05-15 | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian |
2003-05-15 | Indexing support for pattern matching operations via separate operator | Peter Eisentraut |
2003-05-14 | Fix oversight: ignore-till-SYNC state should not ignore EOF ... | Tom Lane |
2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
2003-05-13 | In RowDescription messages, report columns of domain datatypes as having | Tom Lane |
2003-05-13 | More binary I/O routines. | Tom Lane |
2003-05-13 | Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). | Tom Lane |
2003-05-12 | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane |
2003-05-12 | Avoid unnecessary copying of parameter values in BIND. This allows | Tom Lane |
2003-05-12 | Apply fixes for problems with dropped columns whose types have also been | Tom Lane |