summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2005-07-22Fix AT TIME ZONE for timestamps without time zones:Bruce Momjian
2005-07-22Fix insufficient check for overflow in tm2abstime(), per report from jw.Tom Lane
2005-07-22Fix compare_fuzzy_path_costs() to behave a bit more sanely. The originalTom Lane
2005-07-22More removal of unneeded parentheses.Bruce Momjian
2005-07-22More spacing adjustmentsBruce Momjian
2005-07-22More minor spacing improvements.Bruce Momjian
2005-07-22Code spacing improvement, particularly *tm spacing.Bruce Momjian
2005-07-21Update DAYS_PER_MONTH comment.Bruce Momjian
2005-07-21Fix integer timestamp build for macro changes.Bruce Momjian
2005-07-21Remove unnecessary parentheses in assignments.Bruce Momjian
2005-07-21Add time/date macros for code clarity:Bruce Momjian
2005-07-20Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian
2005-07-20Fix interval division and multiplication, before:Bruce Momjian
2005-07-15Fix create_unique_plan() so it doesn't generate useless entries in theTom Lane
2005-07-15Check for out-of-range varoattno in deparse_context_for_subplan.Tom Lane
2005-07-15Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and relatedTom Lane
2005-07-14Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2005-07-13Fix a couple of bogus comments, per Alvaro.Tom Lane
2005-07-12Improve comments for AdjustIntervalForTypmod.Bruce Momjian
2005-07-12Change 5e0 to 5.0, for consistency.Bruce Momjian
2005-07-10Missed adding extra argument to array_recv in a couple of placesTom Lane
2005-07-10Change typreceive function API so that receive functions get the sameTom Lane
2005-07-10I made the patch that implements regexp_replace again.Bruce Momjian
2005-07-08Fix config file lexer to not barf if postgresql.conf ends with a commentTom Lane
2005-07-08Remove some dead code for handling XLOG_DBASE_CREATE_OLD andNeil Conway
2005-07-08Even though I'd like to see full_page_writes go away before 8.1,Tom Lane
2005-07-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane
2005-07-07pg_column_size() cleanup for messages and code cleanup.Bruce Momjian
2005-07-06Add pg_column_size() to return storage size of a column, includingBruce Momjian
2005-07-06Sync dlopen error handling for the *BSDs ... seems to me I've done thisTom Lane
2005-07-05Add GUC full_page_writes to control writing full pages to WAL.Bruce Momjian
2005-07-04I made the patch that improved the performance of replace_text().Bruce Momjian
2005-07-04Fix date_trunct for December dates that are in the next year, e.g.:Bruce Momjian
2005-07-04Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane
2005-07-03Don't try to constant-fold functions returning RECORD. We were neverTom Lane
2005-07-03Improve outer-join-deduction logic to be able to propagate equalitiesTom Lane
2005-07-02Teach planner about some cases where a restriction clause can beTom Lane
2005-07-02Improve wrapping of long lines in postgresql.conf.Bruce Momjian
2005-07-02Use on/off consistently for GUC variables in postgresql.conf and theBruce Momjian
2005-07-02Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian
2005-07-01Migrate rtree_gist functionality into the core system, and add someTom Lane
2005-07-01Clarify documentation about log_min_duration_statement.Bruce Momjian
2005-07-01Improve error messages and add commentTeodor Sigaev
2005-06-30Bug fixes for GiST crash recovery.Teodor Sigaev
2005-06-30Issue fatal error if no TCP/IP sockets could be createdPeter Eisentraut
2005-06-30Fix build break on BSD, OSX, and other systems: add missing <sys/time.h>Neil Conway
2005-06-30Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane
2005-06-29Clean up the rather historically encumbered interface to now() andTom Lane
2005-06-29More cleanup on roles patch. Allow admin option to be inherited throughTom Lane