Commit Graph

56 Commits (c444472af5c202067a9ecb0ff8df7370fb1ea8f4)

Author SHA1 Message Date
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 8e5793ab60 Fix connection string handling in src/bin/scripts/ programs. 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 85b9ef5fe7 Remove unnecessary definition of CancelRequested in bin/scripts/ 6 years ago
Michael Paquier a4fd3aa719 Refactor query cancellation code into src/fe_utils/ 6 years ago
Amit Kapila e0487223ec Make the order of the header file includes consistent. 6 years ago
Michael Paquier 5f3840370b Refactor parallelization processing code in src/bin/scripts/ 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Michael Paquier e0c2933a76 Use catalog query to discover tables to process in vacuumdb 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Noah Misch 582edc369c Empty search_path in Autovacuum and non-psql/pgbench clients. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane ff402ae11b Improve handling of password reuse in src/bin/scripts programs. 10 years ago
Alvaro Herrera 83dec5a712 vacuumdb: don't prompt for passwords over and over 10 years ago
Alvaro Herrera a179232047 vacuumdb: enable parallel mode 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian 111022eac6 Move username lookup functions from /port to /common 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian 613c6d26bd Fix incorrect error message reported for non-existent users 12 years ago
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane a563d94180 Standardize naming of malloc/realloc/strdup wrapper functions. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Robert Haas 68281e0054 Make command-line tools smarter about finding a DB to connect to. 14 years ago
Bruce Momjian 48423d949f Add markers. 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Tom Lane 27fbfd396c Remove a boatload of useless definitions of 'int optreset'. If we 17 years ago
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Bruce Momjian 210faf2d5f Fix a few warnings that have crept into CVS HEAD. 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Magnus Hagander 6e09df9d26 Add cancel handlers so it's possible to Ctrl-C clusterdb, reindexdb 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Peter Eisentraut cbb7acface Rearrange yes/no prompting code so that the prompts always show the 19 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 19 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 9a9328003d Make createlang and droplang proof against weird search_path settings 20 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
Tom Lane 90c3ebe4d7 Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. 21 years ago
Bruce Momjian 6c33054a0c Remove init_nls() functions, call set_pglocale() directly. 22 years ago
Bruce Momjian 228897774c Make the locale location relocatable. 22 years ago