| 2003-02-14 | Bruce Momjian | Add: | commit | commitdiff | tree | 
| 2003-02-14 | Michael Meskes | In Informix mode ecpg should still be able to parse... | commit | commitdiff | tree | 
| 2003-02-14 | Bruce Momjian | Add: | commit | commitdiff | tree | 
| 2003-02-14 | Bruce Momjian | Allow PAM to work on MAC OS X, report from Aaron Hillegass. | commit | commitdiff | tree | 
| 2003-02-14 | Bruce Momjian | Update FAQ's in head and 7.3.X. | commit | commitdiff | tree | 
| 2003-02-14 | Bruce Momjian | Update to 7.3.2 as newest release. | commit | commitdiff | tree | 
| 2003-02-14 | Bruce Momjian | *** empty log message *** | commit | commitdiff | tree | 
| 2003-02-14 | Bruce Momjian | Update URL's. | commit | commitdiff | tree | 
| 2003-02-14 | Michael Meskes | - Synced parser and keyword file. | commit | commitdiff | tree | 
| 2003-02-14 | Bruce Momjian | Add: | commit | commitdiff | tree | 
| 2003-02-14 | Bruce Momjian | Update FAQ. | commit | commitdiff | tree | 
| 2003-02-14 | Bruce Momjian | Fix broken markup I just introduced. | commit | commitdiff | tree | 
| 2003-02-14 | Bruce Momjian | Properly document location of pg_service.conf.sample. | commit | commitdiff | tree | 
| 2003-02-14 | Tom Lane | Fix some of the breakage from the IPV6 patch. | commit | commitdiff | tree | 
| 2003-02-14 | Tom Lane | Remove bogus manipulation of SIGPIPE; the backend alrea... | commit | commitdiff | tree | 
| 2003-02-13 | Tom Lane | Repair incorrect indexing for atttypmod, per Brad McLean. | commit | commitdiff | tree | 
| 2003-02-13 | Tom Lane | Result of lo_read() is int, not size_t.  Per Oleg Drokin. | commit | commitdiff | tree | 
| 2003-02-13 | Tom Lane | Parser was dropping foreign-key constraints on the... | commit | commitdiff | tree | 
| 2003-02-13 | Tom Lane | Repair rule permissions-checking bug reported by Tim... | commit | commitdiff | tree | 
| 2003-02-13 | Tom Lane | Arrange to give error when a SetOp member statement... | commit | commitdiff | tree | 
| 2003-02-13 | Michael Meskes | Just intermediate results for backup reasons. | commit | commitdiff | tree | 
| 2003-02-13 | Tom Lane | transformExpr() was missing some cases it ought to... | commit | commitdiff | tree | 
| 2003-02-13 | Tom Lane | Suppress gcc warning. | commit | commitdiff | tree | 
| 2003-02-13 | Tom Lane | Prevent timetz2tm() from scribbling on its input in... | commit | commitdiff | tree | 
| 2003-02-13 | Michael Meskes | - Applied error reporting patch by Matthew Vanecek | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | [ Revert patch ] | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | Add local ident OpenBSD mention that was missing in... | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | This patch fixes an error in the usage message for... | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | This trivial patch removes the usage of some old statis... | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | > > They work the same as table constraints with in... | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | The attached patches change earthdistance to use the... | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | The attached patch provides cube with 4 functions for... | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | Adds in NO MAXVALUE and NO MINVALUE options for create... | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | The "random" regression test uses a function called... | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | Code for WITHOUT OIDS. | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | This patch makes pg_get_constraintdef support UNIQUE... | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | > ================================================... | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | [ dumping schemas ] | commit | commitdiff | tree | 
| 2003-02-13 | Bruce Momjian | [ Have readline save edit history.] | commit | commitdiff | tree | 
| 2003-02-12 | Barry Lind | Applied patch to update translation file, submitted... | commit | commitdiff | tree | 
| 2003-02-12 | Bruce Momjian | Done in 7.3.2, so removed: | commit | commitdiff | tree | 
| 2003-02-12 | Bruce Momjian | Done: | commit | commitdiff | tree | 
| 2003-02-12 | Barry Lind | Patch to messages file from Holger Klawitter to add... | commit | commitdiff | tree | 
| 2003-02-11 | Peter Eisentraut | Fix buffer clearing bug. | commit | commitdiff | tree | 
| 2003-02-11 | Peter Eisentraut | Simplify evaluation of TCL_INCLUDE_SPEC. | commit | commitdiff | tree | 
| 2003-02-11 | Tom Lane | Use a varno not chosen at random for dummy variables... | commit | commitdiff | tree | 
| 2003-02-10 | Tom Lane | Fix thinko in new logic about pushing down non-nullabil... | commit | commitdiff | tree | 
| 2003-02-10 | Tom Lane | Add code to show join rule (for outer and IN joins... | commit | commitdiff | tree | 
| 2003-02-10 | Tom Lane | Get rid of last few vestiges of parsetree dependency... | commit | commitdiff | tree | 
| 2003-02-09 | Tom Lane | Detect case where an outer join can be reduced to a... | commit | commitdiff | tree | 
| 2003-02-09 | Barry Lind | upped build# to 201 | commit | commitdiff | tree | 
| 2003-02-09 | Barry Lind | Better error message on character set mismatches during... | commit | commitdiff | tree | 
| 2003-02-09 | Tom Lane | Create a distinction between Lists of integers and... | commit | commitdiff | tree | 
| 2003-02-09 | Tom Lane | Remove bogus comment (too freely copied & pasted). | commit | commitdiff | tree | 
| 2003-02-09 | Tom Lane | Make further use of new bitmapset code: executor's... | commit | commitdiff | tree | 
| 2003-02-08 | Tom Lane | Replace planner's representation of relation sets,... | commit | commitdiff | tree | 
| 2003-02-07 | Dave Cramer | applied Kris Jurka's patch for numeric | commit | commitdiff | tree | 
| 2003-02-07 | Tom Lane | Revise mechanism for getting rid of temp tables at... | commit | commitdiff | tree | 
| 2003-02-06 | Tom Lane | Make flatten_join_alias_vars() do the right thing when... | commit | commitdiff | tree | 
| 2003-02-06 | Tom Lane | Create a GUC variable REGEX_FLAVOR to control the type... | commit | commitdiff | tree | 
| 2003-02-06 | Tom Lane | Fix core dump when pltcl_elog is called with wrong... | commit | commitdiff | tree | 
| 2003-02-05 | Tom Lane | Allow qualified type names in CREATE CAST, DROP CAST... | commit | commitdiff | tree | 
| 2003-02-05 | Tom Lane | Replace regular expression package with Henry Spencer... | commit | commitdiff | tree | 
| 2003-02-05 | Dave Cramer | patch from Oliver Jowett to implement some of the jdbc3... | commit | commitdiff | tree | 
| 2003-02-04 | Bruce Momjian | Update Hungarian FAQ, from Laszlo Hornyak | commit | commitdiff | tree | 
| 2003-02-04 | Bruce Momjian | Revert doc change so we mention moving past the last... | commit | commitdiff | tree | 
| 2003-02-04 | Dave Cramer | Applied Kris Jurkas patch to fix rollback and SQLException | commit | commitdiff | tree | 
| 2003-02-04 | Dave Cramer | applied patch from Oliver Jowett | commit | commitdiff | tree | 
| 2003-02-04 | Barry Lind | Two patches from Kris Jurka.  One fixes a problem with... | commit | commitdiff | tree | 
| 2003-02-04 | Barry Lind | Patch from Nic Ferrier to add support for result sets... | commit | commitdiff | tree | 
| 2003-02-04 | Tom Lane | Minor code cleanup: remove no-longer-useful pull_subpla... | commit | commitdiff | tree | 
| 2003-02-04 | Tom Lane | Detect duplicate aggregate calls and evaluate only... | commit | commitdiff | tree | 
| 2003-02-03 | Tom Lane | #ifdef out stuff that shouldn't be compiled when not... | commit | commitdiff | tree | 
| 2003-02-03 | Tom Lane | Determine the set of constraints applied to a domain... | commit | commitdiff | tree | 
| 2003-02-03 | Bruce Momjian | Add mention of CURRENT_SCHEMA for object creation. | commit | commitdiff | tree | 
| 2003-02-03 | Bruce Momjian | Don't print NO ACTION foreign key actions in dumps... | commit | commitdiff | tree | 
| 2003-02-03 | Tom Lane | Tweak planner and executor to avoid doing ExecProject... | commit | commitdiff | tree | 
| 2003-02-03 | Bruce Momjian | Move pg_service.conf.sample to /interfaces/libpq. | commit | commitdiff | tree | 
| 2003-02-03 | Bruce Momjian | Change MOVE LAST to MOVE ALL. | commit | commitdiff | tree | 
| 2003-02-02 | Tom Lane | Implement EXPLAIN EXECUTE.  By Neil Conway, with some... | commit | commitdiff | tree | 
| 2003-02-02 | Tom Lane | Update release history for 7.3.2. | commit | commitdiff | tree | 
| 2003-02-02 | Tom Lane | Fix nodeUnique to behave correctly when reversing direc... | commit | commitdiff | tree | 
| 2003-02-01 | Tom Lane | Remove restriction that cast functions cannot be volati... | commit | commitdiff | tree | 
| 2003-02-01 | Tom Lane | Cleaner solution to the problem of loading pre-7.3... | commit | commitdiff | tree | 
| 2003-02-01 | Tom Lane | Changes of 6-Sep-02 broke pg_restore's ability to recog... | commit | commitdiff | tree | 
| 2003-02-01 | Tom Lane | Fix assign_session_authorization() to not be confused... | commit | commitdiff | tree | 
| 2003-02-01 | Tom Lane | Prevent core dump from calling Tcl_DontCallWhenDeleted... | commit | commitdiff | tree | 
| 2003-02-01 | Tom Lane | Apply ljb's patch to prevent both memory leak and core... | commit | commitdiff | tree | 
| 2003-01-31 | Tom Lane | Make plpython's spi_execute interface handle NULLs... | commit | commitdiff | tree | 
| 2003-01-31 | Tom Lane | Clean up plpython error reporting so that its regressio... | commit | commitdiff | tree | 
| 2003-01-31 | Tom Lane | Tweak bison build rules so that we get the same error... | commit | commitdiff | tree | 
| 2003-01-31 | Tom Lane | Allow a time zone to be specified (and silently ignored... | commit | commitdiff | tree | 
| 2003-01-31 | Tom Lane | Handle mixed-case names properly in plpgsql_parse_tripw... | commit | commitdiff | tree | 
| 2003-01-31 | Tom Lane | Fix typo, per Neil Conway. | commit | commitdiff | tree | 
| 2003-01-30 | Tom Lane | Fix regression in .pgpass support.  From Neil Conway. | commit | commitdiff | tree | 
| 2003-01-29 | Tom Lane | Update release history for 7.2.4. | commit | commitdiff | tree | 
| 2003-01-29 | Tom Lane | SPI_exec shouldn't return SPI_OK_SELECT if it hasn... | commit | commitdiff | tree | 
| 2003-01-29 | Bruce Momjian | Update release steps. | commit | commitdiff | tree | 
| 2003-01-29 | Tom Lane | Tweak ArrayCount() to forestall possible access to... | commit | commitdiff | tree | 
| 2003-01-29 | Tom Lane | Guard against array overrun, per report from Yichen... | commit | commitdiff | tree | 
| next |