| Commit message (Expand) | Author | Age |
* | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 |
* | Since sort_bounded_heap makes state changes that should be made | Tom Lane | 2007-09-01 |
* | Apply a band-aid fix for the problem that 8.2 and up completely misestimate | Tom Lane | 2007-08-31 |
* | Install check_stack_depth() protection in two recursive tsquery | Tom Lane | 2007-08-31 |
* | Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED | Tom Lane | 2007-08-30 |
* | Relax permissions checks on dbsize functions, per discussion. Revert out all | Tom Lane | 2007-08-29 |
* | Remove the 'not in' operator (!!=). This was a hangover from Berkeley | Tom Lane | 2007-08-27 |
* | Restrict pg_relation_size to relation owner, pg_database_size to DB owner, | Tom Lane | 2007-08-27 |
* | Make currtid() functions require SELECT privileges on the target table. | Tom Lane | 2007-08-27 |
* | Reduce memory requirements for writing CSVlogs, so it will work with about | Andrew Dunstan | 2007-08-23 |
* | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane | 2007-08-22 |
* | Remove extraneous semicolon --- buildfarm member bear, for one, | Tom Lane | 2007-08-21 |
* | Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution | Tom Lane | 2007-08-21 |
* | Fix money type's send/receive functions to conform to recent widening | Tom Lane | 2007-08-21 |
* | Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the | Tom Lane | 2007-08-21 |
* | Fix a small 64-bit problem in tsearch patch. | Tom Lane | 2007-08-21 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 |
* | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane | 2007-08-15 |
* | Fix oversight in async-commit patch: there were some places in heapam.c | Tom Lane | 2007-08-14 |
* | TEMPORARILY make synchronous_commit default to OFF, so that we can get more | Tom Lane | 2007-08-13 |
* | Remove an "optimization" I installed in 2001, to make repalloc() attempt to | Tom Lane | 2007-08-12 |
* | Avoid memory leakage across successive calls of regexp_matches() or | Tom Lane | 2007-08-11 |
* | Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming | Tom Lane | 2007-08-11 |
* | Fix thinko in multi-autovac-workers code: validity checks made by | Tom Lane | 2007-08-08 |
* | Adjust the output of MemoryContextStats() so that the stats for a | Neil Conway | 2007-08-07 |
* | Fix up bad layout of some comments (probably pg_indent's fault), and | Tom Lane | 2007-08-04 |
* | Fix crash caused by log_timezone patch if we attempt to emit any elog messages | Tom Lane | 2007-08-04 |
* | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 |
* | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan | 2007-08-02 |
* | Fix a memory leak in tuplestore_end(). Unlikely to be significant during | Neil Conway | 2007-08-02 |
* | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 |
* | Fix security definer functions with polymorphic arguments. This case has | Tom Lane | 2007-07-31 |
* | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane | 2007-07-25 |
* | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 |
* | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane | 2007-07-24 |
* | Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive | Alvaro Herrera | 2007-07-24 |
* | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane | 2007-07-21 |
* | On second thought, the tests for what to do with stderr output are a | Tom Lane | 2007-07-19 |
* | Make replace(), split_part(), and string_to_array() behave somewhat sanely | Tom Lane | 2007-07-19 |
* | Only use the pipe chunking protocol if we know the syslogger should | Andrew Dunstan | 2007-07-19 |
* | Properly adjust age() seconds to match the sign of the larger units. | Bruce Momjian | 2007-07-18 |
* | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway | 2007-07-17 |
* | Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped | Tom Lane | 2007-07-13 |
* | Add casts to suppress warnings about m68k-specific kluge in fmgr.c. | Tom Lane | 2007-07-13 |
* | Fix a portability bug (ye olde not casting a <ctype.h> argument to | Tom Lane | 2007-07-12 |
* | Suppress an integer-overflow warning. | Tom Lane | 2007-07-12 |
* | Some of our port-specific dynloader implementations are careful to | Tom Lane | 2007-07-12 |
* | Compute max and min int8 values using unsigned arithmetic, in hopes of | Tom Lane | 2007-07-12 |
* | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 |