| Commit message (Expand) | Author | Age |
* | Fix process-status handling for OS X 10.3. | Tom Lane | 2003-11-08 |
* | Cause stats processes to detach from shared memory when started, so that | Tom Lane | 2003-11-07 |
* | zero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE, | Tom Lane | 2003-11-07 |
* | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 |
* | Fix for this problem: | Tom Lane | 2003-11-05 |
* | Update future-tense comments in README to present tense. Noted by | Tom Lane | 2003-10-31 |
* | When a superuser does GRANT or REVOKE on an object he doesn't own, | Tom Lane | 2003-10-31 |
* | Fix for possible referential integrity violation when a qualified ON INSERT | Jan Wieck | 2003-10-31 |
* | Fix some corner cases in ACL manipulation: don't foul up on an empty | Tom Lane | 2003-10-29 |
* | Give a useful error message if a RangeVar is encountered in an expression. | Tom Lane | 2003-10-29 |
* | compact_fsm_storage() does need to handle the case where a relation's | Tom Lane | 2003-10-29 |
* | Change Solaris tests to test for SHM_SHARE_MMU, per Tom. | Bruce Momjian | 2003-10-27 |
* | 'sun' => '__sun__' | Bruce Momjian | 2003-10-26 |
* | Test for 'sun' rather than 'solaris' for intimate shared memory. | Bruce Momjian | 2003-10-26 |
* | Translation update | Peter Eisentraut | 2003-10-25 |
* | Remove socket credentials defines not referenced. | Bruce Momjian | 2003-10-25 |
* | Translation updates | Peter Eisentraut | 2003-10-24 |
* | It is possible for ResolveNew to be used to insert a sublink into a | Tom Lane | 2003-10-20 |
* | Improve error reporting in parseTypeString(), motivated by confusing | Tom Lane | 2003-10-20 |
* | Save_r, Save_t should be static not global variables. | Tom Lane | 2003-10-19 |
* | Cleanup on --help-config: Now called --describe-config, no further options, | Peter Eisentraut | 2003-10-18 |
* | Further work on information_schema. _pg_keyissubset() wasn't quite | Tom Lane | 2003-10-18 |
* | Repair interaction between IN-join processing and subselect pullup that | Tom Lane | 2003-10-18 |
* | Simplify loop test to avoid bug in AIX compiler, per Andreas. | Tom Lane | 2003-10-18 |
* | Information schema fixes: | Peter Eisentraut | 2003-10-18 |
* | Fix elog tab-insertion code to insert tabs only where wanted. | Tom Lane | 2003-10-17 |
* | Adjust display of actual runtimes in EXPLAIN output to use three fractional | Tom Lane | 2003-10-17 |
* | Fix bugs in referential_constraints view. | Peter Eisentraut | 2003-10-16 |
* | Avoid division by zero in estimate_num_groups() when table has no rows. | Tom Lane | 2003-10-16 |
* | Ensure that all places that are complaining about exhaustion of shared | Tom Lane | 2003-10-16 |
* | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane | 2003-10-16 |
* | pull_up_subqueries() should copy the subquery before starting to modify | Tom Lane | 2003-10-13 |
* | Back out makeNode() patch to fix gcc 3.3.1 warning. | Bruce Momjian | 2003-10-13 |
* | Adjust setRelhassubclassInRelation() to not perform actual heap_update | Tom Lane | 2003-10-13 |
* | Use makeNode() to allocate structures that have to be cast to Node *, | Bruce Momjian | 2003-10-12 |
* | Back out -fstrict-aliasing void* casting. | Bruce Momjian | 2003-10-11 |
* | This patch will stop gcc from issuing warnings about type-punned objects | Bruce Momjian | 2003-10-11 |
* | Make sure that -- comments extend to the end of the line. This fixes the | Peter Eisentraut | 2003-10-09 |
* | Some updates | Peter Eisentraut | 2003-10-09 |
* | Change "query:" to "statement:". | Bruce Momjian | 2003-10-09 |
* | Have log_min_duration_statement = 0 always print duration/statement. | Bruce Momjian | 2003-10-08 |
* | Fix binary_oper_exact() so that the heuristic 'an unknown literal on | Tom Lane | 2003-10-06 |
* | During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using | Tom Lane | 2003-10-06 |
* | Modify COPY FROM to match the null-value string against the column value | Tom Lane | 2003-10-06 |
* | Add a little more smarts to estimate_hash_bucketsize(): if there's no | Tom Lane | 2003-10-05 |
* | When revoking privileges from the owner, don't revoke the grant options, | Peter Eisentraut | 2003-10-05 |
* | Translation update | Peter Eisentraut | 2003-10-04 |
* | Fix pg_get_constraintdef() to ensure CHECK constraints are always shown | Tom Lane | 2003-10-04 |
* | Translation update | Peter Eisentraut | 2003-10-04 |
* | Fix log_duration and log_min_duration_statement to print properly, as | Bruce Momjian | 2003-10-04 |