2005-01-11 |
Tom Lane | interval_out failed to mention 'ago' for negative inter... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Tom Lane | array_map failed to insert correct result type in an... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Tom Lane | Back-patch fix for ALTER DATABASE failing to flush... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Fix off-by-one memory allocation, as reported by Rod... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Tom Lane | Stamp release 7.3.8. REL7_3_8 |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Tom Lane | Prevent pg_ctl from being run as root. Since it uses... |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Tom Lane | Back-patch make_oidjoins_check security improvement. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tom Lane | Repair possible failure to update hint bits back to... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tom Lane | Fix breakage in hashjoin from recent backpatch of left... |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Tom Lane | Hashed LEFT JOIN would miss outer tuples with no inner... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Tom Lane | Wups, seem to have used an ungood version of lynx to... REL7_3_7 |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Tom Lane | Stamp 7.3.7. |
commit | commitdiff | tree | snapshot |
2004-08-11 |
Tom Lane | Fix failure to guarantee that a checkpoint will write... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Teodor Sigaev | Remove asymetrical word processing in query and text |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Always schema-qualify the name of a function referenced... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Brand 7.3.6. REL7_3_6 |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Update release notes for 7.3.6. |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Replace unportable use of /dev/stdin with lynx's -stdin... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joe Conway | When returning type "record", replace use of pgresultGe... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joe Conway | pply quote_literal to the start_with argument of connec... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Tom Lane | Don't crash when a rowtype argument to a plpgsql functi... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Tom Lane | Back-patch fix for ReadOffset with off_t wider than... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Tom Lane | Do not let external specification of CFLAGS stop us... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Tom Lane | Avoid generating invalid character encoding sequences... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Joe Conway | Fix text_position to not scan past end of source string... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Tom Lane | Repair incorrect order of operations in GetNewTransacti... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Tom Lane | Revert ill-starred change of 13-Feb-02: it appeared... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Joe Conway | Repair indexed bytea like operations, and related selec... |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Tom Lane | Brand 7.3.5. REL7_3_5 |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Tom Lane | Update release notes for 7.3.5. |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Tom Lane | Force zero_damaged_pages to be effectively ON during... |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Tom Lane | Back-patch fix to check vartypmod when matching Planner... |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Tom Lane | Back-patch fix to cause stats processes to detach from... |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Joe Conway | Make PQescapeBytea and byteaout consistent with each... |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Joe Conway | Added missing SPI_finish() calls to get_tuple_of_intere... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Tom Lane | Back-patch removal of unnecessary inclusion of <crypt... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Jan Wieck | Moved the recently added test for foreign key disabled... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Jan Wieck | Fix for possible referential integrity violation when... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Jan Wieck | Support for qualified type names in PL/Tcl's spi_prepar... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Tom Lane | Don't choke when the handler for a procedural language... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Tom Lane | It is possible for ResolveNew to be used to insert... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Tom Lane | When dumping CREATE INDEX, must show opclass name if... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Bruce Momjian | [ Patch applied only to 7.3.X.] |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Jan Wieck | Backpatched changes for rules when casts are dumped... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Tom Lane | _SPI_cursor_operation forgot to check for failure retur... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Tom Lane | Back-patch fix for plpython problems with dropped table... |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Tom Lane | Back-patch the other part of Karel's formatting bug... |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Tom Lane | Repair problems with to_char() overrunning its input... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Peter Eisentraut | Fix translation mistake. |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Tatsuo Ishii | Fix GB18030 to UTF-8 mapping table |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Tatsuo Ishii | Fix bug in GB18030 conversion script |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Tom Lane | Sigh, I'm an idiot ... SSL_ERROR_WANT_READ isn't an... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Tom Lane | Conversion functions must be STRICT to prevent them... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Barry Lind | Backport to 7.3. Third try to fix the sql injection |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Tom Lane | Fix several places where fractional-second inputs were... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Tom Lane | SSL_read/SSL_write do not approximate the return conven... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Tom Lane | Fix some more problems with testing error returns from... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tom Lane | Fix longstanding error in _bt_search(): should moverigh... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Tom Lane | Fix timestamp_date for HAVE_INT64_TIMESTAMP case. REL7_3_4 |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Bruce Momjian | Add Hungarian/Turkish FAQ's to 7.3.4. |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Bruce Momjian | Add to 7.3.4 release notes: |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Tom Lane | Repair 7.3 breakage in timestamp-to-date conversion... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Barry Lind | Patch to fix additional SQL injection vulnerabilities... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | New WAL fix release text is: |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | Update all FAQ's for 7.3.4. |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | Stamp 7.3.4 release. |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Tom Lane | wups, took out one memset too many ... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Tom Lane | Back-patch fix for bugs in pgstat_initstats. |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Teodor Sigaev | Allow sub[path|ltre] return void result |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Teodor Sigaev | Mark as deprecated |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Barry Lind | Fix to prevent SQL injection attacks when calling setOb... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Tom Lane | Oh, for crying in a bucket ... relax Assert so that... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Tom Lane | Work around buggy strxfrm() present in some Solaris... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Tom Lane | For COMMENT ON DATABASE where database name is unknown... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Tom Lane | Repair boundary-case bug introduced by patch of two... |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Tom Lane | Fix a *second* buffer overrun bug in to_ascii(). Grumble. |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Tom Lane | Don't generate 'zero' typeids in the output from gen_cr... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Bruce Momjian | [ Backpatch to 7.3.X.] |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Tom Lane | Fix bugs in interval-to-time conversion: HAVE_INT64_TIM... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Tom Lane | Fix SQL function executor for case where last command... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Fix brain damage in deciding which python input convert... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Tom Lane | Add defense in assign_session_authorization() against... |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Tom Lane | Fix misstatement in release-notes item. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Tom Lane | Update for 7.3.3. REL7_3_3 |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Tom Lane | Brand 7.3.3. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Tom Lane | Update release history for impending 7.3.3 release. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Tom Lane | Repair sometimes-incorrect computation of StartUpID... |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Tom Lane | Back-patch Jan's fix to avoid primary key lookup (and... |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Tom Lane | Use -fPIC on Sparc, per Tom Callaway. |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Tom Lane | Back-patch change to avoid O(N^2) behavior with lots... |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Barry Lind | Upped JDBC build number to 110 for the 7.3.3 release |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Tom Lane | Repair quoting sloppiness, lack of schema awareness... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Peter Eisentraut | Small translation updates for 7.3.3 release. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Tom Lane | Fix failure when uniq-ifying an array of zero elements. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Tom Lane | Back-patch fix to allow createuser to exit on control... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Tom Lane | Back-patch fix from Oliver Elphick to force ISO datesty... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Tom Lane | Small changes to use the absolute path to system catalogs. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Tom Lane | Check calling context for connectby_text(), per Joe... |
commit | commitdiff | tree | snapshot |
next |