2009-04-04 |
tgl | Rewrite interval_hash() so that the hashcodes are equal...
|
commit | commitdiff | tree |
2009-04-04 |
tgl | Improve obsolete comment.
|
commit | commitdiff | tree |
2009-04-04 |
tgl | Make \dt \di and friends more consistent about the...
|
commit | commitdiff | tree |
2009-04-04 |
tgl | Minor wordsmithing on descriptions of some \d commands.
|
commit | commitdiff | tree |
2009-04-03 |
tgl | Add missing help output for \ef option. Andrew Gierth
|
commit | commitdiff | tree |
2009-04-03 |
tgl | Use (unsigned char) cast in argument of pg_tolower...
|
commit | commitdiff | tree |
2009-04-03 |
tgl | Add a comment documenting the question of whether PrefetchBu...
|
commit | commitdiff | tree |
2009-04-03 |
tgl | Defend against possible crash if a plpython function...
|
commit | commitdiff | tree |
2009-04-02 |
tgl | Refactor ExecProject and associated routines so that...
|
commit | commitdiff | tree |
2009-04-02 |
tgl | Minor code beautification/consolidation.
|
commit | commitdiff | tree |
2009-04-02 |
tgl | Fix SetClientEncoding() to maintain a cache of previously...
|
commit | commitdiff | tree |
2009-04-02 |
tgl | Fix GUC's reports of assign_hook failure to always...
|
commit | commitdiff | tree |
2009-04-02 |
tgl | plpgsql's exec_simple_cast_value() mistakenly supposed...
|
commit | commitdiff | tree |
2009-04-01 |
tgl | Improve pg_dump's query for retrieving BLOB comments...
|
commit | commitdiff | tree |
2009-04-01 |
tgl | Index some array functions, per Mario Splivalo.
|
commit | commitdiff | tree |
2009-04-01 |
tgl | Remove last references to the crypt auth method, per...
|
commit | commitdiff | tree |
2009-03-31 |
tgl | Fix contrib/pgstattuple and contrib/pageinspect to...
|
commit | commitdiff | tree |
2009-03-31 |
tgl | Modify the relcache to record the temp status of both...
|
commit | commitdiff | tree |
2009-03-31 |
tgl | Add a "relistemp" boolean column to pg_class, which...
|
commit | commitdiff | tree |
2009-03-31 |
tgl | Add PQinitOpenSSL() function to support applications...
|
commit | commitdiff | tree |
2009-03-30 |
tgl | Fix window function plan generation to cope with volatile...
|
commit | commitdiff | tree |
2009-03-30 |
tgl | Fix an oversight in the support for storing/retrieving...
|
commit | commitdiff | tree |
2009-03-28 |
tgl | Add documentation of the fact that dtrace probes evaluate...
|
commit | commitdiff | tree |
2009-03-27 |
tgl | On Solaris, we should only force use of our own getopt...
|
commit | commitdiff | tree |
2009-03-27 |
tgl | Add an errdetail explaining why we reject infinite...
|
commit | commitdiff | tree |
2009-03-27 |
tgl | Fix possible failures when a tuplestore switches from...
|
commit | commitdiff | tree |
2009-03-27 |
tgl | Teach reindex_index() to clear pg_index.indcheckxmin...
|
commit | commitdiff | tree |
2009-03-26 |
tgl | Make pg_standby's maxretries option do what one would...
|
commit | commitdiff | tree |
2009-03-26 |
tgl | Fix a couple of places that still claimed LC_COLLATE...
|
commit | commitdiff | tree |
2009-03-26 |
tgl | Adjust phrasing of complaints about multi-byte COPY...
|
commit | commitdiff | tree |
2009-03-26 |
tgl | If we expect a hash join to be performed in multiple...
|
commit | commitdiff | tree |
2009-03-26 |
tgl | Fix markup so that 'make HISTORY' works. A couple...
|
commit | commitdiff | tree |
2009-03-25 |
tgl | Add btree_gin contrib module.
|
commit | commitdiff | tree |
2009-03-25 |
tgl | Adjust the APIs for GIN opclass support functions to...
|
commit | commitdiff | tree |
2009-03-25 |
tgl | Fix old thinko in pgp.h: the idea is to declare some...
|
commit | commitdiff | tree |
2009-03-24 |
tgl | Install a search tree depth limit in GIN bulk-insert...
|
commit | commitdiff | tree |
2009-03-24 |
tgl | Fix stupid parenthesization mistake. Per bug #4728...
|
commit | commitdiff | tree |
2009-03-24 |
tgl | Implement "fastupdate" support for GIN indexes, in...
|
commit | commitdiff | tree |
2009-03-23 |
tgl | Const-ify the parse table passed to fillRelOptions...
|
commit | commitdiff | tree |
2009-03-23 |
tgl | More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT...
|
commit | commitdiff | tree |
2009-03-22 |
tgl | Add isExtend to the parameters of the buffer_read_start...
|
commit | commitdiff | tree |
2009-03-22 |
tgl | Clean up pg_SSPI_error() coding a little bit: make...
|
commit | commitdiff | tree |
2009-03-22 |
tgl | Remove the -d and -D options of pg_dump and pg_dumpall...
|
commit | commitdiff | tree |
2009-03-22 |
tgl | Remove the datetime keywords ABSTIME and RELTIME, which...
|
commit | commitdiff | tree |
2009-03-21 |
tgl | Optimize multi-batch hash joins when the outer relation...
|
commit | commitdiff | tree |
2009-03-18 |
tgl | Be more clear about when to use gist__int_ops vs. gist__intb...
|
commit | commitdiff | tree |
2009-03-17 |
tgl | Add just-assigned CVE number to release notes for recent...
|
commit | commitdiff | tree |
2009-03-15 |
tgl | Fix contrib/hstore to throw an error for keys or values...
|
commit | commitdiff | tree |
2009-03-15 |
tgl | Clean up the code for to_timestamp's conversion of...
|
commit | commitdiff | tree |
2009-03-13 |
tgl | Fix identify_locking_dependencies to reflect the fact...
|
commit | commitdiff | tree |
2009-03-13 |
tgl | Restore previous ordering of BUFFER_FLUSH_START probe...
|
commit | commitdiff | tree |
2009-03-12 |
tgl | Update back-branch release notes.
|
commit | commitdiff | tree |
2009-03-12 |
tgl | Fix core dump due to null-pointer dereference in to_char...
|
commit | commitdiff | tree |
2009-03-11 |
tgl | Code review for dtrace probes added (so far) to 8.4...
|
commit | commitdiff | tree |
2009-03-11 |
tgl | Improve match_special_index_operator() to recognize...
|
commit | commitdiff | tree |
2009-03-10 |
tgl | Make SubPlan nodes carry the result's typmod as well...
|
commit | commitdiff | tree |
2009-03-10 |
tgl | Fix set_subquery_pathlist() to copy the RTE's subquery...
|
commit | commitdiff | tree |
2009-03-05 |
tgl | Teach the planner to support index access methods that...
|
commit | commitdiff | tree |
2009-03-05 |
tgl | Remove documentation of log_restartpoints setting,...
|
commit | commitdiff | tree |
2009-03-05 |
tgl | Fix column privilege checking for cases where parent...
|
commit | commitdiff | tree |
2009-03-04 |
tgl | Put back our old workaround for machines that declare...
|
commit | commitdiff | tree |
2009-03-02 |
tgl | When we are in error recursion trouble, arrange to...
|
commit | commitdiff | tree |
2009-02-28 |
tgl | Fix buffer allocations in encoding conversion routines...
|
commit | commitdiff | tree |
2009-02-28 |
tgl | Shave a few cycles in compare_pathkeys() by checking...
|
commit | commitdiff | tree |
2009-02-28 |
tgl | Reduce the maximum value of vacuum_cost_delay and autovacuum...
|
commit | commitdiff | tree |
2009-02-27 |
tgl | Temporarily (I hope) disable flattening of IN/EXISTS...
|
commit | commitdiff | tree |
2009-02-27 |
tgl | Tighten up join ordering rules to account for recent...
|
commit | commitdiff | tree |
2009-02-27 |
tgl | Improve create_unique_path to not be fooled by unrelated...
|
commit | commitdiff | tree |
2009-02-26 |
tgl | Remove outdated join_1.out regression test comparison...
|
commit | commitdiff | tree |
2009-02-25 |
tgl | Fix an old problem in decompilation of CASE constructs...
|
commit | commitdiff | tree |
2009-02-25 |
tgl | Get rid of the rather fuzzily defined FlattenedSubLink...
|
commit | commitdiff | tree |
2009-02-24 |
tgl | Repair a longstanding bug in CLUSTER and the rewriting...
|
commit | commitdiff | tree |
2009-02-23 |
tgl | Fix psql's \dD to show only one row per domain, even...
|
commit | commitdiff | tree |
2009-02-22 |
tgl | Add note that inlined SQL functions aren't tracked...
|
commit | commitdiff | tree |
2009-02-20 |
tgl | Simplify overcomplicated (and overly restrictive) test...
|
commit | commitdiff | tree |
2009-02-19 |
tgl | Improve comments about semijoin implementation strategy...
|
commit | commitdiff | tree |
2009-02-18 |
tgl | Remove the special cases to prevent minus-zero results...
|
commit | commitdiff | tree |
2009-02-15 |
tgl | Teach the planner to treat a partial unique index as...
|
commit | commitdiff | tree |
2009-02-15 |
tgl | Minor wordsmithing.
|
commit | commitdiff | tree |
2009-02-14 |
tgl | A couple of marginal performance hacks for the information_s...
|
commit | commitdiff | tree |
2009-02-13 |
tgl | Fix UNLISTEN to fall out quickly if the current backend...
|
commit | commitdiff | tree |
2009-02-11 |
tgl | Change ALTER TABLE SET WITHOUT OIDS to rewrite the...
|
commit | commitdiff | tree |
2009-02-11 |
tgl | Tweak configure to attempt to add -qnoansialias to...
|
commit | commitdiff | tree |
2009-02-09 |
tgl | Adopt Bob Jenkins' improved hash function for hash_any...
|
commit | commitdiff | tree |
2009-02-08 |
tgl | Ensure that INSERT ... SELECT into a table with OIDs...
|
commit | commitdiff | tree |
2009-02-06 |
tgl | Fix cost_mergejoin's failure to adjust for rescanning...
|
commit | commitdiff | tree |
2009-02-06 |
tgl | Ooops, forgot to update COPY reference page to mention...
|
commit | commitdiff | tree |
2009-02-06 |
tgl | Clean up some loose ends from the column privileges...
|
commit | commitdiff | tree |
2009-02-05 |
tgl | Fix an old corner-case error in match_unsorted_outer...
|
commit | commitdiff | tree |
2009-02-03 |
tgl | Add a failure check for syslogger's use of _beginthreadex...
|
commit | commitdiff | tree |
2009-02-02 |
tgl | Document the longstanding behavior of LIMIT NULL and...
|
commit | commitdiff | tree |
2009-02-02 |
tgl | Fix plpgsql to not treat INSERT INTO as an INTO-variables...
|
commit | commitdiff | tree |
2009-01-30 |
tgl | Fix unnest() to handle a toasted input array safely...
|
commit | commitdiff | tree |
2009-01-30 |
tgl | Update back-branch release notes.
|
commit | commitdiff | tree |
2009-01-29 |
tgl | Update time zone data files to tzdata release 2009a...
|
commit | commitdiff | tree |
2009-01-29 |
tgl | Replace argument-checking Asserts with regular test...
|
commit | commitdiff | tree |
2009-01-23 |
tgl | Tweak the existing special case for AIX in pg_getaddrinfo_al...
|
commit | commitdiff | tree |
2009-01-22 |
tgl | Support column-level privileges, as required by SQL...
|
commit | commitdiff | tree |
2009-01-19 |
tgl | Fix accidental (I suppose) introduction of non-ASCII...
|
commit | commitdiff | tree |
2009-01-18 |
tgl | Fix a pg_dump output ordering problem introduced in...
|
commit | commitdiff | tree |