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 |
2008-07-16 |
Bruce Momjian | Allow TRUNCATE foo, foo to succeed, per report from... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Bruce Momjian | Add to TODO: |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Tom Lane | Support "variadic" functions, which can accept a variab... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Bruce Momjian | Add array_fill() to create arrays initialized with... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Bruce Momjian | Fix alignment of SGML array docs. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Bruce Momjian | Add Swedish_Sweden.1252 Windows locale example to docs. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Bruce Momjian | Addendum: psql sequence value display patch was origin... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Bruce Momjian | Add to TODO: |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Bruce Momjian | Add TODO: |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Bruce Momjian | Have psql \d show the value of sequence columns. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Bruce Momjian | Clarify that locale names on Windows are more verbose. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Bruce Momjian | Add comment about literal strings in our syntax not... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Bruce Momjian | Add to TODO: |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Bruce Momjian | Add column storage type to psql \d+ display. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Bruce Momjian | In psql, rename trans_* variables to translate_*, for... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Bruce Momjian | Done, per Simon: |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Tom Lane | Clean up buildfarm failures arising from the seemingly... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Tom Lane | Create a type-specific typanalyze routine for tsvector... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Tom Lane | Change the PageGetContents() macro to guarantee its... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Tom Lane | Clean up the use of some page-header-access macros... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Tom Lane | Fix a couple of stray misuses of "binary compatible". |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Peter Eisentraut | More replacements of binary compatible to binary coercible. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Tom Lane | Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Tom Lane | Const-ify the arguments of str_tolower() and friends... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Tom Lane | Multi-column GIN indexes. Teodor Sigaev |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Teodor Sigaev | Add caching of query to GIN/GiST consistent function. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Peter Eisentraut | Allow binary-coercible types for cast function argument... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Alvaro Herrera | Make sure we only try to free snapshots that have been... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Neil Conway | Fix a few typos in comments in snapmgr.c, and sort... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Tom Lane | Add unchangeable GUC "variables" segment_size, wal_bloc... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Tom Lane | Tighten up SS_finalize_plan's computation of valid_para... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Tom Lane | Fix mis-calculation of extParam/allParam sets for plan... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Tom Lane | Increase PG_SYSLOG_LIMIT (the max line length sent... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Tom Lane | Fix performance bug in write_syslog(): the code to... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Heikki Linnakangas | Fix WAL file cutoff point calculation in pg_standby. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Neil Conway | Minor improvements to the Gin internal documentation. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Bruce Momjian | Add comment for deadlock_timeout: |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Tom Lane | Fix estimate_num_groups() to assume that GROUP BY expre... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Tom Lane | Fix AT TIME ZONE (in all three variants) so that we... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Peter Eisentraut | Added documentation for function xmlagg. |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Tom Lane | Prevent integer overflows during units conversion when... |
commit | commitdiff | tree | snapshot |
next |