2003-10-17 |
Tom Lane | Add note deprecating use of consrc. |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Peter Eisentraut | Fix bugs in referential_constraints view. |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Peter Eisentraut | There should not be an automatic '()' after a function... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Tom Lane | Set attstattarget to -1 for all system catalog columns... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Tom Lane | Avoid division by zero in estimate_num_groups() when... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Tom Lane | Ensure that all places that are complaining about exhau... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Tom Lane | Cause tab completion to do something moderately reasona... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Bruce Momjian | Add mention of SIGHUP on the postmaster manual page. |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Tom Lane | Fix bad interaction between NOTIFY processing and V3... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Tom Lane | Minor copy-editing. |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Bruce Momjian | Fix SGML markup. |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Bruce Momjian | This patch adds another item to the "migration to 7... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Bruce Momjian | I have run pg_autovacuum on AIX, so that can, at least... |
commit | commitdiff | tree | snapshot |
2003-10-15 |
Tom Lane | Cause the default CFLAGS to be -O2 -fno-strict-aliasing... |
commit | commitdiff | tree | snapshot |
2003-10-15 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2003-10-15 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2003-10-15 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2003-10-15 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2003-10-14 |
Tom Lane | Use PQescapeString to ensure that tab-completion querie... |
commit | commitdiff | tree | snapshot |
2003-10-14 |
Bruce Momjian | Remove void* in MemSet until we understand the gcc... |
commit | commitdiff | tree | snapshot |
2003-10-14 |
Bruce Momjian | Add compile -O flag only for non-debug mode, per Tom |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Tom Lane | pull_up_subqueries() should copy the subquery before... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Bruce Momjian | Back out makeNode() patch to fix gcc 3.3.1 warning. |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Peter Eisentraut | Remove registration message, after discussion concluded... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Tom Lane | Determine max_connections first, then see how large... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Tom Lane | Adjust setRelhassubclassInRelation() to not perform... |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Bruce Momjian | Use makeNode() to allocate structures that have to... |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Michael Meskes | Added missing "commit" in test case. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Bruce Momjian | Add void * cast to MemSet to silence compiler, and... |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Bruce Momjian | Back out -fstrict-aliasing void* casting. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Bruce Momjian | This patch will stop gcc from issuing warnings about... |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Bruce Momjian | Update max existing db size to 32tb. |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Bruce Momjian | Fix core dump on root starting pg_autovacuum. |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Bruce Momjian | Rename __arm__/__arm__ to __arm__/__arm, found by Neil... |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Bruce Momjian | Add NULL regression tests. |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Bruce Momjian | Change Win32 rename/unlink timeout to 3 seconds. |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Bruce Momjian | Update Russian FAQ. |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Bruce Momjian | > That's a fairly useless place to put it, though,... |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Bruce Momjian | Add count(*) TODO detail. |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Bruce Momjian | Add TODO.detail for count(*): |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Bruce Momjian | Allow pg_id to compile on Win32. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Remove -pipe from compiles. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | About section 8.5.1.5. ("Special Values"): |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Peter Eisentraut | Make sure that -- comments extend to the end of the... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Peter Eisentraut | Some updates |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Add mention of logrotate for syslog, from Robert Treat |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Update Solaris FAQ to mention -fast. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Remove -pipe on Linux, per reports from Peter. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Add -pipe compile for Linux. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Make template CFLAGS handling consistent. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Someone report me small bug in contrib/pg_dumplo... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Re-add -pipe compile flags for bsd's. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | This centralizes the optimization defaults into configu... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Change "query:" to "statement:". |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Bruce Momjian | Add quotes to CFLAG define. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Jan Wieck | Protected access to variable m_preparedCount via synchr... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Bruce Momjian | Add 2-phase info, add Win32 URL: |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Peter Eisentraut | New translations |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Peter Eisentraut | New translations |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Bruce Momjian | Add quotes around -O setting for consistency. |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Bruce Momjian | Change some awkward wording in the pg_autovacuum README... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Michael Meskes | Removed my debug printf() call from numeric.c |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Bruce Momjian | Use calloc() to allocate empty structures. |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Bruce Momjian | Have log_min_duration_statement = 0 always print durati... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Michael Meskes | Fixed floating point exception in long=>numeric conversion. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Bruce Momjian | Fix include used by entab. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Peter Eisentraut | Add missing include file. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Michael Meskes | Fixed error handling in Informix compat str to date... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Peter Eisentraut | New Italian translation |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Tom Lane | Fix binary_oper_exact() so that the heuristic 'an unkno... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Tom Lane | During ALTER TABLE ADD FOREIGN KEY, try to check the... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Peter Eisentraut | New Slovene translations |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Michael Meskes | - Fixed constant listing in execute using clause. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Tom Lane | Modify COPY FROM to match the null-value string against... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Tom Lane | Fix order of operations within SendQuery() so that... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Tom Lane | Add a little more smarts to estimate_hash_bucketsize... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Bruce Momjian | Make psql \timing show three digits. |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Peter Eisentraut | When revoking privileges from the owner, don't revoke... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Bruce Momjian | Update MySQL mention. |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Michael Meskes | Fixed bug in day of week processing. |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Bruce Momjian | Update MySQL mention. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Tom Lane | Document the always-true-but-previously-undocumented... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Tom Lane | Fix pg_get_constraintdef() to ensure CHECK constraints... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Bruce Momjian | Modify: |
commit | commitdiff | tree | snapshot |
next |