aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add -DFRONTEND for non-MinGW Win32 ports.Bruce Momjian2003-06-06
* Add defense in assign_session_authorization() against trying to doTom Lane2003-06-06
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Information schema views about functionsPeter Eisentraut2003-06-05
* Support for Intel compiler on LinuxPeter Eisentraut2003-06-05
* Make the world at least marginally safe for usernames with embedded spaces.Tom Lane2003-06-02
* In src/include/mb/pg_wchar.h we have:Bruce Momjian2003-06-02
* Fixed segfault in forward definition parsing.Michael Meskes2003-06-02
* markTargetListOrigin neglected to handle outer-scope Vars properly;Tom Lane2003-05-31
* Cause pg_dumpall to support the -a, -s, -x options of pg_dump.Tom Lane2003-05-30
* Cause pg_dumpall to include GRANT/REVOKE for database-level permissionsTom Lane2003-05-30
* Small performance improvement for hash joins and hash aggregation:Tom Lane2003-05-30
* Create a real prototype function for describe.Michael Meskes2003-05-30
* Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.Michael Meskes2003-05-30
* Ensure that in all flex lexers that are part of the backend, aTom Lane2003-05-29
* one more change to correctly support the removeall of autocommitBarry Lind2003-05-29
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-29
* Don't explicitly close() the session socket during backend exit; insteadTom Lane2003-05-29
* AFAICT, none of our shared libraries are anywhere near big enough toTom Lane2003-05-29
* Changed variable parsing so struct[n].attr works.Michael Meskes2003-05-29
* Parse forward definiton of structs.Michael Meskes2003-05-29
* Applied patch from Fernando Nasser to fix up small type errorBarry Lind2003-05-29
* Applied patch from Fernando Nasser to improve buffer sizes to avoid unnecessa...Barry Lind2003-05-29
* clean up warnings produced by EclipseBarry Lind2003-05-29
* Adding .cvsignore files for Eclipse IDEBarry Lind2003-05-29
* Up the build number to reflect the changes for V3 protocol supportBarry Lind2003-05-29
* Initial attempt to integrate in V3 protocol support. This is still a work inBarry Lind2003-05-29
* Add a regression test to catch future silliness in the index-buildingTom Lane2003-05-29
* Fix stupid oversight :-(Tom Lane2003-05-29
* Knock down a couple more lappend() hotspots for large WHERE clauses.Tom Lane2003-05-28
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-28
* Fix breakage of LINUX_PROFILE code due to recent Windows changes.Tom Lane2003-05-28
* Fix things so that an error occuring during standalone-backend processingTom Lane2003-05-28
* In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane2003-05-28
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Internationalize interactive yes/no responses.Peter Eisentraut2003-05-27
* Make log_ GUC settings controllable only by super-users, so non-superBruce Momjian2003-05-27
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Add configure thread tests.Bruce Momjian2003-05-27
* Allow input from stdin and output to stdout.Michael Meskes2003-05-27
* Fixed incorrect output for some structs.Michael Meskes2003-05-27
* Adjust error-handling logic in libpq. For the first time, libpq copesTom Lane2003-05-26
* Make sure printtup() always sends the number of columns previouslyTom Lane2003-05-26
* Remove comment that cbrt() isn't being used.Bruce Momjian2003-05-26
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26
* Information schema improvementsPeter Eisentraut2003-05-25
* Clean up our static cbrt() implementation in float.c.Bruce Momjian2003-05-25
* Improve implementation of btrim/ltrim/rtrim: provide a special case forTom Lane2003-05-23
* Forgot these.Michael Meskes2003-05-23
* ecpg now accepts array elements as arguments.Michael Meskes2003-05-23