summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make "log_min_duration_statement" SUSET --- will be adjusted with newBruce Momjian2003-06-111-2/+2
* Fix brain damage in deciding which python input converter to use.Tom Lane2003-06-111-66/+31
* Add log_min_duration_statement.Bruce Momjian2003-06-115-13/+48
* pg_dump and pg_restore were stripping quotes and downcasing some butTom Lane2003-06-112-143/+20
* Well, the discussion about SSL a bit back perked my interest and I didBruce Momjian2003-06-111-4/+14
* During looking stuff up for a discussion on -general, I realized thatBruce Momjian2003-06-111-12/+13
* Add missing DLLIMPORT for cpu_index_tuple_cost toBruce Momjian2003-06-111-2/+2
* Represent grant options in the information schema.Peter Eisentraut2003-06-114-38/+139
* Add Rendezvous support to postmaster, from Chris CampbellBruce Momjian2003-06-112-1/+31
* Make sure a variable is no longer referenced when it is removed.Michael Meskes2003-06-113-12/+38
* Document the -h client flag can use a socket directory as well as a hostBruce Momjian2003-06-1112-26/+26
* Remove lock* GUC variables from postgresql.conf.Bruce Momjian2003-06-112-15/+4
* Fixed some bugs.Michael Meskes2003-06-103-74/+110
* freeaddrinfo2() does need two parameters after all, per comment byTom Lane2003-06-095-34/+48
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-0813-1553/+3333
* Add -DFRONTEND for non-MinGW Win32 ports.Bruce Momjian2003-06-061-2/+2
* Add defense in assign_session_authorization() against trying to doTom Lane2003-06-061-1/+11
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-0625-227/+582
* Information schema views about functionsPeter Eisentraut2003-06-052-5/+177
* Support for Intel compiler on LinuxPeter Eisentraut2003-06-052-3/+3
* Make the world at least marginally safe for usernames with embedded spaces.Tom Lane2003-06-022-54/+68
* In src/include/mb/pg_wchar.h we have:Bruce Momjian2003-06-021-2/+2
* Fixed segfault in forward definition parsing.Michael Meskes2003-06-022-3/+7
* markTargetListOrigin neglected to handle outer-scope Vars properly;Tom Lane2003-05-311-1/+8
* Cause pg_dumpall to support the -a, -s, -x options of pg_dump.Tom Lane2003-05-301-11/+40
* Cause pg_dumpall to include GRANT/REVOKE for database-level permissionsTom Lane2003-05-304-289/+405
* Small performance improvement for hash joins and hash aggregation:Tom Lane2003-05-302-40/+76
* Create a real prototype function for describe.Michael Meskes2003-05-305-18/+32
* Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.Michael Meskes2003-05-306-114/+163
* Ensure that in all flex lexers that are part of the backend, aTom Lane2003-05-294-7/+14
* one more change to correctly support the removeall of autocommitBarry Lind2003-05-291-3/+14
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-297-45/+45
* Don't explicitly close() the session socket during backend exit; insteadTom Lane2003-05-291-3/+18
* AFAICT, none of our shared libraries are anywhere near big enough toTom Lane2003-05-291-1/+1
* Changed variable parsing so struct[n].attr works.Michael Meskes2003-05-299-159/+121
* Parse forward definiton of structs.Michael Meskes2003-05-296-139/+163
* Applied patch from Fernando Nasser to fix up small type errorBarry Lind2003-05-292-4/+4
* Applied patch from Fernando Nasser to improve buffer sizes to avoid unnecessa...Barry Lind2003-05-292-4/+4
* clean up warnings produced by EclipseBarry Lind2003-05-2929-115/+118
* Adding .cvsignore files for Eclipse IDEBarry Lind2003-05-292-0/+7
* Up the build number to reflect the changes for V3 protocol supportBarry Lind2003-05-291-2/+2
* Initial attempt to integrate in V3 protocol support. This is still a work inBarry Lind2003-05-2914-82/+841
* Add a regression test to catch future silliness in the index-buildingTom Lane2003-05-292-0/+15
* Fix stupid oversight :-(Tom Lane2003-05-291-2/+5
* Knock down a couple more lappend() hotspots for large WHERE clauses.Tom Lane2003-05-282-32/+40
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-288-192/+364
* Fix breakage of LINUX_PROFILE code due to recent Windows changes.Tom Lane2003-05-281-35/+26
* Fix things so that an error occuring during standalone-backend processingTom Lane2003-05-286-23/+44
* In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane2003-05-285-24/+35
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-2844-1172/+1231