| Commit message (Expand) | Author | Age |
* | When positioned before the start of a ResultSet issuing relative(0) | Kris Jurka | 2005-04-18 |
* | Don't try to constant-fold functions returning RECORD, since the optimizer | Tom Lane | 2005-04-14 |
* | Make constant-folding produce sane output for COALESCE(NULL,NULL), | Tom Lane | 2005-04-10 |
* | In cost_mergejoin, the early-exit effect should not apply to the | Tom Lane | 2005-04-04 |
* | Flush any remaining statistics counts out to the collector at process | Tom Lane | 2005-03-31 |
* | Prevent to_char(interval) from dumping core on month-related formats | Tom Lane | 2005-03-26 |
* | array_map can't use the fn_extra field of the provided fcinfo struct as | Tom Lane | 2005-03-24 |
* | Fix ALTER DATABASE RENAME to allow the operation if user is a superuser | Tom Lane | 2005-03-12 |
* | Release proclock immediately in RemoveFromWaitQueue() if it represents | Tom Lane | 2005-03-01 |
* | Ensure that the resolved datatype of any unknown Param is propagated | Tom Lane | 2005-02-19 |
* | ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich. | Tom Lane | 2005-02-14 |
* | Back-patch fix for a typo that unintentionally disabled backward scans | Tom Lane | 2005-02-10 |
* | If we're gonna check for array overrun, we really should do so before | Tom Lane | 2005-02-08 |
* | Prevent 4 more buffer overruns in the PL/PgSQL parser. This is just a | Neil Conway | 2005-02-07 |
* | Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out | Tom Lane | 2005-02-06 |
* | Back-port heap_deformtuple() into 7.4 branch; needed for planned fix for | Tom Lane | 2005-02-06 |
* | Stamp release 7.4.7. | Tom Lane | 2005-01-30 |
* | Check that aggregate creator has the right to execute the transition | Tom Lane | 2005-01-27 |
* | Back-patch 8.0 version of plperl_hash_from_tuple() into prior releases | Tom Lane | 2005-01-26 |
* | Disallow LOAD to non-superusers. Per report from John Heasman. | Tom Lane | 2005-01-24 |
* | Fix memory leak in rtdosplit, per report from Clive Page. | Tom Lane | 2005-01-24 |
* | The result of a FULL or RIGHT join can't be assumed to be sorted by the | Tom Lane | 2005-01-23 |
* | Prevent overrunning a heap-allocated buffer if more than 1024 parameters | Neil Conway | 2005-01-21 |
* | Fix mapping infinite timestamp values to arbitrary dates. | Kris Jurka | 2005-01-13 |
* | interval_out failed to mention 'ago' for negative intervals in SQL and | Tom Lane | 2005-01-11 |
* | Avoid memory leakage during VACUUM FULL when an index expression or | Tom Lane | 2004-12-23 |
* | Make array_cat more paranoid about checking datatypes in empty arrays. | Tom Lane | 2004-12-17 |
* | array_map failed to insert correct result type in an empty array. | Tom Lane | 2004-12-17 |
* | Avoid generating excess (and illegal) parentheses around an aliased JOIN | Tom Lane | 2004-12-13 |
* | Back-patch copyOject fix for EXPLAIN/PREPARE. | Tom Lane | 2004-12-13 |
* | Translation update | Peter Eisentraut | 2004-12-11 |
* | Translation update | Peter Eisentraut | 2004-12-11 |
* | Use StrNCpy not strncpy to fill hash key, to ensure the resulting key | Tom Lane | 2004-12-03 |
* | Translation fix by Julien Cristau | Peter Eisentraut | 2004-12-03 |
* | Teach regex_fixed_prefix() the correct handling of advanced regex | Tom Lane | 2004-12-02 |
* | Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332. | Tom Lane | 2004-12-01 |
* | Avoid scribbling on original parsetree during DECLARE CURSOR. This | Tom Lane | 2004-11-28 |
* | Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from | Tom Lane | 2004-11-24 |
* | Our interface code for Spencer's regexp package was checking for regexp | Tom Lane | 2004-11-24 |
* | Back-patch fix for ALTER DATABASE failing to flush pg_database changes | Tom Lane | 2004-11-18 |
* | Fix off-by-one memory allocation, as reported by Rod Taylor. Also | Tom Lane | 2004-11-17 |
* | Backpatch fix from HEAD: | Neil Conway | 2004-11-17 |
* | Translation update | Peter Eisentraut | 2004-11-16 |
* | List VALUE as a keyword. | Michael Meskes | 2004-11-10 |
* | In PGSharedMemoryIsInUse, assume that EACCES indicates a shmem segment | Tom Lane | 2004-11-09 |
* | Fix unportable code in SockAddr_cidr_mask: you can't assume that | Tom Lane | 2004-11-08 |
* | fixed bug in REVOKE statement cat_str only has 8 arguments | Dave Cramer | 2004-11-01 |
* | New translations | Peter Eisentraut | 2004-10-30 |
* | Rearrange order of pre-commit operations: must close cursors before doing | Tom Lane | 2004-10-29 |
* | Translation update | Peter Eisentraut | 2004-10-27 |