summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2005-01-18Replace the use of "0" with "NULL" where appropriate in dllist.c, forNeil Conway
2005-01-17Translation updatesPeter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-17Fix format string error.Peter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-14postgres -boot would print the wrong program name in event of aTom Lane
2005-01-14Update obsolete comment, per Alvaro.Tom Lane
2005-01-13Translation updatesPeter Eisentraut
2005-01-13get_names_for_var didn't do recursion for unnamed JOIN vars quite right;Tom Lane
2005-01-13Remove unportable assumption that it's okay to use the target bufferTom Lane
2005-01-12Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane
2005-01-12Re-allow an untyped literal as the test expression of a CASE, ieTom Lane
2005-01-12Increase MAXLISTEN to a more generous value, and add an error messageTom Lane
2005-01-11interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane
2005-01-10Separate the functions of relcache entry flush and smgr cache entry flushTom Lane
2005-01-10Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane
2005-01-10Translation updatesPeter Eisentraut
2005-01-09Undo an unadvertised change in the API of pg_atoi. In all previousTom Lane
2005-01-09Translation updatesPeter Eisentraut
2005-01-09New translationPeter Eisentraut
2005-01-08Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane
2005-01-07Improve comments in sample config files.Tom Lane
2005-01-06Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane
2005-01-06Translation updatesPeter Eisentraut
2005-01-06Translation updatesPeter Eisentraut
2005-01-04Translation updatePeter Eisentraut
2005-01-04Fix typoPeter Eisentraut
2005-01-03Translation updatesPeter Eisentraut
2005-01-03Repair bufmgr deadlock problem reported by Michael Wildpaner. Must takeTom Lane
2005-01-01Adjust a few more copyright notices to match the format expected byTom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-31Clean up win32ver.o on Windows, per Magnus.Tom Lane
2004-12-29Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.netTom Lane
2004-12-29Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane
2004-12-27Cause pg_hba.conf file inclusion (@file stuff) to behave as documented,Tom Lane
2004-12-26Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara.Tom Lane
2004-12-23Avoid memory leakage during VACUUM FULL when an index expression orTom Lane
2004-12-22Awhile back I added some code to StartupCLOG() to forcibly zero outTom Lane
2004-12-20Ensure that 'disabling statistics collector' is logged in all failureTom Lane
2004-12-20Add support for Latin9 encoding in to_ascii(). Jaime CasanovaTom Lane
2004-12-20Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find outTom Lane
2004-12-20Remove direct inclusions of <com_err.h> as well as configure test forTom Lane
2004-12-18Allow NetBSD, m64k to compile the ASM spinlock code.Bruce Momjian
2004-12-17Make array_cat more paranoid about checking datatypes in empty arrays.Tom Lane
2004-12-17array_map failed to insert correct result type in an empty array.Tom Lane
2004-12-17Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments canTom Lane
2004-12-16Translation updatesPeter Eisentraut