Commit Graph

1004 Commits (8507c2f8564b709bb6a3cc86e9599f6129f45c8e)

Author SHA1 Message Date
Tom Lane 80491a1983 Add 9.2 branch to git_changelog's list. 14 years ago
Tom Lane f32609db72 Flesh out RELEASE_CHANGES instructions for branching in git. 14 years ago
Tom Lane 357c549334 Stamp library minor versions for 9.3. 14 years ago
Tom Lane bed88fceac Stamp HEAD as 9.3devel. 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Bruce Momjian 60801944fa Update pgindent install instructions and update typedef list. 14 years ago
Peter Eisentraut c8e086795a Remove whitespace from end of lines 14 years ago
Bruce Momjian ebcaa5fcde Remove BSD/OS (BSDi) port. There are no known users upgrading to 14 years ago
Bruce Momjian 7490c48f1e Mark git_changelog examples with the proper executable names. 14 years ago
Bruce Momjian f33fe47a91 Add comments suggesting usage of git_changelog to generate release notes. 14 years ago
Bruce Momjian 993ce4e6c9 Add options to git_changelog for use in major release note creation: 14 years ago
Peter Eisentraut 8bd44677df entab: Improve makefile 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Heikki Linnakangas 49440fff08 Install plpgsql.h to to include/server at "make install". 14 years ago
Andrew Dunstan d2c1740dc2 Remove now redundant pgpipe code. 14 years ago
Robert Haas 7f63527c82 Attempt to unbreak pg_test_timing on Windows. 14 years ago
Peter Eisentraut 621eb156f1 Add installing entab to pgindent instructions 14 years ago
Tom Lane 8cae5810eb Fix MSVC builds for previous patch's addition of a src/port file. 14 years ago
Tom Lane 5c02a00d44 Move CRC tables to libpgport, and provide them in a separate include file. 14 years ago
Peter Eisentraut 9bf8603c7a Call check_keywords.pl in maintainer-check 14 years ago
Bruce Momjian 1fbacbf998 Mention original ctags option name. 14 years ago
Bruce Momjian 7c19f9d139 Update src/tools/make_ctags to avoid Exuberant tags option 14 years ago
Robert Haas 337b6f5ecf Speed up in-memory tuplesorting. 14 years ago
Heikki Linnakangas b4e3633ac4 Silence warning about deprecated assignment to $[ in check_keywords.pl 14 years ago
Robert Haas dd7c84185c Attempt to fix MSVC builds and other fls-related breakage. 14 years ago
Robert Haas dc3f33f6be Fix pathname in pgindent README. 14 years ago
Magnus Hagander 822128947e Add .gitignore file for entab 14 years ago
Andrew Dunstan 63876d3bac Support for building with MS Visual Studio 2010. 14 years ago
Bruce Momjian a8ab8d0eaa Add comment about skipping binary files for copyright changes. 14 years ago
Bruce Momjian 6b6137e4ef Update copyright git skip comment. 14 years ago
Bruce Momjian bed762c81e Skip any .git directory for copyright changes, not just top-level .git 14 years ago
Bruce Momjian f4cd747a4d Skip 'ico' and 'bin' extensions in copyright changes. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 6ba139dc5a Don't use tabs in Perl scripts, for consistency. 14 years ago
Bruce Momjian 9f60880207 Fix Perl copyright script to skip .git subdirectory; running it on 14 years ago
Bruce Momjian dca0a54717 Modify tools/pgtest to run the 'make' command from a variable, and default 14 years ago
Robert Haas 3b86b4653c Make pgcompinclude/pgrminclude less tied to Bruce's personal machine. 14 years ago
Bruce Momjian 8b08deb0d1 Simplify the pg_dump/pg_restore error reporting macros, and allow 14 years ago
Bruce Momjian 7260a0d00a Document that perl needs to be indented during the pgindent run. 14 years ago
Andrew Dunstan 91572ee0a6 Make pg_dumpall build with the right object files under MSVC. 14 years ago
Andrew Dunstan 4a9018135a Fix MSVC builds broken by xsubpp change 14 years ago
Andrew Dunstan ba00ab0b11 Use the preferred version of xsubpp, not necessarily the one that came with the 14 years ago
Tom Lane 4165d5b6d7 Update oidjoins regression test to match git HEAD. 14 years ago
Bruce Momjian 1a2586c1d0 Rerun pgindent with updated typedef list. 14 years ago
Tom Lane 756a4ed5ad Add simple script to check for right recursion in Bison grammars. 14 years ago
Bruce Momjian 360429e1d1 Fix pg_bsd_indent bug where newlines were not being trimmed from typedef 14 years ago
Magnus Hagander d9bae53173 Implement streaming xlog for backup tools 14 years ago
Tom Lane 7299778a95 Improve git_changelog's handling of inconsistent commit orderings. 14 years ago
Bruce Momjian 6e22ba03a9 Modify pgindent to use a renamed pg_bsd_indent binary. New features 14 years ago
Bruce Momjian e991930e8a Improve entab's Makefile install entry. 14 years ago