Commit Graph

124 Commits (179c4639cf1dcbe54f3469d7f44a11f172332893)

Author SHA1 Message Date
Robert Haas 17676c785a Make oid2name, pgbench, and vacuumlo set fallback_application_name. 13 years ago
Peter Eisentraut bb7520cc26 Make documentation of --help and --version options more consistent 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane 64c604898e Improve the -l (limit) option recently added to contrib/vacuumlo. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Robert Haas b69f2e3640 Teach vacuumlo to limit number of removals, via new -l option. 14 years ago
Bruce Momjian d7a714828f Use consistent spacing for PGAPPICON Makefile option. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 395d1259ad Add PGFILEDESC description to Makefiles for all /contrib executables. 16 years ago
Tom Lane 50a90fac40 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Itagaki Takahiro 84f910a707 Additional fixes for large object access control. 16 years ago
Bruce Momjian 6fafa6a0ae vacuumlo query cleanups 16 years ago
Peter Eisentraut b6e4c8f255 Equip the programs installed by contrib with proper --help and --version 17 years ago
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 17 years ago
Peter Eisentraut b2f47aa325 Clean up help (-?) output. 17 years ago
Peter Eisentraut a3c502c89f Remove feof(stdin) calls related to when to prompt for a password, 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane 1ebff9ba81 Make documentation of -W options more accurate and uniform. 18 years ago
Tom Lane 5eb56611e3 Make vacuumlo prompt for password when needed, thus making its -W 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 18 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Tom Lane f87d4875e9 Fix vacuumlo to avoid unnecessary use of backslash in search pattern. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 20 years ago
Tom Lane 5b0c9d3603 Cleanup the contrib/lo module: there is no need anymore to implement 21 years ago
Bruce Momjian 6b7ef076b5 Have libpgport link before libpq so that PG client applications are more 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Neil Conway 1b3e769682 This patch makes some cleanups to contrib/ to silence some sparse 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 21 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane 03858c078b Add positive defense against dropped columns, per suggestion from 22 years ago
Bruce Momjian 46785776c4 Another pgindent run with updated typedefs. 22 years ago
Bruce Momjian 3b2440ebec Remove simple_prompt from /contrib C files, now that it is in /port. 22 years ago
Tom Lane 77489f4523 Update vacuumlo to be properly schema-aware. Improve documentation. 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Bruce Momjian bc6625970c Following patch avoids removing oids in the temporary table from the 23 years ago
Tom Lane 565dcdf77f Fix off-by-one bug in usage check. 23 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 23 years ago
Bruce Momjian 0a85eea07e It's just a cosmetic change, fixes the help screen. Should be applied in 23 years ago
Tom Lane 497baca6b5 Fix compile warning. 23 years ago