2008-08-21 |
Peter Eisentraut | Autoconf 2.62 will require cache variables to contain... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Tom Lane | Marginal improvement in sublink planning: allow unknown... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Bruce Momjian | Remove tools and documention for generating TODO.html. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Bruce Momjian | TODO now in wiki, html version removed. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Bruce Momjian | New TODO list URL wiki location listed; contents truncated. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Tom Lane | Fix obsolete comment. It's no longer the case that... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Michael Meskes | Synced parser. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Magnus Hagander | Make libpq on windows not try to send chunks larger... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Bruce Momjian | Not done: |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Tom Lane | Remove -Winline from the default set of CFLAGS for... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Tom Lane | Cause the output from debug_print_parse, debug_print_re... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Bruce Momjian | TODO done: |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Michael Meskes | Fixed incorrect argument handling in SET command if... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Alvaro Herrera | Fix some issues that prevent this file to be processed... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Bruce Momjian | Add to TODO: |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Magnus Hagander | Properly remove src\include\utils\probes.h when running... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Tom Lane | Add some defenses against constant-FALSE outer join... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Tom Lane | Remove prohibition against SubLinks in the WHERE clause... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Tom Lane | Improve sublink pullup code to handle ANY/EXISTS sublin... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Bruce Momjian | Update instructions on generating TODO.html. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Magnus Hagander | probes.h is generated from probes.d, not pg_trace.d. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Tom Lane | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Bruce Momjian | Add to TODO: |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Bruce Momjian | Synchronize Borland libpq makefile to match MSVC. ... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Tom Lane | Fix a couple of places where psql might fail to report... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Bruce Momjian | Update Russian FAQ. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Bruce Momjian | Add new SQL training web site to FAQ: |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Bruce Momjian | Fix version warning bug in recently applied adjustments... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Tom Lane | Clean up the loose ends in selectivity estimation left... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Tom Lane | Performance fix for new anti-join code in nodeMergejoin... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Magnus Hagander | Make the temporary directory for pgstat files configura... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Heikki Linnakangas | Fix pull_up_simple_union_all to copy all rtable entries... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Tom Lane | Implement SEMI and ANTI joins in the planner and execut... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Heikki Linnakangas | pg_buffercache needs to be taught about relation forks... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Alvaro Herrera | Have autovacuum consider processing TOAST tables separa... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Peter Eisentraut | Remove TODO item |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Heikki Linnakangas | Relation forks patch requires a catversion bump due... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Heikki Linnakangas | Introduce the concept of relation forks. An smgr relati... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Tom Lane | Fix corner-case bug introduced with HOT: if REINDEX... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Tom Lane | Install checks in executor startup to ensure that the... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Tom Lane | Improve INTERSECT/EXCEPT hashing by realizing that... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Tom Lane | Support hashing for duplicate-elimination in INTERSECT... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Tom Lane | Teach the system how to use hashing for UNION. (INTERS... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Tom Lane | Do not allow Unique nodes to be scanned backwards.... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Tom Lane | Department of second thoughts: fix newly-added code... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Tom Lane | Add an ORDER BY to one more SELECT DISTINCT test case... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Tom Lane | In ReadOrZeroBuffer (and related entry points), don... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Magnus Hagander | Move pgstat.tmp into a temporary directory under $PGDAT... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Tom Lane | Fix some message style guideline violations in pg_regre... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Tom Lane | Improve SELECT DISTINCT to consider hash aggregation... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Tom Lane | Improve CREATE/DROP/RENAME DATABASE so that when failin... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Tom Lane | Make GROUP BY work properly for datatypes that only... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Tom Lane | Tighten up the sanity checks in TypeCreate(): pass... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Tom Lane | Fix copy-and-pasteo that's causing pg_regress to lie... |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Tom Lane | Rearrange the querytree representation of ORDER BY... |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Alvaro Herrera | Cope with Tcl versions that do not create a tclsh symli... |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Alvaro Herrera | Add a few more DTrace probes to the backend. |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Magnus Hagander | Rearrange the code in auth.c so that all functions... |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Magnus Hagander | Move ident authentication code into auth.c along with... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Tom Lane | Fix parser so that we don't modify the user-written... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Bruce Momjian | Add URL to: |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Tom Lane | Require superuser privilege to create base types (but... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Tom Lane | Allow I/O conversion casts to be applied to or from... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Tom Lane | Flip the default typispreferred setting from true to... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Tom Lane | Adjust citext to make use of the new ability to declare... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Tom Lane | Replace the hard-wired type knowledge in TypeCategory... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Tom Lane | Add a new, improved version of citext as a contrib... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Magnus Hagander | Cleanup reference to config.pl so it makes sense not... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Magnus Hagander | Document which versions of ActivePerl and ActiveTcl... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Tom Lane | As noted by Andrew Gierth, there's really no need any... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Tom Lane | Fix parsing of LDAP URLs so it doesn't reject spaces... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Tom Lane | Remove some redundant tests and improve comments in... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Alvaro Herrera | Ratchet up patch to improve autovacuum wraparound messages. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Tom Lane | Use guc.c's parse_int() instead of pg_atoi() to parse... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Peter Eisentraut | Abort if Tcl support was configured and no tcl shell... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Tom Lane | Update link to Oleg and Teodor's GIN page. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Alvaro Herrera | Publish more openly the fact that autovacuum is working... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Tom Lane | Add comment about the two different query strings that... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Tom Lane | Code review for array_fill patch: fix inadequate check... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Tom Lane | Add a pg_dump option --lock-wait-timeout to allow faili... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Bruce Momjian | Revert patch so .psqlrc can suppress startup banner: |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Tom Lane | Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Tom Lane | Adjust things so that the query_string of a cached... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Tom Lane | Provide a function hook to let plug-ins get control... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Bruce Momjian | Properly document archive/restore command examples... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Bruce Momjian | In psql, run .psqlrc _after_ printing warnings and... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Tom Lane | Fix a race condition that I introduced into sinvaladt... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Tom Lane | Suppress compiler warning, and not incidentally make... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Tom Lane | Implement SQL-spec RETURNS TABLE syntax for functions. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Alvaro Herrera | Add MSVC++ debug libraries to .cvsignore. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Alvaro Herrera | Avoid crashing when a table is deleted while we're... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Tom Lane | Add dump support for SortBy nodes. Needed this while... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Bruce Momjian | Add to TODO: |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Tom Lane | Fix previous patch so that it actually works --- consid... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Tom Lane | Add a "provariadic" column to pg_proc to eliminate... |
commit | commitdiff | tree | snapshot |
next |