| 2003-04-02 |
Tom Lane | Fix buffer overrun in to_ascii(), per report from Guido... |
commit | commitdiff | tree | snapshot |
| 2003-03-31 |
Bruce Momjian | Please, apply patch for contrib/ltree to current CVS... |
commit | commitdiff | tree | snapshot |
| 2003-03-31 |
Tom Lane | TestConfiguration returns int, not bool. This mistake... |
commit | commitdiff | tree | snapshot |
| 2003-03-30 |
Bruce Momjian | Properly document default value of log_min_error_statem... |
commit | commitdiff | tree | snapshot |
| 2003-03-30 |
Bruce Momjian | Backpatch SSL return value changes. |
commit | commitdiff | tree | snapshot |
| 2003-03-29 |
Bruce Momjian | [ Backpatch to 7.3.X.] |
commit | commitdiff | tree | snapshot |
| 2003-03-27 |
Tom Lane | Fix bogus coding of SET DEFAULT ri triggers ... or... |
commit | commitdiff | tree | snapshot |
| 2003-03-27 |
Tom Lane | GetTupleForTrigger must use outer transaction's command... |
commit | commitdiff | tree | snapshot |
| 2003-03-25 |
Dave Cramer | fixed problem where information from previous updates... |
commit | commitdiff | tree | snapshot |
| 2003-03-25 |
Dave Cramer | added DISTINCT to the query to get cross reference... |
commit | commitdiff | tree | snapshot |
| 2003-03-25 |
Dave Cramer | fixed problem where information from previous updates... |
commit | commitdiff | tree | snapshot |
| 2003-03-24 |
Barry Lind | New build number |
commit | commitdiff | tree | snapshot |
| 2003-03-24 |
Barry Lind | Backport fix for parsing acls (didn't correctly interpr... |
commit | commitdiff | tree | snapshot |
| 2003-03-23 |
Tom Lane | Band-aid patch for Shraibman's 'out of free buffers... |
commit | commitdiff | tree | snapshot |
| 2003-03-23 |
Tom Lane | Tweak selectivity and related routines to cope with... |
commit | commitdiff | tree | snapshot |
| 2003-03-20 |
Bruce Momjian | The attatched patch fixes a memory error with contrib... |
commit | commitdiff | tree | snapshot |
| 2003-03-19 |
Barry Lind | Backport patch to work around a server bug. Server... |
commit | commitdiff | tree | snapshot |
| 2003-03-18 |
Barry Lind | Applied translation fixes |
commit | commitdiff | tree | snapshot |
| 2003-03-14 |
Tom Lane | pg_dumpall failed on groups having no members. Per... |
commit | commitdiff | tree | snapshot |
| 2003-03-14 |
Barry Lind | Backport fix for parsing \n in updateable result sets... |
commit | commitdiff | tree | snapshot |
| 2003-03-14 |
Tom Lane | Repair incorrect prorettype entry for timestamptz_izone... |
commit | commitdiff | tree | snapshot |
| 2003-03-14 |
Barry Lind | Backport batch update error message improvements to... |
commit | commitdiff | tree | snapshot |
| 2003-03-14 |
Tom Lane | Prevent infinite loop in ln_var() due to roundoff error. |
commit | commitdiff | tree | snapshot |
| 2003-03-13 |
Tom Lane | GROUP BY got confused if there were multiple equal... |
commit | commitdiff | tree | snapshot |
| 2003-03-09 |
Tom Lane | pg_restore failed to restore blobs if -X disable-trigge... |
commit | commitdiff | tree | snapshot |
| 2003-03-08 |
Barry Lind | Back ported patches from head to 7.3 branch (fixes... |
commit | commitdiff | tree | snapshot |
| 2003-03-06 |
Tom Lane | Tweak dependency code to suppress NOTICEs generated... |
commit | commitdiff | tree | snapshot |
| 2003-03-06 |
Tom Lane | Add missing --globals-only (long form of -g). |
commit | commitdiff | tree | snapshot |
| 2003-03-05 |
Tom Lane | Repair bug reported by Laurent Perez: bad plan generate... |
commit | commitdiff | tree | snapshot |
| 2003-03-03 |
Tom Lane | Prevent clustering on incomplete indexes: partial index... |
commit | commitdiff | tree | snapshot |
| 2003-03-02 |
Tom Lane | Repair memory leak introduced by recent change to make... |
commit | commitdiff | tree | snapshot |
| 2003-02-27 |
Tom Lane | Change EXTRACT(EPOCH FROM timestamp) so that a timestam... |
commit | commitdiff | tree | snapshot |
| 2003-02-27 |
D'Arcy J.M... | Back patch bug fix to quote function. |
commit | commitdiff | tree | snapshot |
| 2003-02-24 |
Barry Lind | Backport a fix from 7.4 to 7.3 to better handle case... |
commit | commitdiff | tree | snapshot |
| 2003-02-23 |
Tom Lane | If a shutdown request comes in while we're still starti... |
commit | commitdiff | tree | snapshot |
| 2003-02-21 |
Tom Lane | Repair nasty oversight in bt_split: if the index is... |
commit | commitdiff | tree | snapshot |
| 2003-02-20 |
Tom Lane | Fix timestamptz_in so that parsing of 'now'::timestampt... |
commit | commitdiff | tree | snapshot |
| 2003-02-19 |
Tatsuo Ishii | Back patch for GUC client_encoding variable not being... |
commit | commitdiff | tree | snapshot |
| 2003-02-19 |
Bruce Momjian | Please apply patches for contrib/ltree. |
commit | commitdiff | tree | snapshot |
| 2003-02-18 |
Tom Lane | Async_NotifyHandler must save and restore ImmediateInte... |
commit | commitdiff | tree | snapshot |
| 2003-02-14 |
Tom Lane | Fix SPI result logic for case where there are multiple... |
commit | commitdiff | tree | snapshot |
| 2003-02-14 |
Bruce Momjian | Update FAQ's in head and 7.3.X. |
commit | commitdiff | tree | snapshot |
| 2003-02-13 |
Tom Lane | Repair incorrect indexing for atttypmod, per Brad McLean. |
commit | commitdiff | tree | snapshot |
| 2003-02-13 |
Tom Lane | Result of lo_read() is int, not size_t. Per Oleg Drokin. |
commit | commitdiff | tree | snapshot |
| 2003-02-13 |
Tom Lane | Parser was dropping foreign-key constraints on the... |
commit | commitdiff | tree | snapshot |
| 2003-02-13 |
Tom Lane | Repair rule permissions-checking bug reported by Tim... |
commit | commitdiff | tree | snapshot |
| 2003-02-13 |
Tom Lane | Prevent timetz2tm() from scribbling on its input in... |
commit | commitdiff | tree | snapshot |
| 2003-02-13 |
Bruce Momjian | > > They work the same as table constraints with in... |
commit | commitdiff | tree | snapshot |
| 2003-02-12 |
Barry Lind | Applied patch to update translation file, submitted... |
commit | commitdiff | tree | snapshot |
| 2003-02-12 |
Barry Lind | Backport patch from Fernando Nasser and Harald Krake... |
commit | commitdiff | tree | snapshot |
| 2003-02-12 |
Barry Lind | Backport a patch from Kris Jurka to 7.3. Allows getTab... |
commit | commitdiff | tree | snapshot |
| 2003-02-11 |
Tom Lane | Use a varno not chosen at random for dummy variables... |
commit | commitdiff | tree | snapshot |
| 2003-02-09 |
Barry Lind | up build # to 108 |
commit | commitdiff | tree | snapshot |
| 2003-02-09 |
Barry Lind | Merge changes from head to 7.3 branch: better error... |
commit | commitdiff | tree | snapshot |
| 2003-02-07 |
Tom Lane | Revise mechanism for getting rid of temp tables at... |
commit | commitdiff | tree | snapshot |
| 2003-02-07 |
Tom Lane | Avoid generating relid lists with duplicate entries... |
commit | commitdiff | tree | snapshot |
| 2003-02-06 |
Tom Lane | Fix core dump when pltcl_elog is called with wrong... |
commit | commitdiff | tree | snapshot |
| 2003-02-06 |
Tatsuo Ishii | Fix regexp slowness reported by Wade Klaver. |
commit | commitdiff | tree | snapshot |
| 2003-02-05 |
Tom Lane | Allow qualified type names in CREATE CAST, DROP CAST... |
commit | commitdiff | tree | snapshot |
| 2003-02-04 |
Dave Cramer | Fix for rollback SQLException from Kris Jurka |
commit | commitdiff | tree | snapshot |
| 2003-02-03 |
Bruce Momjian | Add mention of CURRENT_SCHEMA for object creation. REL7_3_2 |
commit | commitdiff | tree | snapshot |
| 2003-02-02 |
Tom Lane | Brand 7.3.2. |
commit | commitdiff | tree | snapshot |
| 2003-02-02 |
Tom Lane | Update release history for 7.3.2. |
commit | commitdiff | tree | snapshot |
| 2003-02-02 |
Tom Lane | Fix nodeUnique to behave correctly when reversing direc... |
commit | commitdiff | tree | snapshot |
| 2003-02-01 |
Tom Lane | Remove restriction that cast functions cannot be volati... |
commit | commitdiff | tree | snapshot |
| 2003-02-01 |
Tom Lane | Cleaner solution to the problem of loading pre-7.3... |
commit | commitdiff | tree | snapshot |
| 2003-02-01 |
Tom Lane | Changes of 6-Sep-02 broke pg_restore's ability to recog... |
commit | commitdiff | tree | snapshot |
| 2003-02-01 |
Tom Lane | Fix assign_session_authorization() to not be confused... |
commit | commitdiff | tree | snapshot |
| 2003-02-01 |
Tom Lane | Prevent core dump from calling Tcl_DontCallWhenDeleted... |
commit | commitdiff | tree | snapshot |
| 2003-02-01 |
Tom Lane | Apply ljb's patch to prevent both memory leak and core... |
commit | commitdiff | tree | snapshot |
| 2003-01-31 |
Tom Lane | Make plpython's spi_execute interface handle NULLs... |
commit | commitdiff | tree | snapshot |
| 2003-01-31 |
Tom Lane | Clean up plpython error reporting so that its regressio... |
commit | commitdiff | tree | snapshot |
| 2003-01-31 |
Tom Lane | Tweak bison build rules so that we get the same error... |
commit | commitdiff | tree | snapshot |
| 2003-01-31 |
Tom Lane | Handle mixed-case names properly in plpgsql_parse_tripw... |
commit | commitdiff | tree | snapshot |
| 2003-01-30 |
Tom Lane | Fix regression in .pgpass support. From Neil Conway. |
commit | commitdiff | tree | snapshot |
| 2003-01-29 |
Tom Lane | Update release history for 7.2.4. |
commit | commitdiff | tree | snapshot |
| 2003-01-29 |
Tom Lane | SPI_exec shouldn't return SPI_OK_SELECT if it hasn... |
commit | commitdiff | tree | snapshot |
| 2003-01-29 |
Tom Lane | Repair array subscript overrun identified by Yichen... |
commit | commitdiff | tree | snapshot |
| 2003-01-29 |
Tom Lane | Fix array subscript overruns identified by Yichen Xie. |
commit | commitdiff | tree | snapshot |
| 2003-01-28 |
Tom Lane | Convert variable name to canonical spelling before... |
commit | commitdiff | tree | snapshot |
| 2003-01-28 |
Bruce Momjian | Revert off setting mention for client_min_messages. |
commit | commitdiff | tree | snapshot |
| 2003-01-27 |
Tom Lane | Prevent core dump when die_horribly() is called with... |
commit | commitdiff | tree | snapshot |
| 2003-01-24 |
Tom Lane | Back-patch fix for not shell-quoting editor name, as... |
commit | commitdiff | tree | snapshot |
| 2003-01-23 |
Tom Lane | Fix obsolete error message (isImmutable doesn't exist). |
commit | commitdiff | tree | snapshot |
| 2003-01-23 |
Tom Lane | Change CREATE TABLE AS / SELECT INTO to create the... |
commit | commitdiff | tree | snapshot |
| 2003-01-23 |
Tom Lane | Update 'Mathematical Functions' table to reflect 7... |
commit | commitdiff | tree | snapshot |
| 2003-01-22 |
Tom Lane | Make estimation of mergejoin scan selectivities more... |
commit | commitdiff | tree | snapshot |
| 2003-01-21 |
Tom Lane | Fix coredump problem in plpgsql's RETURN NEXT. When... |
commit | commitdiff | tree | snapshot |
| 2003-01-21 |
Tom Lane | Back-patch typprtlen fix, two other minor post-7.3... |
commit | commitdiff | tree | snapshot |
| 2003-01-16 |
Tom Lane | Fix bogus formatting of DROP DATABASE command, per... |
commit | commitdiff | tree | snapshot |
| 2003-01-16 |
Tom Lane | Repair an embarrassingly large number of alphabetizatio... |
commit | commitdiff | tree | snapshot |
| 2003-01-15 |
Bruce Momjian | More comment cleanups for shared_buffers in postgresql... |
commit | commitdiff | tree | snapshot |
| 2003-01-15 |
Bruce Momjian | Update shared_buffer comment in postgresql.conf. |
commit | commitdiff | tree | snapshot |
| 2003-01-15 |
Bruce Momjian | This patch fixes an incorrect statement and makes a... |
commit | commitdiff | tree | snapshot |
| 2003-01-14 |
Barry Lind | Bumped up build number to 107 |
commit | commitdiff | tree | snapshot |
| 2003-01-14 |
Barry Lind | Backport to 7.3 of patch to correctly handle fractional... |
commit | commitdiff | tree | snapshot |
| 2003-01-14 |
Barry Lind | Patch from Kris Jurka to improve the performance of... |
commit | commitdiff | tree | snapshot |
| 2003-01-11 |
Bruce Momjian | Fix capitalization. |
commit | commitdiff | tree | snapshot |
| 2003-01-11 |
Tom Lane | Cause symlinks for shared-library versioning to run... |
commit | commitdiff | tree | snapshot |
| 2003-01-11 |
Tatsuo Ishii | Fix typo in an error messages |
commit | commitdiff | tree | snapshot |
| next |