| Commit message (Expand) | Author | Age |
* | Add -DFRONTEND for non-MinGW Win32 ports. | Bruce Momjian | 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-06 |
* | Information schema views about functions | Peter Eisentraut | 2003-06-05 |
* | Support for Intel compiler on Linux | Peter Eisentraut | 2003-06-05 |
* | Make the world at least marginally safe for usernames with embedded spaces. | Tom Lane | 2003-06-02 |
* | In src/include/mb/pg_wchar.h we have: | Bruce Momjian | 2003-06-02 |
* | Fixed segfault in forward definition parsing. | Michael Meskes | 2003-06-02 |
* | markTargetListOrigin neglected to handle outer-scope Vars properly; | Tom Lane | 2003-05-31 |
* | Cause pg_dumpall to support the -a, -s, -x options of pg_dump. | Tom Lane | 2003-05-30 |
* | Cause pg_dumpall to include GRANT/REVOKE for database-level permissions | Tom Lane | 2003-05-30 |
* | Small performance improvement for hash joins and hash aggregation: | Tom Lane | 2003-05-30 |
* | Create a real prototype function for describe. | Michael Meskes | 2003-05-30 |
* | Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype. | Michael Meskes | 2003-05-30 |
* | Ensure that in all flex lexers that are part of the backend, a | Tom Lane | 2003-05-29 |
* | one more change to correctly support the removeall of autocommit | Barry Lind | 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 |
* | AFAICT, none of our shared libraries are anywhere near big enough to | Tom Lane | 2003-05-29 |
* | Changed variable parsing so struct[n].attr works. | Michael Meskes | 2003-05-29 |
* | Parse forward definiton of structs. | Michael Meskes | 2003-05-29 |
* | Applied patch from Fernando Nasser to fix up small type error | Barry Lind | 2003-05-29 |
* | Applied patch from Fernando Nasser to improve buffer sizes to avoid unnecessa... | Barry Lind | 2003-05-29 |
* | clean up warnings produced by Eclipse | Barry Lind | 2003-05-29 |
* | Adding .cvsignore files for Eclipse IDE | Barry Lind | 2003-05-29 |
* | Up the build number to reflect the changes for V3 protocol support | Barry Lind | 2003-05-29 |
* | Initial attempt to integrate in V3 protocol support. This is still a work in | Barry Lind | 2003-05-29 |
* | Add a regression test to catch future silliness in the index-building | Tom Lane | 2003-05-29 |
* | Fix stupid oversight :-( | Tom Lane | 2003-05-29 |
* | 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-28 |
* | Internationalize interactive yes/no responses. | Peter Eisentraut | 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-27 |
* | Add configure thread tests. | Bruce Momjian | 2003-05-27 |
* | Allow input from stdin and output to stdout. | Michael Meskes | 2003-05-27 |
* | Fixed incorrect output for some structs. | Michael Meskes | 2003-05-27 |
* | Adjust error-handling logic in libpq. For the first time, libpq copes | Tom Lane | 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-26 |
* | Information schema improvements | Peter Eisentraut | 2003-05-25 |
* | Clean up our static cbrt() implementation in float.c. | Bruce Momjian | 2003-05-25 |
* | Improve implementation of btrim/ltrim/rtrim: provide a special case for | Tom Lane | 2003-05-23 |
* | Forgot these. | Michael Meskes | 2003-05-23 |
* | ecpg now accepts array elements as arguments. | Michael Meskes | 2003-05-23 |