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 |
2008-10-10 |
Tom Lane | Fix small query-lifespan memory leak introduced by... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Tom Lane | Fix omission of DiscardStmt in GetCommandLogLevel,... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Michael Meskes | Fixed "create role" parsing to accept optional "with... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Tom Lane | Un-break non-NLS builds. |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Alvaro Herrera | Fix two flaws in comments I just introduced, pointed... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Tom Lane | Improve the recently-added code for inlining set-return... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Alvaro Herrera | Add initial plpgsql translation (with lots of fuzzies) |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Alvaro Herrera | Improve translatability of error messages for external... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Tom Lane | Fix overly tense optimization of PLpgSQL_func_hashkey... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Tom Lane | Fix crash in bytea-to-XML mapping when the source value... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Heikki Linnakangas | Force a checkpoint in CREATE DATABASE before starting... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Tom Lane | Modify the parser's error reporting to include a specif... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Tom Lane | Improve some of the comments in fsmpage.c. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Tom Lane | Extend CTE patch to support recursive UNION (ie, withou... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Michael Meskes | Synced parser. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Heikki Linnakangas | When a relation is moved to another tablespace, we... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Tom Lane | Improve parser error location for cases where an INSERT... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Bruce Momjian | Improve backend flowchart to show more detail. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Tom Lane | Fix oversight in recent patch to support multiple read... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Tom Lane | Fix up ruleutils.c for CTE features. The main problem... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Tom Lane | When expanding a whole-row Var into a RowExpr during... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Tom Lane | Fix GetCTEForRTE() to deal with the possibility that... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Heikki Linnakangas | Use fork names instead of numbers in the file names... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Tom Lane | Editorial improvements to description of pg_settings... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Magnus Hagander | Add columns boot_val and reset_val to the pg_settings... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Heikki Linnakangas | Index FSMs needs to be vacuumed as well. Report by... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Tom Lane | Random speculation about the reason for PPC64 buildfarm... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Tom Lane | Experimental patch to see if it fixes MSVC builds ... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Tom Lane | Fix the implicit-RTE code to be able to handle implicit... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Tom Lane | Fix a missed case in int8-exp-three-digits.out, per... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Tom Lane | Tweak the overflow checks in integer division functions... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Tom Lane | Improve behavior of WITH RECURSIVE with an untyped... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Tom Lane | Fix markTargetListOrigin() to not fail on a simple... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Peter Eisentraut | Remove some unportable tests |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Peter Eisentraut | Remove obsolete internal functions istrue, isfalse... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Peter Eisentraut | Reverse int8.out and int8-exp-three-digits.out mixup. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Peter Eisentraut | Additional test coverage for int8 type (int8.c) |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Peter Eisentraut | Additional test coverage for boolean type (bool.c) |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Tom Lane | Implement SQL-standard WITH clauses, including WITH... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Peter Eisentraut | Additional string function tests for coverage of oracle... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Tom Lane | Add a note about how to check for bare < and & in SGML... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Peter Eisentraut | Add regression test for macaddr type. Enhance document... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Peter Eisentraut | Fix coverage targets so that HTML view is reliably... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Peter Eisentraut | Put back the copying of some of the regression test... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Heikki Linnakangas | Add relation fork support to pg_relation_size() functio... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Bruce Momjian | Update README.HOT to reflect new snapshot tracking... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Tom Lane | Fix improper display of fractional seconds in interval... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Tom Lane | Partial fix for contrib vpath breakage. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Heikki Linnakangas | Make the blkno arguments bigints instead of int4s.... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Heikki Linnakangas | Fix function name in pg_freespacemap docs. It's "pg_fre... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Peter Eisentraut | Update pg_regress calls in PL checks to handle vpath... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Peter Eisentraut | Allow pg_regress to be run outside the build tree.... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Tom Lane | Improve tuplestore.c to support multiple concurrent... |
commit | commitdiff | tree | snapshot |
next |