| Commit message (Expand) | Author | Age |
* | Properly install dynloader.h on MSVC builds | Bruce Momjian | 2016-01-19 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Create an infrastructure for parallel computation in PostgreSQL. | Robert Haas | 2015-04-30 |
* | Use FLEXIBLE_ARRAY_MEMBER in a number of other places. | Tom Lane | 2015-02-21 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Use appendStringInfoString instead of appendStringInfo where possible. | Robert Haas | 2013-10-31 |
* | Add use of asprintf() | Peter Eisentraut | 2013-10-13 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Replace errdetail("%s", ...) with errdetail_internal("%s", ...). | Tom Lane | 2011-07-16 |
* | Rename function to first_path_var_separator() to clarify it works with | Bruce Momjian | 2011-02-02 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Fix comparisons of pointers with zero to compare with NULL instead. | Tom Lane | 2010-10-29 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Make LOAD of an already-loaded library into a no-op, instead of attempting | Tom Lane | 2009-09-03 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | If a loadable module has wrong values in its magic block, spell out | Tom Lane | 2008-09-03 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Some of our port-specific dynloader implementations are careful to | Tom Lane | 2007-07-12 |
* | Replace some strncpy() by strlcpy(). | Peter Eisentraut | 2007-02-07 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 |
* | Seems some C compilers think 'restrict' is a fully reserved word. | Tom Lane | 2006-08-16 |
* | Add server support for "plugin" libraries that can be used for add-on tasks | Tom Lane | 2006-08-15 |
* | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | Tom Lane | 2006-05-31 |
* | Code review for magic-block patch. Remove separate header file pgmagic.h, | Tom Lane | 2006-05-30 |
* | Add pgmagic header block to store compile-time constants: | Bruce Momjian | 2006-05-30 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix core dumps, inability to count, etc associated with canonicalize_path | Tom Lane | 2004-08-13 |
* | Fix library_path with canonicalization. | Bruce Momjian | 2004-07-12 |
* | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian | 2004-06-10 |
* | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 |
* | Reorganize code to allow path-relative installs. | Bruce Momjian | 2004-05-17 |
* | Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib and | Bruce Momjian | 2004-03-09 |
* | Under Win32, stat() returns an st_ino field, but it has no meaning (on | Bruce Momjian | 2004-02-17 |