| Commit message (Expand) | Author | Age |
* | This patch fixes an error in the usage message for 'clusterdb', and | Bruce Momjian | 2003-02-13 |
* | This trivial patch removes the usage of some old statistics code that no | Bruce Momjian | 2003-02-13 |
* | Adds in NO MAXVALUE and NO MINVALUE options for create sequence per 200X | Bruce Momjian | 2003-02-13 |
* | The "random" regression test uses a function called oidrand(), which | Bruce Momjian | 2003-02-13 |
* | Code for WITHOUT OIDS. | Bruce Momjian | 2003-02-13 |
* | This patch makes pg_get_constraintdef support UNIQUE, PRIMARY KEY and | Bruce Momjian | 2003-02-13 |
* | > ================================================================= | Bruce Momjian | 2003-02-13 |
* | [ dumping schemas ] | Bruce Momjian | 2003-02-13 |
* | [ Have readline save edit history.] | Bruce Momjian | 2003-02-13 |
* | Applied patch to update translation file, submitted by Zhenbang Wei | Barry Lind | 2003-02-12 |
* | Patch to messages file from Holger Klawitter to add a missing message. | Barry Lind | 2003-02-12 |
* | Fix buffer clearing bug. | Peter Eisentraut | 2003-02-11 |
* | Use a varno not chosen at random for dummy variables in the top-level | Tom Lane | 2003-02-11 |
* | Fix thinko in new logic about pushing down non-nullability constraints: | Tom Lane | 2003-02-10 |
* | Add code to show join rule (for outer and IN joins) in join type name. | Tom Lane | 2003-02-10 |
* | Get rid of last few vestiges of parsetree dependency on grammar token | Tom Lane | 2003-02-10 |
* | Detect case where an outer join can be reduced to a plain inner join | Tom Lane | 2003-02-09 |
* | upped build# to 201 | Barry Lind | 2003-02-09 |
* | Better error message on character set mismatches during conversion to unicode. | Barry Lind | 2003-02-09 |
* | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 |
* | Remove bogus comment (too freely copied & pasted). | Tom Lane | 2003-02-09 |
* | Make further use of new bitmapset code: executor's chgParam, extParam, | Tom Lane | 2003-02-09 |
* | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 |
* | applied Kris Jurka's patch for numeric | Dave Cramer | 2003-02-07 |
* | Revise mechanism for getting rid of temp tables at backend shutdown. | Tom Lane | 2003-02-07 |
* | Make flatten_join_alias_vars() do the right thing when expanding an alias | Tom Lane | 2003-02-06 |
* | Create a GUC variable REGEX_FLAVOR to control the type of regular | Tom Lane | 2003-02-06 |
* | Fix core dump when pltcl_elog is called with wrong number of parameters, | Tom Lane | 2003-02-06 |
* | Allow qualified type names in CREATE CAST, DROP CAST. Also allow the | Tom Lane | 2003-02-05 |
* | Replace regular expression package with Henry Spencer's latest version | Tom Lane | 2003-02-05 |
* | patch from Oliver Jowett to implement some of the jdbc3 methods | Dave Cramer | 2003-02-05 |
* | Applied Kris Jurkas patch to fix rollback and SQLException | Dave Cramer | 2003-02-04 |
* | applied patch from Oliver Jowett | Dave Cramer | 2003-02-04 |
* | Two patches from Kris Jurka. One fixes a problem with incorrect type for double | Barry Lind | 2003-02-04 |
* | Patch from Nic Ferrier to add support for result sets being cursor based | Barry Lind | 2003-02-04 |
* | Minor code cleanup: remove no-longer-useful pull_subplans() function, | Tom Lane | 2003-02-04 |
* | Detect duplicate aggregate calls and evaluate only one copy. This | Tom Lane | 2003-02-04 |
* | #ifdef out stuff that shouldn't be compiled when not USE_SSL. | Tom Lane | 2003-02-03 |
* | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 |
* | Don't print NO ACTION foreign key actions in dumps and psql \d. | Bruce Momjian | 2003-02-03 |
* | Tweak planner and executor to avoid doing ExecProject() in table scan | Tom Lane | 2003-02-03 |
* | Move pg_service.conf.sample to /interfaces/libpq. | Bruce Momjian | 2003-02-03 |
* | Change MOVE LAST to MOVE ALL. | Bruce Momjian | 2003-02-03 |
* | Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from | Tom Lane | 2003-02-02 |
* | Fix nodeUnique to behave correctly when reversing direction after reaching | Tom Lane | 2003-02-02 |
* | Remove restriction that cast functions cannot be volatile. This | Tom Lane | 2003-02-01 |
* | Cleaner solution to the problem of loading pre-7.3 dumps containing | Tom Lane | 2003-02-01 |
* | Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-format | Tom Lane | 2003-02-01 |
* | Fix assign_session_authorization() to not be confused by all-numeric | Tom Lane | 2003-02-01 |
* | Prevent core dump from calling Tcl_DontCallWhenDeleted() with a null | Tom Lane | 2003-02-01 |