summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
2013-01-01Update copyrights for 2013Bruce Momjian
Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files.
2013-01-01Add new file to MSVC build system as wellMagnus Hagander
2012-12-18Don't include postgres.h in postgres_fe.h for cpluspluscheck.Andrew Dunstan
Error exposed by recent Assert changes. Complaint from Peter Eisentraut.
2012-12-16Properly copy fmgroids.h after clean on Win32Magnus Hagander
Craig Ringer
2012-11-14Adjust find_status for newer Linux 'nm' output format.Bruce Momjian
2012-10-11Unbreak MSVC builds after recent Makefile refactoring.Andrew Dunstan
Based on a suggestion by Peter Eisentraut.
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
Get rid of the fundamentally indefensible assumption that "long long int" exists and is exactly 64 bits wide on every platform Postgres runs on. Instead let the configure script select the type to use for "pg_int64". This is a bit of a pain in the rear since we do not want to pollute client namespace with all the random symbols that pg_config.h defines; instead we have to create a separate generated header file, "pg_config_ext.h". But now that the infrastructure is there, we might have the ability to add some other stuff that's long been wanting in this area.
2012-10-05PL/pgSQL: rename gram.y to pl_gram.yPeter Eisentraut
This makes the naming inside plpgsql consistent and distinguishes the file from the backend's gram.y file. It will also allow easier refactoring of the bison make rules later on.
2012-10-02Allow a few seconds for Windows to catch up with a directory rename when ↵Andrew Dunstan
checking pg_upgrade.
2012-09-27Run check_keywords.pl anytime gram.c is rebuilt.Tom Lane
This script is a bit slow, but still it only takes a fraction of the time the bison run does, so the overhead doesn't seem intolerable. And we definitely need some mechanical aid here, because people keep missing the need to add new keywords to the appropriate keyword-list production. While at it, I moved check_keywords.pl from src/tools into src/backend/parser where it's actually used, and did some very minor cleanup on the script.
2012-09-23RELEASE_NOTES: Fix typoAlvaro Herrera
Jan Urbański
2012-09-23Update translation updates instructionsPeter Eisentraut
2012-09-10Add vcregress.pl target for checking pg_upgrade.Andrew Dunstan
This follows recent addition of Windows/Mingw testing. Backpatch to Release 9.2 so we can get some buildfarm testing going.
2012-09-04Remove src/tool/backend, now that the content is on the web site and wiki.Bruce Momjian
2012-09-01Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds.Andrew Dunstan
This was removed in commit cd004067742ee16ee63e55abfb4acbd5f09fbaab, we're not quite sure why, but there have been reports of crashes due to AS Perl being built with it when we are not, and it certainly seems like the right thing to do. There is still some uncertainty as to why it sometimes fails and sometimes doesn't. Original patch from Owais Khani, substantially reworked and extended by Andrew Dunstan.
2012-08-31Add Perl emacs formatting macros to src/tools/editors/emacs.samples.Bruce Momjian
Peter Eisentraut
2012-08-27Have pgindent requre pg_bsd_indent version 1.2 now that a new versionBruce Momjian
has been created by adding #include <stdlib.h> to parse.c. per request from Kevin Grittner.
2012-08-16Add URL for include file visualization tool.Bruce Momjian
2012-08-16Add possible alternate tool for pgrminclude, from Peter GeogheganBruce Momjian
2012-08-10Adjust pgtest coding to be less complex.Bruce Momjian
2012-08-10Fix pgtest to return proper error code based on 'make' return code.Bruce Momjian
2012-08-07Tweak new Perl pgindent for compatibility with middle-aged Perls.Tom Lane
We seem to have a rough policy that our Perl scripts should work with Perl 5.8, so make this one do so. Main change is to not use the newfangled \h character class in regexes; "[ \t]" is a serviceable replacement.
2012-08-04Replace pgindent shell script with Perl script. Update perltidyBruce Momjian
instructions to perltidy Perl files that lack Perl file extensions. pgindent Perl coding by Andrew Dunstan, restructured by me.
2012-07-12Remove 'x =- 1' check for pgindent, not needed, per report from AndrewBruce Momjian
Dunstan.
2012-07-06Have copyright.pl skip updating something that is just the current year,Bruce Momjian
to avoid producing dups, e.g. 2012-2012 Backpatch to 9.2.
2012-07-06Modify copyright.pl so all lines are processed, not just the firstBruce Momjian
match, so files that contain embedded copyrights are updated, e.g. pgsql/help.c. Backpatch to 9.2.
2012-07-06Fix copyright.pl to properly skip the .git directory by adding aBruce Momjian
basename() qualification.
2012-07-06Fix spacing in copyright.pl after being run with missing regex slashBruce Momjian
(now added). Backpatch to 9.2.
2012-07-05Fix missing regex slash that caused perltidy to get confused onBruce Momjian
copyright.pl. Backpatch to 9.2.
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
Run on HEAD and 9.2.
2012-07-03Have copyright tool mention that certain files should be updated in back ↵Bruce Momjian
branches.
2012-06-16Remove 'for' loop perltidy argument, and move args to perltidyrc file.Bruce Momjian
Backpatch to 9.2. Per suggestion from Noah Misch
2012-06-16In pgindent, suppress reading the perltidy RC file using --noprofile.Bruce Momjian
2012-06-16Update pgindent Perl indentation instructions based on feedback fromBruce Momjian
Àlvaro and Noah Misch. Backpatch to 9.2.
2012-06-14Add 9.2 branch to git_changelog's list.Tom Lane
2012-06-14Flesh out RELEASE_CHANGES instructions for branching in git.Tom Lane
We have this info in the wiki, but it should be here too.
2012-06-14Stamp library minor versions for 9.3.Tom Lane
This includes fixing the MSVC copy of ecpg/preproc's version info, which seems to have been overlooked repeatedly. Can't we fix that so there are not two copies??
2012-06-14Stamp HEAD as 9.3devel.Tom Lane
Let the hacking begin ...
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
commit-fest.
2012-06-10Update pgindent install instructions and update typedef list.Bruce Momjian
2012-05-15Remove whitespace from end of linesPeter Eisentraut
pgindent and perltidy should clean up the rest.
2012-05-03Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian
Postgres 9.2, and perhaps no existing users either.
2012-05-03Mark git_changelog examples with the proper executable names.Bruce Momjian
2012-04-30Add comments suggesting usage of git_changelog to generate release notes.Bruce Momjian
2012-04-27Add options to git_changelog for use in major release note creation:Bruce Momjian
--details-after --master-only --oldest-first
2012-04-24entab: Improve makefilePeter Eisentraut
A few simplifications and stylistic improvements, found while grepping around for makefile problems elsewhere.
2012-04-24Lots of doc corrections.Robert Haas
Josh Kupershmidt
2012-04-16Install plpgsql.h to to include/server at "make install".Heikki Linnakangas
The header file is needed by any module that wants to use the PL/pgSQL instrumentation plugin interface. Most notably, the pldebugger plugin needs this. With this patch, it can be built using pgxs, without having the full server source tree available.
2012-03-29Remove now redundant pgpipe code.Andrew Dunstan
2012-03-28Attempt to unbreak pg_test_timing on Windows.Robert Haas
Per buildfarm, and Álvaro Herrera.