| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| | | |||||
| * | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 | 1 | -2/+2 |
| | | | | | | should have been caught by the src/tools/copyright script ... why weren't they? | ||||
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| | | |||||
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -4/+2 |
| | | |||||
| * | Don't assume that struct option is available just because we can find a | Tom Lane | 2003-08-07 | 1 | -4/+19 |
| | | | | | | | | getopt_long(). This is more or less the same problem as we saw earlier with getaddrinfo() and struct addrinfo, and for the same reason: random user-added libraries might contain the subroutine, but there's no guarantee we will find the matching header files. | ||||
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -12/+12 |
| | | |||||
| * | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut | 2003-01-06 | 1 | -0/+33 |
