summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2008-01-06A long time ago, Peter pointed out that ruleutils.c didn't dump simpleTom Lane
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-03Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane
2008-01-02Insert ARST into the list of known timezone abbreviations.Tom Lane
2007-12-18Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane
2007-11-08If an index depends on no columns of its table, give it a dependency on theTom Lane
2007-10-13Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane
2007-10-11Ensure that the result of evaluating a function during constant-expressionTom Lane
2007-10-04Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane
2007-09-29Make archive recovery always start a new timeline, rather than only when aTom Lane
2007-09-24Reduce the size of memory allocations by lazy vacuum when processing a smallAlvaro Herrera
2007-09-22Fix bogus calculation of potential output string length in translate().Tom Lane
2007-09-16Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane
2007-09-13Translation updatesPeter Eisentraut
2007-09-12Fix the database-wide version of CLUSTER to silently skip temp tables ofAlvaro Herrera
2007-09-12Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay pointAlvaro Herrera
2007-09-11Make sure that open hash table scans are cleaned up when bgwriter tries toTom Lane
2007-09-10Remove the vacuum_delay_point call in count_nondeletable_pages, because we holdAlvaro Herrera
2007-08-25Fix brain fade in DefineIndex(): it was continuing to access the table'sTom Lane
2007-08-21Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane
2007-08-15Repair problems occurring when multiple RI updates have to be done to the sameTom Lane
2007-08-08Fix a gradual memory leak in ExecReScanAgg(). Because the aggregationNeil Conway
2007-08-04Suppress time zone name (%Z) when logging timestamps in xlog.c startupTom Lane
2007-08-02Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p...Andrew Dunstan
2007-08-02Fix a memory leak in tuplestore_end(). Unlikely to be significant duringNeil Conway
2007-07-31Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane
2007-07-31Fix security definer functions with polymorphic arguments. This case hasTom Lane
2007-07-21Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane
2007-07-20Fix WAL replay of truncate operations to cope with the possibility that theTom Lane
2007-07-19Make replace(), split_part(), and string_to_array() behave somewhat sanelyTom Lane
2007-07-19Only use the pipe chunking protocol if we know the syslogger shouldAndrew Dunstan
2007-07-17Fix incorrect optimization of foreign-key checks. When an UPDATE on theTom Lane
2007-07-17Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This hasTom Lane
2007-07-02Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane
2007-06-29Fix a passel of ancient bugs in to_char(), including two distinct bufferTom Lane
2007-06-20transformColumnDefinition failed to complain aboutTom Lane
2007-06-20CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULTTom Lane
2007-06-14Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan
2007-06-09Allow numeric_fac() to be interrupted, since it can take quite a while forTom Lane
2007-06-04On win32, don't use SO_REUSEADDR for TCP sockets.Magnus Hagander
2007-06-02Fix erroneous error reporting for overlength input in text_date(),Tom Lane
2007-06-01Fix aboriginal bug in BufFileDumpBuffer that would cause it to write theTom Lane
2007-05-30Fix overly-strict sanity check in BeginInternalSubTransaction that made itTom Lane
2007-05-18Remove redundant logging of send failures when SSL is in use. While pqcomm.cTom Lane
2007-05-01Fix a thinko in my patch of a couple months ago for bug #3116: it did theTom Lane
2007-04-26Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane
2007-04-20Support explicit placement of the temporary-table schema within search_path.Tom Lane
2007-04-19Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane
2007-04-18Translation updatesPeter Eisentraut
2007-04-02Fix check_sql_fn_retval to allow the case where a SQL function declared toTom Lane