2007-06-11 |
Tom Lane | Minor wording improvement. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Michael Meskes | Should not try to unlink stdout. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Michael Meskes | Fixed one memory leak in descriptor code. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Tom Lane | Support UPDATE/DELETE WHERE CURRENT OF cursor_name... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Tom Lane | Teach heapam code to know the difference between a... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Tom Lane | Insert ORDER BY into a few regression test queries... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Tom Lane | Allow numeric_fac() to be interrupted, since it can... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Alvaro Herrera | Disallow the cost balancing code from resulting in... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Alvaro Herrera | Avoid passing zero as a value for vacuum_cost_limit... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Tom Lane | Add note that LIMIT without ORDER BY can produce outrig... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Tom Lane | Arrange for large sequential scans to synchronize with... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Tom Lane | Redefine IsTransactionState() to only return true for... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Tom Lane | Rework temp_tablespaces patch so that temp tablespaces... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Alvaro Herrera | Avoid losing track of data for shared tables in pgstats... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Tom Lane | Fix array_dims() example to be consistent with the... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Magnus Hagander | The functions bt_metap, bt_page_stats and bt_page_items... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Tom Lane | Fix up text concatenation so that it accepts all the... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Tom Lane | Minor editorialization: don't flush plan cache without... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Tom Lane | Downgrade implicit casts to text to be assignment-only... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Jan Wieck | The session_replication_role actually can be changed... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Teodor Sigaev | Move call of MarkBufferDirty() before XLogInsert()... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Andrew Dunstan | Remove ill-conceived CRLF translation for Windows in... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Andrew Dunstan | Tidy overly long configure help lines. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Teodor Sigaev | Fix bundle bugs of GIN: |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Magnus Hagander | On win32, retry reading when WSARecv returns WSAEWOULDB... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Magnus Hagander | On win32, don't use SO_REUSEADDR for TCP sockets. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Peter Eisentraut | Remove gratuitous response messages from utility programs. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Peter Eisentraut | Update expected files for textual changes |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Peter Eisentraut | Clarify some error messages about duplicate things. |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Bruce Momjian | Remove description for: |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Tom Lane | Create a GUC parameter temp_tablespaces that allows... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Peter Eisentraut | Minimal message corrections found by spell checker. |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Tom Lane | Fix erroneous error reporting for overlength input... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Bruce Momjian | Re-add TODO and clarify it is for the kernel cache: |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Bruce Momjian | TODO item not needed anymore now that the buffer cache is |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Andrew Dunstan | Improve efficiency of LIKE/ILIKE code, especially for... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Tom Lane | Fix aboriginal bug in BufFileDumpBuffer that would... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Neil Conway | Allow leading and trailing whitespace in the input... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Tom Lane | Make CREATE/DROP/RENAME DATABASE wait a little bit... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Bruce Momjian | Update wording: |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Tom Lane | Buy back some of the cycles spent in more-expensive... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Tom Lane | Fix several hash functions that were taking chintzy... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Bruce Momjian | Wording improvement. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Bruce Momjian | Update FAQ_DEV URL to output for text format. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Bruce Momjian | Add URL for code comments to developer's FAQ: |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Tom Lane | The shortcut exit that I recently added to ExecInitInde... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Tom Lane | Change build_index_pathkeys() so that the expressions... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Peter Eisentraut | Make some messages more consistent |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Teodor Sigaev | Replace ReadBuffer to ReadBufferWithStrategy in all... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Peter Eisentraut | Downgrade some low-level startup messages to DEBUG1. |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Tom Lane | Fix overly-strict sanity check in BeginInternalSubTrans... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Tom Lane | Make large sequential scans and VACUUMs work in a limit... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Bruce Momjian | Fix wording: |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Bruce Momjian | Add standard error redirection for OS/X & darwin startu... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Bruce Momjian | Update documentation mention of VACUUM FULL and CLUSTER... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Neil Conway | Tweak: use memcpy() in text_time(), rather than manuall... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Bruce Momjian | Add documentation reference to statistical functions... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Bruce Momjian | Update /contrib OS/X startup files, and move to a separ... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Bruce Momjian | Update cvsutils documentation description. |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Bruce Momjian | Update cvs instructions to suggest cvsutils. |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Tom Lane | Fix trivial misspelling in comment. |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Neil Conway | Fix a bug in input processing for the "interval" type... |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Neil Conway | mmgr README tweak: "either" is no longer correct. The... |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Neil Conway | Stop a few regression tests from needlessly disabling... |
commit | commitdiff | tree | snapshot |
2007-05-28 |
Bruce Momjian | Update wording: |
commit | commitdiff | tree | snapshot |
2007-05-28 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-05-28 |
Tom Lane | Tweak the code in a couple of places to try to deliver... |
commit | commitdiff | tree | snapshot |
2007-05-28 |
Michael Meskes | Applied patch send by Joachim Wieland to fix INTEGER_DA... |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Neil Conway | Code cleanup: use "bool" for Boolean variables, rather... |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Tom Lane | Ooops, I was too busy worrying about getting the transa... |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Michael Meskes | Sorry guys, I committed the file from my development... |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Michael Meskes | The source code changed, so the expected file changed... |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Michael Meskes | Applied Joachim's patch for ecpg_config.h creation... |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Tom Lane | pgstat's on-proc-exit hook has to execute after the... |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Tom Lane | Fix up pgstats counting of live and dead tuples to... |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Tom Lane | Repair two constraint-exclusion corner cases triggered... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Tom Lane | Create hooks to let a loadable plugin monitor (or even... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Tom Lane | Remove ruleutils.c's use of varnoold/varoattno as a... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Tom Lane | Avoid assuming that the fields of struct timeval have... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Peter Eisentraut | Add deprecation notice about planned removal in 8.4... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Tom Lane | Repair planner bug introduced in 8.2 by ability to... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Alvaro Herrera | Remove unsupported -u option from pg_standby example... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Tom Lane | Fix best_inner_indexscan to return both the cheapest... |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Tom Lane | Teach tuplestore.c to throw away data before the "mark... |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Peter Eisentraut | XPath fixes: |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Peter Eisentraut | Fix spurious German index entry |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Michael Meskes | Also removed the function not just the call, sorry. |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Michael Meskes | Do not try to find local timezone in DecodeDateTime... |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Tom Lane | To support external compression of archived WAL data... |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Michael Meskes | tackling Vista problem - another try |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Alvaro Herrera | Fix dumb compile error in the last patch. |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Alvaro Herrera | Have CLUSTER advance the table's relfrozenxid. The... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Peter Eisentraut | Mark some intermediate targets as .PRECIOUS, to replace... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
next |