2008-11-01 |
Michael Meskes | Use string component in index structure. |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Michael Meskes | Do not eat memory even in case of an out-of-memory... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Tom Lane | Simplify ExecutorRun's API and save some trivial number... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Heikki Linnakangas | Update FSM on WAL replay. This is a bit limited; the... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Tom Lane | Allow SQL-language functions to return the output of... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Michael Meskes | Added missing ';' |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Heikki Linnakangas | Unite ReadBufferWithFork, ReadBufferWithStrategy, and... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Peter Eisentraut | The conversion rule from postgres.sgml to postgres... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Heikki Linnakangas | Add test case for CREATE CAST. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Heikki Linnakangas | Add support for user-defined I/O conversion casts. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Peter Eisentraut | Message improvement |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Tom Lane | Update back-branch release notes. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Magnus Hagander | Revert previous patch to put the shared memory segment... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Tom Lane | Update time zone data files to tzdata release 2008i... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Peter Eisentraut | Missing space in error message |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Tom Lane | Fix recoveryLastXTime logic so that it actually does... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Peter Eisentraut | Move forgotten comment closer to where it matters. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Peter Eisentraut | Support for Sun Studio compiler on Linux |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Bruce Momjian | Remove tab from sgml file. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Peter Eisentraut | Update on array features support |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Peter Eisentraut | Since SQL:2003, the array size specification in the... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Peter Eisentraut | Use Autoconf provided AS_HELP_STRING macro to automatic... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Peter Eisentraut | Unicode escapes in strings and identifiers |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Tom Lane | Be more tense about not creating tuplestores with rando... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Tom Lane | Extend ExecMakeFunctionResult() to support set-returnin... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Tom Lane | Change WorkTableScan to not support backward scan.... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Tom Lane | Arrange to squeeze out the MINIMAL_TUPLE_PADDING in... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Peter Eisentraut | Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Magnus Hagander | Remove support for (insecure) crypt authentication. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Alvaro Herrera | Downgrade can't-happen error reports to elog(). |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Alvaro Herrera | No need for extra code to log freezing zero tuples... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Magnus Hagander | Make hba parsing error messages more specific. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Tom Lane | Install a more robust solution for the problem of infin... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Magnus Hagander | Add support for multiple error messages from libpq... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Peter Eisentraut | SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Magnus Hagander | Update standalong libpq makefiles for msvc and bcc... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Peter Eisentraut | Allow EXPLAIN on CREATE TABLE AS. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Peter Eisentraut | Feature list update |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Tom Lane | Better solution to the IN-list issue: instead of having... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Tom Lane | Be a little smarter about qual handling for semi-joins... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Tom Lane | Add a heuristic to transformAExprIn() to make it prefer... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Tom Lane | Reduce the memory footprint of large pending-trigger... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Magnus Hagander | Replace now unnecessary goto statements by using return... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Magnus Hagander | Remove notes from the frontend SSL source that are... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Magnus Hagander | Remove a "TODO-list" structure at the top of the file... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Magnus Hagander | Remove large parts of the old SSL readme, that consiste... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Magnus Hagander | Fix memory leak when using gsslib parameter in libpq... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Tom Lane | Fix an oversight in two different recent patches: nodes... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Tom Lane | Remove useless ps_OuterTupleSlot field from PlanState... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Magnus Hagander | * make pg_hba authoption be a set of 0 or more name... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Peter Eisentraut | Feature T173 "Extended LIKE clause in table definition... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Peter Eisentraut | Feature T401 is not listed in the SQL standard. Must... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Tom Lane | When estimating without benefit of MCV lists (suggestin... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Tom Lane | Dept of better ideas: refrain from creating the planner... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Teodor Sigaev | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Peter Eisentraut | SQL:2008 alternative syntax for LIMIT/OFFSET: |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Tom Lane | Add a concept of "placeholder" variables to the planner... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Peter Eisentraut | Clean regression.out |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Peter Eisentraut | Use format_type_be() instead of TypeNameToString()... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Peter Eisentraut | Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Alvaro Herrera | Properly access a buffer's LSN using existing access... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Alvaro Herrera | These functions no longer return a value, per complaint... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Alvaro Herrera | Rework subtransaction commit protocol for hot standby. |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Teodor Sigaev | Remove support of backward scan in GiST. Per discussion |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Peter Eisentraut | SQL 200N -> SQL:2003 |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Peter Eisentraut | Feature T411 is not found in SQL:2003 or 2008 anymore... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Peter Eisentraut | Feature T152 "DISTINCT predicate with negation" is... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Teodor Sigaev | Remove mark/restore support in GIN and GiST indexes. |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Peter Eisentraut | Feature F402 "Named column joins for LOBs, arrays,... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Peter Eisentraut | AS is no longer required in SELECT list |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Peter Eisentraut | Update compatibility section of TRUNCATE for SQL:2008... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Tom Lane | Fix broken SQL features data, per buildfarm results. |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Peter Eisentraut | Update feature list for SQL:2008. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Tom Lane | Remove useless mark/restore support in hash index AM... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Alvaro Herrera | Refactor some duplicate code to set up formatted_log_ti... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Tom Lane | Add a new column to pg_am to specify whether an index... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Tom Lane | Salvage a little bit of work from a failed patch: simpl... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Tom Lane | Improve comments about RelOptInfo.reltargetlist. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Teodor Sigaev | Improve headeline generation. Now headline can contain |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Teodor Sigaev | Fix small bug in headline generation. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Teodor Sigaev | During repeated rescan of GiST index it's possible... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Neil Conway | Fix a small memory leak in ExecReScanAgg() in the hashe... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Tom Lane | Reduce chatter from _dosmaperr() when used in FRONTEND... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Tom Lane | Fix SPI_getvalue and SPI_getbinval to range-check the... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Tom Lane | Make the system-attributes loop in AddNewAttributeTuple... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Tom Lane | Add a defense to prevent storing pseudo-type data into... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Tom Lane | Update citext expected output for recent change in... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Alvaro Herrera | Ensure that CLUSTER leaves the toast table and index... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Tom Lane | Extend the date type to support infinity and -infinity... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Tom Lane | Fix EncodeSpecialTimestamp to throw error on unrecogniz... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Michael Meskes | Fixed parsing of parameters. Added regression test... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Heikki Linnakangas | Fix oversight in the relation forks patch: forgot to... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Tom Lane | Add docs and regression test about sorting the output... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Tom Lane | Eliminate unnecessary array[] decoration in examples... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Tom Lane | Implement comparison of generic records (composite... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Tom Lane | Update oidjoins test to match CVS HEAD. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Tom Lane | Fix bogus comment emitted by make_oidjoins_check, per... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Tom Lane | Fix corner case wherein a WorkTableScan node could... |
commit | commitdiff | tree | snapshot |
2008-10-11 |
Alvaro Herrera | Add missing header. |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Tom Lane | Fix COPY documentation to not imply that HEADER can... |
commit | commitdiff | tree | snapshot |
next |