2003-08-04 |
Bruce Momjian | Update copyrights to 2003. |
blob | commitdiff |
2003-08-04 |
Bruce Momjian | pgindent run. |
blob | commitdiff | diff to current |
2003-07-20 |
Tom Lane | Another round of error message editing, covering backen... |
blob | commitdiff | diff to current |
2003-05-28 |
Tom Lane | Knock down a couple more lappend() hotspots for large... |
blob | commitdiff | diff to current |
2003-05-08 |
Tom Lane | Update 3.0 protocol support to match recent agreements... |
blob | commitdiff | diff to current |
2003-05-06 |
Tom Lane | Restructure command destination handling so that we... |
blob | commitdiff | diff to current |
2003-05-06 |
Tom Lane | Implement feature of new FE/BE protocol whereby RowDesc... |
blob | commitdiff | diff to current |
2003-04-24 |
Tom Lane | Infrastructure for upgraded error reporting mechanism... |
blob | commitdiff | diff to current |
2003-04-03 |
Tom Lane | Prevent EXPLAIN (without ANALYZE) SELECT ... INTO from... |
blob | commitdiff | diff to current |
2003-03-10 |
Tom Lane | Restructure parsetree representation of DECLARE CURSOR... |
blob | commitdiff | diff to current |
2003-02-10 |
Tom Lane | Add code to show join rule (for outer and IN joins... |
blob | commitdiff | diff to current |
2003-02-09 |
Tom Lane | Create a distinction between Lists of integers and... |
blob | commitdiff | diff to current |
2003-02-08 |
Tom Lane | Replace planner's representation of relation sets,... |
blob | commitdiff | diff to current |
2003-02-02 |
Tom Lane | Implement EXPLAIN EXECUTE. By Neil Conway, with some... |
blob | commitdiff | diff to current |
2002-12-15 |
Tom Lane | Revise executor APIs so that all per-query state struct... |
blob | commitdiff | diff to current |
2002-12-14 |
Tom Lane | Clean up plantree representation of SubPlan-s --- SubLi... |
blob | commitdiff | diff to current |
2002-12-13 |
Tom Lane | Phase 3 of read-only-plans project: ExecInitExpr now... |
blob | commitdiff | diff to current |
2002-12-12 |
Tom Lane | Phase 2 of read-only-plans project: restructure express... |
blob | commitdiff | diff to current |
2002-12-06 |
Tom Lane | Explain's code for showing quals of SubqueryScan nodes... |
blob | commitdiff | diff to current |
2002-12-05 |
Tom Lane | Phase 1 of read-only-plans project: cause executor... |
blob | commitdiff | diff to current |
2002-11-13 |
Bruce Momjian | Add new palloc0 call as merge of palloc and MemSet(0). |
blob | commitdiff | diff to current |
2002-11-11 |
Bruce Momjian | Back out use of palloc0 in place if palloc/MemSet.... |
blob | commitdiff | diff to current |
2002-11-10 |
Bruce Momjian | Merge palloc()/MemSet(0) calls into a single palloc0... |
blob | commitdiff | diff to current |
2002-11-06 |
Tom Lane | First phase of implementing hash-based grouping/aggrega... |
blob | commitdiff | diff to current |
2002-10-14 |
Bruce Momjian | As Niel so nicely pointed out this morning, the output... |
blob | commitdiff | diff to current |
2002-09-19 |
Tom Lane | Department of second thoughts: suppressing implicit... |
blob | commitdiff | diff to current |
2002-09-04 |
Bruce Momjian | pgindent run. |
blob | commitdiff | diff to current |
2002-09-02 |
Tom Lane | Code review for HeapTupleHeader changes. Add version... |
blob | commitdiff | diff to current |
2002-08-29 |
Tom Lane | Code review for standalone composite types, query-speci... |
blob | commitdiff | diff to current |
2002-07-20 |
Tom Lane | Code review for SHOW output changes; fix horology expec... |
blob | commitdiff | diff to current |
2002-07-20 |
Bruce Momjian | Fix problems caused by code drift of API for without... |
blob | commitdiff | diff to current |
2002-07-20 |
Bruce Momjian | > 2. This patch includes the same Table Function API... |
blob | commitdiff | diff to current |
2002-07-20 |
Bruce Momjian | oid is needed, it is added at the end of the struct... |
blob | commitdiff | diff to current |
2002-06-20 |
Bruce Momjian | Update copyright to 2002. |
blob | commitdiff | diff to current |
2002-06-13 |
Tom Lane | Further tweaks to support display of sort keys in EXPLA... |
blob | commitdiff | diff to current |
2002-05-18 |
Tom Lane | Add display of sort keys to the default EXPLAIN output. |
blob | commitdiff | diff to current |
2002-05-12 |
Tom Lane | First pass at set-returning-functions in FROM, by Joe... |
blob | commitdiff | diff to current |
2002-05-03 |
Tom Lane | Use quote_identifier on relation names in EXPLAIN outpu... |
blob | commitdiff | diff to current |
2002-03-24 |
Tom Lane | Tweak labeling of plan qual conditions for more consist... |
blob | commitdiff | diff to current |
2002-03-24 |
Tom Lane | EXPLAIN output now comes out as a query result, not... |
blob | commitdiff | diff to current |
2002-03-22 |
Tom Lane | A little further progress on schemas: push down RangeVa... |
blob | commitdiff | diff to current |
2002-03-21 |
Tom Lane | First phase of SCHEMA changes, concentrating on fixing... |
blob | commitdiff | diff to current |
2002-03-12 |
Tom Lane | Restructure representation of join alias variables... |
blob | commitdiff | diff to current |
2002-03-06 |
Bruce Momjian | Change made to elog: |
blob | commitdiff | diff to current |
2002-03-02 |
Bruce Momjian | Commit to match discussed elog() changes. Only update... |
blob | commitdiff | diff to current |
2002-02-26 |
Tom Lane | Restructure command-completion-report code so that... |
blob | commitdiff | diff to current |
2001-10-25 |
Bruce Momjian | pgindent run on all C files. Java run to follow. ... |
blob | commitdiff | diff to current |
2001-09-18 |
Tom Lane | EXPLAIN ANALYZE feature to measure and show actual... |
blob | commitdiff | diff to current |
2001-03-22 |
Bruce Momjian | pgindent run. Make it all clean. |
blob | commitdiff | diff to current |
2001-01-27 |
Tom Lane | Suppress coredump when EXPLAINing query that is rewritt... |
blob | commitdiff | diff to current |
2001-01-24 |
Bruce Momjian | Change Copyright from PostgreSQL, Inc to PostgreSQL... |
blob | commitdiff | diff to current |
2000-11-12 |
Tom Lane | Restructure handling of inheritance queries so that... |
blob | commitdiff | diff to current |
2000-10-26 |
Tom Lane | Re-implement LIMIT/OFFSET as a plan node type, instead... |
blob | commitdiff | diff to current |
2000-10-05 |
Tom Lane | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT... |
blob | commitdiff | diff to current |
2000-09-29 |
Tom Lane | Subselects in FROM clause, per ISO syntax: FROM (SELECT... |
blob | commitdiff | diff to current |
2000-09-12 |
Tom Lane | First cut at full support for OUTER JOINs. There are... |
blob | commitdiff | diff to current |
2000-06-18 |
Tom Lane | Reimplement nodeMaterial to use a temporary BufFile... |
blob | commitdiff | diff to current |
2000-04-12 |
Bruce Momjian | Ye-old pgindent run. Same 4-space tabs. |
blob | commitdiff | diff to current |
2000-03-14 |
Thomas G. Lockhart | Implement column aliases on views "CREATE VIEW name... |
blob | commitdiff | diff to current |
2000-02-15 |
Tom Lane | New cost model for planning, incorporating a penalty... |
blob | commitdiff | diff to current |
2000-02-15 |
Thomas G. Lockhart | Carry column aliases from the parser frontend. Enables... |
blob | commitdiff | diff to current |
2000-01-26 |
Bruce Momjian | Add: |
blob | commitdiff | diff to current |
2000-01-09 |
Tom Lane | Another round of planner/optimizer work. This is just... |
blob | commitdiff | diff to current |
1999-11-23 |
Bruce Momjian | Tid access method feature from Hiroshi Inoue, Inoue... |
blob | commitdiff | diff to current |
1999-11-07 |
Bruce Momjian | New NameStr macro to convert Name to Str. No need... |
blob | commitdiff | diff to current |
1999-09-18 |
Tom Lane | Mega-commit to make heap_open/heap_openr/heap_close... |
blob | commitdiff | diff to current |
1999-09-11 |
Tom Lane | Eliminate elog()'s hardwired limit on length of an... |
blob | commitdiff | diff to current |
1999-08-31 |
Tom Lane | Minor improvements to stringinfo package to make it... |
blob | commitdiff | diff to current |
1999-08-16 |
Tom Lane | EXPLAIN didn't know about 'Materialize' plan nodes. |
blob | commitdiff | diff to current |
1999-08-09 |
Bruce Momjian | > > Prevent sorting if result is already sorted |
blob | commitdiff | diff to current |
1999-07-17 |
Bruce Momjian | Move some system includes into c.h, and remove duplicates. |
blob | commitdiff | diff to current |
1999-07-17 |
Tom Lane | Fix incorrect declaration of rtentry as 'ResTarget... |
blob | commitdiff | diff to current |
1999-07-16 |
Bruce Momjian | Final cleanup. |
blob | commitdiff | diff to current |
1999-07-15 |
Bruce Momjian | Change #include's to use <> and "" as appropriate. |
blob | commitdiff | diff to current |
1999-07-15 |
Bruce Momjian | Remove unused #includes in *.c files. |
blob | commitdiff | diff to current |
1999-06-17 |
Tom Lane | Explain didn't handle inheritance correctly (it didn't |
blob | commitdiff | diff to current |
1999-05-25 |
Bruce Momjian | pgindent run over code. |
blob | commitdiff | diff to current |
1999-05-09 |
Tom Lane | Rearrange top-level rewrite operations so that EXPLAIN... |
blob | commitdiff | diff to current |
1999-04-25 |
Tom Lane | Revise backend libpq interfaces so that messages to... |
blob | commitdiff | diff to current |
1999-04-23 |
Bruce Momjian | Rename explain's "size" to "rows". |
blob | commitdiff | diff to current |
1999-03-23 |
Bruce Momjian | Remove Tee code, move to _deadcode. |
blob | commitdiff | diff to current |
1999-02-13 |
Bruce Momjian | Change my-function-name-- to my_function_name, and... |
blob | commitdiff | diff to current |
1999-02-09 |
Bruce Momjian | Rename Temp to Noname for noname tables. |
blob | commitdiff | diff to current |
1998-12-18 |
Jan Wieck | Fixed nodeToString() to put out "<>" for NULL strings... |
blob | commitdiff | diff to current |
1998-12-14 |
Marc G. Fournier | more cleanups...of note, appendStringInfo now performs... |
blob | commitdiff | diff to current |
1998-12-14 |
Marc G. Fournier | Initial attempt to clean up the code... |
blob | commitdiff | diff to current |
1998-11-22 |
Vadim B. Mikheev | Fix using indices in OR. |
blob | commitdiff | diff to current |
1998-11-08 |
Tom Lane | EXPLAIN VERBOSE had a very high probability of triggering |
blob | commitdiff | diff to current |
1998-10-21 |
Bruce Momjian | The patch does 2 things: |
blob | commitdiff | diff to current |
1998-09-01 |
Bruce Momjian | OK, folks, here is the pgindent output. |
blob | commitdiff | diff to current |
1998-08-04 |
Bruce Momjian | MergeSort was sometimes called mergejoin and was confus... |
blob | commitdiff | diff to current |
1998-08-04 |
Bruce Momjian | EXPLAIN VERBOSE prints the plan, and now pretty-prints... |
blob | commitdiff | diff to current |
1998-08-04 |
Bruce Momjian | Make EXPLAIN show output more clearly. |
blob | commitdiff | diff to current |
1998-07-15 |
Bruce Momjian | Fix explain for union and inheritance. Rename Append... |
blob | commitdiff | diff to current |
1998-04-27 |
Marc G. Fournier | show the index used in an explain |
blob | commitdiff | diff to current |
1998-02-26 |
Bruce Momjian | pgindent run before 6.3 release, with Thomas' requested... |
blob | commitdiff | diff to current |
1998-02-13 |
Vadim B. Mikheev | Support for subselects. |
blob | commitdiff | diff to current |
1997-12-29 |
Bruce Momjian | Change some mallocs to palloc. |
blob | commitdiff | diff to current |
1997-11-25 |
Bruce Momjian | Break parser functions into smaller files, group together. |
blob | commitdiff | diff to current |
1997-09-18 |
Bruce Momjian | Inline memset() as MemSet(). |
blob | commitdiff | diff to current |
next |